Hi,
I would like to allow fixing columns : I've done the following :
this.ultraGrid1.DisplayLayout.Override.FixedHeaderIndicator = FixedHeaderIndicator.Button;
And when I check I have the correct value for the property FixedHeaderIndicator.However the button does not appear...What could be the reasons ?
I read the folowwing : "this property is ignored in row layout mode" . What the row layout mode stands for? How may I check this ? Is there other things that may cause the button miss ?
Thx,
Renaud
I finally found the problem : a layout file that override the Fixed property.