Editable column in DataGrid doesnt check its length.

0
Hi there, We are running into a problem where editable column in DataGrid doesn't check its length. If the input string is too long, there is no error message, but changed value doesn't store. Only error log is recorded. I asked it Mendix Support, but I received the answer that R&D team doesn't have any plan to fix it. Because they are working on new Grid Widget. But we can't change DataGrid to TemplateGrid/ListView due to performance and cost. Does anyone know a cheat to avoid this bug?  
asked
1 answers
0

Would it be feasible for you to monitor the length of the input in an on change/leave event and on the validation before the commit?

answered