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
226
Translate error message in DropDownVlidate column
posted

Hello!

I want to know if there is possible to translate message:

"Unable to update data value: Value in the data editor is not valid" i get when I try to enter value that is not in combobox list and grids columnstyle is set to DropDownValidate.

I am using WinGrid version 8.3. Thank you for your answers

Regards, Gregor

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Gregor,

    Yes, you have to trap an event. I think you need to use the CellDataError event. If that doesn't work, then try using the grid's Error event. But I'm pretty sure the first one will do what you need.

Children