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
390
Ultrawebgrid collapses all rows after databinding
posted

I have two Ultrawebgrids inside a WARP panels that are grouped using OutlookGroupBy, and edited via a RowEditTemplate, and when the grid databinds on an UpdateRow, the panels and grids refresh.  Somewhere in there, the expanded rows that the user has open get collapsed. 

I've tried using an enumerator and saving the rows on the server side in an arraylist and then iterating back through them, but nothing gets saved in the list, so I'm sure it's a timing issue of when I'm filling the arraylist the expanded rows are already gone. 

Is there something on the client (i.e. javascript) that can solve this problem of remembering the expanded rows and putting them back after the update?

Thanks, Will