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
9364
GroupBy box not showing inspite of setting Hidden to false
posted

I have grid which I am instantiating thru code and setting its properties.

In the constructor, I set the GroupByBox.Hidden to true.

During runtime, if the user requests for the box by clicking on an option, I want to show it. The problem is that setting the Hidden to false does make the box show.

I am wondering if there is some other property that maybe causing the box from showing.  Any suggestions on what I could check?

 Thanks!