Inline Editing does not open the editor field when clicking the field a second time.
Inline Editing does not open the editor field when clicking the field a second time.
taylor5042
Posts: 21Questions: 6Answers: 0
in Editor
Inline Editing does not open the editor field when clicking the field a second time. If I select another field it works fine, but seqential edits of the same field do no open the inline editor.
This discussion has been closed.
Answers
The common reason for this issue is the server not returning the required JSON structure or if you are using
ajax
option as a function, not calling the callback method with the required data. Might either of these be the case here? What is the server returning to the Ajax requests?Allan
I will have to check, but the tables were built with the datatables generator, so likely however this is built.
Generator will use
ajax
as a string.Are you able to give me a link to the page so I can debug the issue please?
Allan