Validate Fields in Inline Editor, one
Validate Fields in Inline Editor, one
As of now I am validating fields when I navigate from the field ( by pressing tab/enter/click ). My editor is configured as below
formOptions : {
inline : {
onBlur : 'submit',
And my validation is happening within below block.
table.editor.on('preSubmit', function(e, o, action) { }.
My need is, I need to validate that two fields( same row) are having related value( based on some validation logic) once I had edited both. Else I need to show error in the both the fields. Kindly give any reference or idea regarding this. Thanks in advance.
This discussion has been closed.
Answers
Title of my Question is
Validate 2 Dependent Fields In Inline Editor Only After Editing Both The Fields.
Hi @shanmugasundharam ,
There was another thread on this earlier this week - see here. Short answer, not currently possible,
Cheers,
Colin