ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bruno.anjos on December 06, 2018, 09:27:43 pm

Title: Checkbox not triggering cellSave
Post by: bruno.anjos on December 06, 2018, 09:27:43 pm
Hi. I'm using version 4.0.1 with a pqgrid that has checkboxes on it. My checkboxes are configured exactly like the example in this demo (http://"https://paramquery.com/pro/demos40").

I'm trying to have it so when a user unchecks a certain field a popup shows up to warn him of his action. I'm trying to do this using cellSave but when the users clicks the box it's not triggering it.

Some help with this would be appreciated. Thank you.
Title: Re: Checkbox not triggering cellSave
Post by: paramvir on December 07, 2018, 08:04:15 am
beforeCheck and check events are supposed to be used for checkboxes.

https://paramquery.com/pro/api40#event-beforeCheck

https://paramquery.com/pro/api40#event-check