Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
UltraGridColumn Hidden property
posted

I'm getting the NotSupportedException - "Chaptered columns can not be made visible"  when I set

this.ultraGrid1.DisplayLayout.Bands["BandKey"].Columns[i].Hidden = false; in a for loop.

Please let me know when this type Exception arises. I'm using "Infragistics2.Win.UltraWinGrid.v7.3"

 

Thank you