ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: npdev13 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,
-
It works for selectionModel.type = 'row'
It doesn't work when selectionModel.type = 'cell', I'm looking into it.