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
410
automatically expand a band when collection changes?
posted

I have a multiband grid where a child band is bound to a bindinglist.  The list can be empty.  I set the ExpansionIndicator on the parent band to CheckOnDisplay so that the indicator only appears if there are any items in the list.

Is it possible to also automatically expand the parent band when the indicator appears?

Parents
  • 310
    posted

    Hi guys, I have the same exact problem but with me this solution doesn't work.

    I tried also the expand all and it doesn't work too.

    I have a simple binding list that I setup in the constructor of the form as the datasource of the grid and then I play with it and the grid is giving me the expected data but the rows are always not expanded.

    I tried to hook the initialize grid row event and the initialize layout setting both grid.rows.expandall(true) or e.row.expanded = true but it doesn't work.

    Any suggestions?

Reply Children