This is a migrated thread and some comments may be shown as answers.

Grid select item on different page

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniele
Top achievements
Rank 1
Daniele asked on 12 Dec 2018, 09:10 PM
Hi all,

does the Kendo UI Grid support selecting an entry on a different page if the Ajax-bound mode is used?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 14 Dec 2018, 11:20 AM
Hi Daniele,

A possible solution is to enable persistSelection and add the id of the item which you want to select to the _selectedIds object.

e.g.

grid._selectedIds[4] = true // where 4 is the id of the data item

Below you will find a small sample which demonstrates how to initially select an item which is on the second page:



Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Daniele
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or