ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: easyKost on July 07, 2016, 10:28:32 pm
-
Hi,
i have a trigger on "pqGrid:rowRightClick" and "pqGrid:cellRightClick" but they are not implemented in version 3.3.1 .
I use "contextmenu" event but when i click right, i enter in my function but the row is not selected.
Thanks and Regards,
Kamel
-
DOM events are disabled since v3.2.0 for performance reasons.
They can be enabled by adding trigger: true property in the grid initialization object.
or you could use grid instance event listeners or event callbacks instead of DOM event listeners.
http://paramquery.com/pro/tutorial#topic-events