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

Moving custom Columns after autogenerated columns

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
liliana rojas
Top achievements
Rank 1
liliana rojas asked on 18 Oct 2011, 05:18 PM
Hello, im trying to move my custom columns after the auto generated ones, is there a way i can do it? i try orderindex but its not working:
orderindex = RadGrid1.MasterTableView.RenderColumns.Length;
 this.RadGrid1.Columns.FindByUniqueName("Impresion").OrderIndex = orderindex;

please, help. thank you

1 Answer, 1 is accepted

Sort by
0
liliana rojas
Top achievements
Rank 1
answered on 18 Oct 2011, 06:31 PM
SOLVED! I forgot to put RadGrid.Rebind() after orderindex. heehee

bye
Tags
Grid
Asked by
liliana rojas
Top achievements
Rank 1
Answers by
liliana rojas
Top achievements
Rank 1
Share this question
or