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
590
Is it possible to have child band rows expanded when WHDG opens/loads
posted

I see a property called InitialRowExpandedState on my WHDG parent awe well as the child level. At both these levels the InitialRowExpandedState = "Expanded". When I run the application and load/open the grid the child band rows are not expanded. Have I mis-understood the use/implementation of this property or is there a different way of accomplishing what I need to do.

Thanks in advance

Ankur

Parents
No Data
Reply
  • 5739
    Suggested Answer
    posted

    Hi,

    I use the initialexpanddepth in the properties of the grid.  If you set it to -1 it will open up entirely expanded.

    Ed

Children