ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How can I dynamically insert check boxes into columns
« previous
next »
Print
Pages: [
1
]
Author
Topic: How can I dynamically insert check boxes into columns (Read 2394 times)
jeremy
Pro Deluxe
Newbie
Posts: 14
How can I dynamically insert check boxes into columns
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: How can I dynamically insert check boxes into columns
«
Reply #1 on:
December 19, 2016, 11:01:24 pm »
What's the difficulty in implementing checkbox columns which support tracking checkbox clicks.
http://paramquery.com/pro/demos/checkbox
Logged
jeremy
Pro Deluxe
Newbie
Posts: 14
Re: How can I dynamically insert check boxes into columns
«
Reply #2 on:
December 19, 2016, 11:25:22 pm »
I want a single column to support both click, text, possibly even select boxes..
Logged
jeremy
Pro Deluxe
Newbie
Posts: 14
Re: How can I dynamically insert check boxes into columns
«
Reply #3 on:
December 20, 2016, 01:25:41 am »
You can close this, I decided to implement it a different way..
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How can I dynamically insert check boxes into columns