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>
                                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

