3.2.0

Validating the row selection

Is there is a way to validate and get the number of rows selected through javascript before submitting the page. Will really appriciate help on this.

Thanks
S.H.
May 16,
You can get the array of selected row indices from selectedRows property -

var rowIndices = grid.getSelectedRows();

Alex (ActiveWidgets)
May 16,

This topic is archived.

See also:


Back to support forum