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

Tab In Grid

Hi,

I am using DGBG and I have particular Tab Order in my Form. When the focus comes on DGBG and when then TAB is pressed I would like the focus to go to other subsequent Control, however on press of Tab the subsuqent Columns and rows come into focus within the grid.

Thanks,
Raul Dsouza


1 Reply

LS Lingaraj S Syncfusion Team March 18, 2009 05:54 AM UTC

Hi Raul,

Thank you for your interest in Syncfusion products.

The WantTabKey property will help you to cancel the functionality of tab to move to next cell, but it will make the functionality as moving to next control.

Please try the code below:

this.gridDataBoundGrid1.WantTabKey = false;


Regards,
Lingaraj S



Loader.
Live Chat Icon For mobile
Up arrow icon