Hi,
I have a grid with rows dynamicaly generated and it has both <GridColumn> and <GridForeignColumn>. So when the grid is created all the <GridColumn> are placed in front of the <GridForeignColumn>. Now I need to reorder them after they are created into a predefined order.
I have tried to reorder using the DataBound Event but when the project gets published and deployed the reordering doesnt happen on the initial load of the grid.
The reordering function fetches the browsefields variable that has the correct order the columns are supposed to be in.
How can I reorder the columns acording to a predefined column order?
Attachment:
ColumnReorder_e339eb82.zip