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

Retain focused cell after refreshing.

1 Answer 222 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arya
Top achievements
Rank 1
Arya asked on 26 Jan 2016, 11:45 PM

I am using a grid in my layout, that supports refresh and autorefresh option. After performing a refresh, focused cell loses focus. Is there a way to keep the focus using current method of grid? After performing a refresh, table is rendered with new generated uid, that's the issue probably.

 

 

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 28 Jan 2016, 01:16 PM
Hi Arya,

Yes this is possible. You have to store the cell coordinates (row index and cell index) at the dataBinding event. At the dataBound event you should find the corresponding cell by row and cell index and pass it to the current method.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Arya
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or