The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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