ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Akihiro Inoue on October 26, 2017, 02:02:20 pm

Title: the selected check box is unchecked automatically.
Post 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
Title: Re: the selected check box is unchecked automatically.
Post by: paramvir 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/