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
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?