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

Set TabIndex inside RadGridEditColumns

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
soo
Top achievements
Rank 1
soo asked on 23 Apr 2008, 04:18 AM
Hi,

May i know is it possible for us to set the tab index inside radgrid -grideditablecolumn?

Please advice.

Thanks,
Soo

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 29 Apr 2008, 05:57 AM
Hello soo,

While you cannot do so for the whole column, you can either get a reference to the button in the edit column, or use a template column, like this:

.aspx
<telerik:GridTemplateColumn> 
<ItemTemplate> 
<asp:Button runat="server" ID="Button1" Text="Edid" CommandName="Edit" TabIndex="2" />               
</ItemTemplate> 
</telerik:GridTemplateColumn> 
                 

I hope this information helps.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
soo
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or