als there is a trick handled by Infragistics. they shown the column freeze example only for a grid having no CellStyle.Wrap = true.
if you have multilined text in your grid this columnfreezing code will collapse the entire gird's look and feel. i have requested to fix this issue but i got a reply it is a feature request and will be fixed in the next release. ( i faced this issue an year before) but till this date i haven't seen any fix for this.
if you know any work around kindly let me know.
Arun.K.S
if i have in grid 100 columns with horisontal scroll can i set first 2 columns freez so when scroll they always show? how can i do it?
Code:
UltraGrid1.DisplayLayout.Bands(0).Columns(0).Header.Fixed = True
*obviously, by replacing the 0 in columns with your column's index
But if you are using the designer you can bulk more columns at once