I have created some custom commands in the grid as follows.
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?
<
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?