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
20
Formview active row change
posted

 We have a formview linked to a webgrid.

Everything works great except when we sort a column in the grid and try to edit the data of the selected row.

Clicking the update button in the formview causes the grid to fire the activerowchange event.

This does not happen if the user does not sort any columns.

  • 50
    posted

     We just discovered the same problem. Did you have any luck on a work around? Unfortunately we call FormView Binds in this event.  This call happens earlier in the life cycle than we can persist the formview info, thus overwriting the edits.  This is not the case when the user has not sorted.