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

Batch Editing - Tab Order

2 Answers 168 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rameshkumar
Top achievements
Rank 1
Rameshkumar asked on 07 Mar 2014, 01:21 PM
Hi,

My Grid uses a templated asp.net server control (ITemplate control) which has 2 text-boxes for one of it's cells. In edit mode (inside the cell) tabbing from the 1st text boxes takes the cursor to the next cell instead of to the 2nd textbox. I have tried by setting the correct tab orders t the textboxes and it didn't work.

It would be great if you could help me to achieve this.

Thanks,
Ramesh

2 Answers, 1 is accepted

Sort by
0
Rameshkumar
Top achievements
Rank 1
answered on 07 Mar 2014, 01:54 PM
Addendum.

This happens in the batch editing mode.
0
Pavlina
Telerik team
answered on 12 Mar 2014, 12:49 PM
Hello Ramesh,

In order to achieve your goal you can try to handle OnBatchEditOpened client-side event of RadGrid get the desired cell and the respective input elements,  and set consecutive tabindex attributes to them. Give this suggestion a try and let me know if you need additional assistance.

Regards,
Pavlina
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Grid
Asked by
Rameshkumar
Top achievements
Rank 1
Answers by
Rameshkumar
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or