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
70
Ultragrid expand Specific child rows after Parent row is Collapsed
posted

I have an Ultragrid with Parent/Child rows structure. Is there a way/property such that i can keep some of the child rows expanded even after the parent row is collapsed?

I have a checkbox column for the child rows, when checked, i always want to show that child row even after the parent row is collapsed. So all the other child rows will be collapsed except the one which was checked by user.

Please guide.

Thanks.

Alankar

Parents
  • 469350
    Offline posted

    Hi Alankar,

    If a parent row is collapsed, then there is no way to display any of it's descendant.

    Maybe instead of collapsing the parent row, you could use a CheckBox or something other state of that row, and hide the unchecked child rows using the Hidden property.

Reply Children