Focus not setting on the next cell on tabbing from one cell to another in editrowtemplate.
When using editRowTemplate, i am trying to move to next cell using tab from keyboard, the focus shifts to some arbitrary column instead of the next cell.
Hi,
is there any reason you are not using the built-in cell and row editing functionality on the Updating feature? i mean, it handles all those transitions automatically for you. i am not familiar with your custom code to be able to provide any specific answer, if you can show me some of it, i would be able to help more.
Thanks
Angel
Apologies for not giving proper idea about the problem.
Actually I am creating a template which sits on the selected row and manually creating ediatble controls for that row. Here when I try tabbing from one cell to another the focus is not changed to the next cell but to some other cell of some other column. Please find the screenshots below.
Here I tabbed from the first control (which shows "30" in it) and it sets the focus to the highlighted cell.
what do you mean by editRowTemplate? There is no such property in the grid or grid updating. Do you mean updating & having rowTemplate set ?
I have set a rowTemplate and editing works fine by changing the focus to the next cell upon hitting the TAB key.