{hero}

legacyAjax

Since: Editor 1.5

Enable legacy Ajax data format.
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

The multi-row editing feature in Editor 1.5 required an update to the client / server data interchange format that Editor uses as the original format was not suitable for this new feature. This option can be used to restore the original format.

Please note that if this option is enabled, multi-row editing is not possible. An error will be thrown if multiple rows are edited with this option enabled.

If enabled, the data transform performed by enabling this option is performed before the preSubmit event on data submission and postSubmit on receiving the server's response. The result is that any existing event handlers that you have will still be supported.

An upgrade documentation detailing the changes is available and the new client / server protocol is fully documented.