Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I bind the Kendo grid with local data. and set virtual paging true. I bound one column with RowIndex it's just plain rowindex to find the position of data in datasource as below

RowIndex | Name | City
0 | John | USA
1 | Aeron | UK
2 | Mathew | Japan

So if I select any of records I got the exact RowIndex of that record of datasource array.

Issue: Now if I sort the Name column then RowIndex of column will not change because its fixed but I want to regenerate the RowIndex sequence on each sort so I got the exact sequence number to process that item further.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900