ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: Mohammed Nayeem on March 28, 2018, 10:13:32 am
-
Hi,
i want to know that rowSelect event from which it has been fired from mouseclick or manual selection from code.
obj.rowSelect = function (evt, ui) {
console.log(evt);
if(evt is from mouse click)
do work1;
else
do work 2;
};
-
How can it be done? Can you tell me? I do not
-
Wait for an answer from an expert
-
Sorry to disappoint you but it I don't see any way to differentiate between them in rowSelect event.
May be you need to listen to cellClick event.
https://paramquery.com/api#event-cellClick