Hello Telerik Team,
I'm using RadGridView and having 40+ coulmns in it, out of which almost 20 columns are editable.
It means I'm having controls inside CellTemplate to select or to enter the data.
I want to jump to each control on pressing Tab key.
If I set IsTabStop="False" for the RadGridView, then it jumps as expected. But, I'm not able to jump to the hidden columns behind horizontal scrollbar due to column virtualization is enabled and hence it jumps to the next row.
If I disable the column virtualization, it jumps to the hidden column's control, but horizontal scrollbar is not moving correspondingly.
If I remove the IsTabStop property for the RadGridView and by setting TabStopMode="Skip" for the non editable columns, it jumps to the editable columns correctly and the scrollbar is also moving corresponding to the focus. But, it is not directly focusing on the controls inside CellTemplate, instead it focuses on the Cells on pressing Tab key. I need to press one more time to focus on the control.
Is there any possible way to focus on the control instead of Cell, and the scrollbar also moves correspondingly when the virtualization is on.
Please advise.
Note:
When I tried by setting Column Virtualization off, the performance is very poor as it has more number of columns and rows.
Thanks and Regards,
Muhammad Azhar Shah
I'm using RadGridView and having 40+ coulmns in it, out of which almost 20 columns are editable.
It means I'm having controls inside CellTemplate to select or to enter the data.
I want to jump to each control on pressing Tab key.
If I set IsTabStop="False" for the RadGridView, then it jumps as expected. But, I'm not able to jump to the hidden columns behind horizontal scrollbar due to column virtualization is enabled and hence it jumps to the next row.
If I disable the column virtualization, it jumps to the hidden column's control, but horizontal scrollbar is not moving correspondingly.
If I remove the IsTabStop property for the RadGridView and by setting TabStopMode="Skip" for the non editable columns, it jumps to the editable columns correctly and the scrollbar is also moving corresponding to the focus. But, it is not directly focusing on the controls inside CellTemplate, instead it focuses on the Cells on pressing Tab key. I need to press one more time to focus on the control.
Is there any possible way to focus on the control instead of Cell, and the scrollbar also moves correspondingly when the virtualization is on.
Please advise.
Note:
When I tried by setting Column Virtualization off, the performance is very poor as it has more number of columns and rows.
Thanks and Regards,
Muhammad Azhar Shah
Hi Telerik Team,
I would like you to provide some solution on the above question.
Awaiting for your reply.
Thanks and Regards,
Muhammad Azhar Shah