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
280
Unable to set .Hidden to False on a column
posted

I have an UltraWinGrid where I have set the DataSource to a DataSet that contains 2 tables with a relation set between the two tables on a column named "CodeNumber" as the Parent Column and "ChildColumnNumber" as the Child column.  My grid displays as I would expect, but I would like the column "CodeNumber" in Band(0) to be displayed.  I have a line of code inplace to do this but if I set a break point in the line and inspect the value of Hidden before and after I set it to False it does NOT change.

Is there some way to "override" this behavior?

I'm using the latest versoin of NetAdvantage and VB.Net 2013.

Thanks,

Jamie Irwin