3.2.0

[2.5.3] Cancelling a selection

Back in version 1, Alex gave some code in a topic about cancelling a selection. See http://www.activewidgets.com/javascript.forum.395.5/cancelling-a-selection.html.

I'm wondering what the equivalent is for the current version (i.e. 2.5.3). Does anyone know?
Justin
September 13,
Use empty array as an argument with setSelectedRows method -

grid.setSelectedRows([]);
Alex (ActiveWidgets)
September 17,

This topic is archived.

See also:


Back to support forum