Author Topic: selectionModel  (Read 1764 times)

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
selectionModel
« on: August 02, 2017, 03:16:59 pm »
Hi,

I am facing a issue with select multiple check boxes.

If i am selecting multiple check boxes means, other check boxes value got changed with first check box value .

i can see the same problem with check box demo of check box column.

Please find the attached screen shots and assist me on this.

Thanks,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: selectionModel
« Reply #1 on: August 02, 2017, 03:38:01 pm »
From the screenshot it appears you have used autofill/fillHandle feature to copy the first checkbox value to other cells which is an intended behavior.

If you don't need it, it can be disabled by adding option fillHandle: ''

https://paramquery.com/pro/demos/autofill

https://paramquery.com/pro/api#option-fillHandle
« Last Edit: August 02, 2017, 04:16:20 pm by paramquery »

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: selectionModel
« Reply #2 on: August 02, 2017, 04:22:44 pm »
Hi,

Thanks fro your help,

Now it is working fine.

Thanks,