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
»
the selected check box is unchecked automatically.
« previous
next »
Print
Pages: [
1
]
Author
Topic: the selected check box is unchecked automatically. (Read 1766 times)
Akihiro Inoue
Pro Ultimate
Newbie
Posts: 32
the selected check box is unchecked automatically.
«
on:
October 26, 2017, 02:02:20 pm »
After moving horizontal scroll bar the selected check box is unchecked automatically.
What to do to keep the check box selected even if the scroll bar is moved.
Sample screen is attached showing the scenario.
http://jsfiddle.net/a16t5ea0
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: the selected check box is unchecked automatically.
«
Reply #1 on:
October 26, 2017, 04:04:50 pm »
Please use a checkbox column and add dataType in the column.
Code:
[Select]
type: 'checkbox',
cb: {header: true},
dataType: 'bool',
http://jsfiddle.net/a16t5ea0/1/
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
the selected check box is unchecked automatically.