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

How to Position Column at End of Grid

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 29 Mar 2014, 04:16 PM
I have created some custom commands in the grid as follows.

<telerik:GridButtonColumn CommandName="Remove" FilterControlAltText="Filter Remove column"
    Text="Remove" UniqueName="Remove"><br>                   
</
telerik:GridButtonColumn>


I would like to place this column at the end of the grid similar to how the auto generated edit column is placed at the end.  Is this possible?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Mar 2014, 04:11 AM
Hi Michael,

To have this column at the end, you can have it declared after all the columns, or another approach is you can swap the column according to your need.
Please take a look at this article on Reordering Columns.

Thanks,
Shinu
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or