Hi,
Inspite of setting AllowColumnsReorder="true" and setting order index, still the grid is not wrapping columns accordingly.
Following was code used in grid prerender. Do let me know the solution.
searchGrid.MasterTableView.Columns[6].OrderIndex = 7;
searchGrid.MasterTableView.Columns[5].OrderIndex = 8;
Inspite of setting AllowColumnsReorder="true" and setting order index, still the grid is not wrapping columns accordingly.
Following was code used in grid prerender. Do let me know the solution.
searchGrid.MasterTableView.Columns[6].OrderIndex = 7;
searchGrid.MasterTableView.Columns[5].OrderIndex = 8;