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
435
WebDataGrid RowUpdating event not firing when grid loses focus
posted

I have a WebDataGrid that is populated from a database.  I also have a button and a dropdown on the page.  The dropdown controls what data is displayed in the WebDataGrid. The RowUpdating gets called when I update a value and click on another row or click the button.  However, if I click the dropdown or anywhere else on the page, RowUpdating does not get called.  I need it to be called whenever the WebDataGrid loses focus and a row has been updated.

Jeff

Parents Reply Children