Posted 17 June 2021, 3:45 pm EST - Updated 3 October 2022, 1:36 pm EST
Hello,
I have validation in a wijmo flexgrid tied into the getError function on the collection view. It seems like the grid isn’t letting me add values in the combobox. On the cell edit ending event, the grid is locked down. I am unable to select anything else in the grid, and the combobox cell tells me to enter a name with a “wj-state-invalid” on the css. If I select other values from the combo box it is still invalid. However, the combo boxes that are existing and populated can be changed, so this issue appears to be specifically for empty combo boxes.
It appears as if my get error function runs, and then also the wijmo default get error function is running, in addition, to set errors. I had manually overridden the errors to be removed and flags false, while returning null as to prevent any errors. Meanwhile, the errors still claiming my combo box input is invalid. Is this just an issue with after 5.20193.646? I am trying to determine if future versions have a fix for this?
Thanks!