I want to select a cell after the grid is displayed. How do I select a specific cell based on the column index and row index in the dataBound event?
Thanks
2 Answers, 1 is accepted
0
Accepted
Alexander Valchev
Telerik team
answered on 18 Feb 2013, 09:10 AM
Hi Chombito,
Thank you for getting in touch with us.
To achieve that you select the corresponding cell (<td> element) from grid's content using jQuery. After the cell is found you can simply pass it to the select method of the grid. All cells of the current page are rendered when the dataBound event fires. As an example: