I need to programmatically pin the first four colums...I'd also like to do this without showing the pins, i dont want the user to pin/unpin, i just want the first four columns not to go away when i scroll to the right...this should be simple and i cant find it anywhere.
UltraWinGrid
thanks,
What exactly is "not working"?
The property works. So if something is not working, my best guess is that you are not setting it on the correct object, or maybe something in your code is setting it again and changing it after you set it.
I have set this property to false but it's not working I'm using UltraWinGrid v.11.2
Hi,
Sure, just set AllowRowSummaries to false. This property only determines whether the user can edit the summaries via the Sigma button in the column header. It does not have any effect on your ability to add summaries to the grid in code.
Hi Mike, I want to allow summary in some columns but I want to hidde sigma symbol in header, is that possible?
yes, i'm setting the datasource and then wiring the event, thank you.