Editor: Using field().disable with an AJAX implementation
Editor: Using field().disable with an AJAX implementation
Description of problem:
Is it possible to disable an Editor field by passing the 'disable' attribute in JSON.
I have a client/server implementation of Datatables using Rails, and the client/server interaction is working robustly.
I have a requirement to disable Editor fields based on data generated on the server, and passed to the Datatables Editor via JSON.
Is the a way of passing the 'disable' attribute to an Editor field via JSON?
Answers
Check your response data and use in preOpen event handler: