We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

how to set the focus on a particular cell in databoundgrid.


Hai

please explain me with code sample how to set the focus on row3,column4 in my
Databoundgrid.


1 Reply

NR Nirmal Raja Syncfusion Team February 24, 2011 04:11 AM UTC

Hi Hemalatha,

Thank you for your interest in Syncfusion products.

You can use the MoveTo method to get the current cell to be focused on specific row index and column index.

Please refer the code below:
this.gridDataBoundGrid1.CurrentCell.MoveTo(3,4);

Let me know if you have any concern.

Regards,
Nirmal


Loader.
Live Chat Icon For mobile
Up arrow icon