Check documentation for the latest version of dhtmlxSuite submitOnlyRowID DHTMLX Docs

submitOnlyRowID

includes only rows' IDS into the form submit

void submitOnlyRowID(boolean mode);
modebooleanenable/disable the mode

Example

mygrid.submitOnlyRowID(true);

Back to top