Editor: submitError
Editor: submitError
Paulus
Posts: 69Questions: 17Answers: 5
Is there a way to handle the submitError event for the inline editing?
Or, any alternatives to displaying the error for inline editing in the same cell?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If you are returning a field error for the field in question it should be shown automatically. Likewise, as of 1.6 a global form error will also be shown automatically for inline editing. Only a field error for a different field would not be shown, but since only one field at a time can be inline edited, I didn't see that as being an issue.
Allan
A little bit neat way will be to display popover as in bootstrap or tooltip. Currently, depending on the length of message received, the table looked bad in the inline editing position.
I was thinking of getting hold of the error event and providing custom display.
That's a nice idea - thank you. I've added that to my list of future enhancements. Unfortunately it isn't currently possible.
Allan