Author Topic: the selected check box is unchecked automatically.  (Read 1748 times)

Akihiro Inoue

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 32
    • View Profile
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
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/