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
close icon

Cell Tab Order Or Cell Focus Within a DataBoundGrid

Hi, does anyone know how I can set the tab order of a cell or change cell focus within a databoundgrid. Example I have a grid that is 3 rows across. The last cell is a pushbutton. When a user enters any cell I want them to go directly to the cell containing the pushbutton. Thanks

1 Reply

AD Administrator Syncfusion Team September 30, 2003 03:22 PM UTC

In the CurrentCellMoving event you can adjust the e.RowIndex and e.ColIndex for the target cell. Attached find an example where the cell is moved to the third column if the user entered "1" into the first column. The same should also work for a databound grid. Stefan

Loader.
Live Chat Icon For mobile
Up arrow icon