I am trying to put the first column of the Kendo grid as the serial index, which is not affected by sorting of the row records. Is there any way I can achieve this? Thank You
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can implement this using a template column. Here is a live demo showing how to do that: http://jsbin.com/olutin/10/edit
Script Section
It will return two column e.g record per page & s.no just hide one column (0) using jquery