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
105
How to trap error when cel edit is applied
posted

I have an object based on CSLA that when bound to the WinGrid will run a SQL command to save the data when you change the cell value and move to another row (apply the edit). If an error occurs in the SQL satetement, how can I trap the error (catch an exception) being thrown? I tried Grid's Error event but that didn't help.

Parents Reply Children
No Data