ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jeremy on December 19, 2016, 08:40:39 am
-
Here's a basic idea of what I'm trying to implement..
http://jsfiddle.net/kdeeqp82/
Is there a better way to insert a checkbox dynamically within a cell? Obviously pqgrid isn't able to track checkbox clicks this way so I assume I'll need to listen to the checkboxes and modify pqgrid's cell state so when I execute getChanges it will register the change.
-
What's the difficulty in implementing checkbox columns which support tracking checkbox clicks.
http://paramquery.com/pro/demos/checkbox
-
I want a single column to support both click, text, possibly even select boxes..
-
You can close this, I decided to implement it a different way..