Check documentation for the latest version of dhtmlxSuite submitOnlySelected DHTMLX Docs

submitOnlySelected

includes only the selected rows into the form submit

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

Example

mygrid.submitOnlySelected(true);

Back to top