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
1440
Only Expand Child Band of Selected Row
posted

I have a UltraWinGrid that uses an UltraDataSource containing band 0 and a single child band (Band 1). On the Grid, I set the row selection is to be limited to a single row in band 0.  What I'm looking for is when I select a row in Band 0, I want its Band 1 to be the only one expanded in the UltraDataGrid.

Thank you

Parents
  • 69832
    Offline posted

    Track the rows that get expanded and when a new one is expanded, collapse the last one. The Before/AfterRowExpanded/COllapsed events fire when a row's expanded state changes.

Reply Children