Hi,
we are facing one problem with UltraWinGrid.
1) we are using Ilist as the DataSource of the UltraWinGrid. Can you please guide how to set the order of the columns in the UltraWinGrid.
Thanks.
Hello Kumar, I believe that you can use VisiblePosition of the column header in order to set the position of the column. Once the DataSource is bind to the grid you can reorder the columns.
this.ultraGridData.DisplayLayout.Bands[0].Columns["test"].Header.VisiblePosition = 0;I hope this information was helpful.Best Regards,DimiDeveloper Support EngineerInfragistics Inc.