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

skin file , default columns , positioning

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mac
Top achievements
Rank 1
mac asked on 18 Nov 2008, 07:18 PM
is it possible in the skin file of a radgrid to get your default columns to show up at the beginning of the rowset vs the end?
ie
.skin file

<columns>

 

<telerik:GridButtonColumn Text="Hide" CommandName="Hide" />
</columns

when the page renders, the command is always at the end of the rowset vs. the beginning.

cheers
mac

 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Nov 2008, 07:17 AM
Hello Mac,

Generally in RadGrid, if you have AutoGeneratedColumns set to true, then those columns would be displayed first, followed by the manually added columns. If at all, you wish to reorder the position of the columns then you can use the swap method for grid as shown in the help link below:
Reordering columns

Thanks
Princy.
Tags
Grid
Asked by
mac
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or