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
1150
Scroll after row expansion child rows are fully visible
posted

Hi,

I would like to add a behaviour to my grid, so that all child rows are fully visible when the user expands a row.

So when expanding a row, and the child rows exceed the available space below the root row, it should scroll down far enough for all (or at least as many as possible) child rows to be visible.

Also, I would prefer a solution without DataPresenterCommands.RecordBelow etc. because selection changes are expensive (each selection change loads certain data in my grid) and selection changes may not be possible at all if the user is currently editing a row.

Can you provide me with any hints on such an implementation?

Parents Reply Children
No Data