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
215
UpdateRowBatch called multiple times for each row update???
posted

It seems that the UpdateRowBatch event is called once for each row in a WebGrid that is updated, instead of once for a "batch" of updated rows as its name suggests...

how does this different from the UpdateRow event besides losing cursor focus of an updated row does not trigger a postback?

If I want to handle ALL of the row updates at once, and walk through the grid rows using:

if WedGrid.DataChanged = WebGrid.Modified then

what are my options here?

Should I just handle this in the page_load even and check for Page.IsPostBack?

Thanks,
Mike

Parents Reply Children