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
125
Hidden Columns on Bands[1] aren't hidden
posted

Hey Guys,

 Just like the topic says. I am setting the Hidden property of the columns I wish to hide to true in the designer. I also am verifying in code that they are set to true, which they are.

 Placing a breakpoint on the code snippet below even shows the Hidden property to be true at runtime, however this is column still shows up.

 e.Layout.Bands[1].Columns["LOCATION"].Hidden

This doesn't make any sense. Can some please explain to me how to keep an unwanted column from showing up in a grid?

Thanks