Author Topic: Cell Selection issue when Drag & Drop Feature Enabled  (Read 1786 times)

npdev13

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 21
    • View Profile
Cell Selection issue when Drag & Drop Feature Enabled
« on: July 05, 2019, 06:03:10 pm »
Hello,

One issue I am facing with the Drag & Drop enabled then when I click on NumberCell it not making that cell or row selected. See the fiddle and screenshot for more detail,

as show in screenshot what my requirement is when click on number cell it should select row or cell, I also want drag & drop functionality also but when I put drag & drop code then it stop selection of cell or row on click on number cell.  can you please tell me what I am missing.

http://jsfiddle.net/npdev13/u1e8k2jL/12/

Thanks,



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Cell Selection issue when Drag & Drop Feature Enabled
« Reply #1 on: July 08, 2019, 08:05:42 pm »
It works for selectionModel.type = 'row'

It doesn't work when selectionModel.type = 'cell', I'm looking into it.