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:
please, help. thank you
orderindex = RadGrid1.MasterTableView.RenderColumns.Length;
this.RadGrid1.Columns.FindByUniqueName("Impresion").OrderIndex = orderindex;
please, help. thank you