Hey, I need the following functionality, but I have no idea if it is possible on "legal" telerik way.
After clicking once on the row of the grid the row is in edit mode. I want to navigate through all editable fields which works fine out of the box. But after pressing tab in the last column I want to switch in the next row and setting the prior row in display again (but this isn't the problem). I tried the silverlight grid and there this functionaliy is implemented yet.
After some research I found out, that this might be a real challenge because I needs to override the browser tab-event.
Is there any "easy" approach?
Thanks and
Best regards
After clicking once on the row of the grid the row is in edit mode. I want to navigate through all editable fields which works fine out of the box. But after pressing tab in the last column I want to switch in the next row and setting the prior row in display again (but this isn't the problem). I tried the silverlight grid and there this functionaliy is implemented yet.
After some research I found out, that this might be a real challenge because I needs to override the browser tab-event.
Is there any "easy" approach?
Thanks and
Best regards