ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jjestrellaa on September 29, 2017, 09:53:11 pm
-
Any reason why SelectionRow() is not found when I try to use it?
I am able to use rowSelect and I see other 4.0.1 changes (filtering) but not this method.
I have set the selectionModel to:
selectionModel: {
type: 'row',
toggle: false,
mode: 'block'
},
and I to use the SelectionRow inside a toolbar button's listener for click events
-
There was a typo in the documentation, it's actually SelectRow instead of SelectionRow.
Thanks for pointing it out.