Editor - Disable Multirow Editing?
Editor - Disable Multirow Editing?
ultrajones
Posts: 1Questions: 1Answers: 0
in Editor
Is there any way to disable multi-row editing and deleting capability so that the post data uses the older format? Since upgrading, I am now seeing the follow data posted to my application. The DT_RowId used to be available separately.
data[1][pavr_uuid]=00-E0-36-FA-33-19
data[1][pavr_make]=Pioneer
data[1][pavr_model]=VSX-1121
data[1][pavr_revision]=1.0.0
data[1][pavr_conn]=Ethernet
data[1][pavr_addr]=192.168.2.43:23
Regards,
Ultrajones
This discussion has been closed.
Answers
Yes - use the
legacyAjax
option. See also the upgrade notes.Allan