Hi
The grid is not able to tell on which page is the record is located automatically by its unique record ID. You will need to determine this manually from your database queries and set the default page accordingly:
http://www.telerik.com/forums/setting-initial-grid-page#k6e-hGAqBUWRzMre1eUsyQ
http://www.telerik.com/forums/set-initial-grid-page-so-it-displays-page-other-than-first-page
http://stackoverflow.com/questions/13740339/kendo-ui-grid-mvc-initial-page
http://stackoverflow.com/questions/13976496/how-to-change-kendo-ui-grid-page-index-programmatically
Once the record is among the loaded 10 items, you can now find it and use the select method:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-select
Regards,
Eyup
Telerik by Progress
,The grid is not able to tell on which page is the record is located automatically by its unique record ID. You will need to determine this manually from your database queries and set the default page accordingly:
http://www.telerik.com/forums/setting-initial-grid-page#k6e-hGAqBUWRzMre1eUsyQ
http://www.telerik.com/forums/set-initial-grid-page-so-it-displays-page-other-than-first-page
http://stackoverflow.com/questions/13740339/kendo-ui-grid-mvc-initial-page
http://stackoverflow.com/questions/13976496/how-to-change-kendo-ui-grid-page-index-programmatically
Once the record is among the loaded 10 items, you can now find it and use the select method:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-select
Regards,
Eyup
Telerik by Progress
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items