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
»
Force only one checkbox to be selected
« previous
next »
Print
Pages: [
1
]
Author
Topic: Force only one checkbox to be selected (Read 1201 times)
Sivakumar
Pro Enterprise
Newbie
Posts: 32
Force only one checkbox to be selected
«
on:
March 13, 2021, 06:59:56 pm »
Hi,
https://paramquery.com/pro/demos/checkbox_id
In this particular demo, how can we ensure that only one checkbox is selected at a given point of time?
What I want to achieve is that whenever I am selecting a particular row using the checkbox, checkbox from other row must get unchecked.
Let me know if more information is required.
Thank you.
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Force only one checkbox to be selected
«
Reply #1 on:
March 15, 2021, 11:35:21 am »
Please use column.cb.maxCheck property
Code:
[Select]
maxCheck: 1
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Force only one checkbox to be selected