This is a migrated thread and some comments may be shown as answers.

GridView next row edit mode

1 Answer 175 Views
GridView
This is a migrated thread and some comments may be shown as answers.
loai
Top achievements
Rank 1
loai asked on 13 Nov 2020, 08:12 AM

Hi,

I just started valuating RADGrdiView.

grid is binded to a datatable.

-When editing a cell in a row and then moving to the next row, is there a way to not automatically going into edit mode ?

-When on the last row, is there a way to move to the new(which is at the button) without pressing (Insert) or clicking on the new row using the mouse? meaning is it possible to navigate to the new row using the keyboard arrows for example.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 17 Nov 2020, 08:19 AM

Hello Loai,

I posted an answer in the support ticket that you have opened, however for completeness I am posting it here as well. 

Can you check out the Keyboard Command Provider functionality, which allows for controlling the behavior of the RadGridView on different keyboard keys? You can use the BeginInsert command, which creates a new row.  You can also remove the BeginEdit command in scenarios where you don't want to enter edit mode. 

Please, check out the CustomKeyboardCommandProvider SDK example, which shows this functionality in action. 

Regards,
Vladimir Stoyanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
GridView
Asked by
loai
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or