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
130
UltraGrid right sequence events fired fo input validation
posted

Hi, I'm new to UltraGrid, and need your help.

I'm trying to solve this by myself but with no success.

Using VB, or C#, no problem, what is the right sequence that I should check the events, in order to verify the user input?

I want the user to be able to insert new rows (I have a button for that), delete (also have a button) and update (simply start writing). But I must verify if all the cells have good values before I save it to the DataTable, and after that to the database.

I would like to be able to prevent the user form clicking outside the grid, during an Insert (new row) o update.

I appreciate your help. I don't want you to make my work, just point out the guidelines and if possible where I can find some examples. I already searched everywhere, but didn't find much help.

Hope you can help me on this, because I already spent more then 3 days trying it out with no success.

Thanks in advance. Best regards.

Parents Reply Children
No Data