Author Topic: Checkbox not triggering cellSave  (Read 1519 times)

bruno.anjos

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 4
    • View Profile
Checkbox not triggering cellSave
« 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.

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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Checkbox not triggering cellSave
« Reply #1 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