Hi,
I have grid with two bands, I want to set the column width for each column based on the length of each column during run time. Is there any way I can do it for both the bands.
Regards
Sudarsan C.R
Hello Sudarsan,
There are different approaches to solve this task. One possible solution could be if you are using :
this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free;
this.ultraGrid1.DisplayLayout.PerformAutoResizeColumns(true, Infragistics.Win.UltraWinGrid.PerformAutoSizeType.AllRowsInBand, true);
Let me know if you have any questions.
There are different approaches to solve this task. Which are they?
I have dynamic table/query .
Can we assign default width should be auto but no more than 100 by default.
I user want they can make it narrow or wider column width .