Hello,
I would like to know if it is possible to do this in the click event. What I want to do is to hide a couple of columns when the grid first displays. If the user clicks on the button, the grid will the rest of the columns. Thanks for your help!
Hi,
Every column has a Visibility property, so its certainly possible to hide a column at runtime. What do you mean by "in the click event"? What click event are you using?
-SteveZ