ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Akihiro Inoue 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
-
Please use a checkbox column and add dataType in the column.
type: 'checkbox',
cb: {header: true},
dataType: 'bool',
http://jsfiddle.net/a16t5ea0/1/