ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: vijay@spinetechnologies on March 17, 2022, 09:36:53 am
-
We are trying to implement drag n drop functionality in the param query grid. We have 3 grids on the same page. We want DnD on all the grids but want to DnD only within the tables. Currently, we can move the rows from one grid to another
-
Please check dragModel.clsDnD and dropModel.accept options of the grids.
Example: https://paramquery.com/pro/demos/dnd_grids
-
Hello Paramvir,
Thanks for your reply.
As mentioned, I want to restrict DnD to other grids. I want to DnD functionality within the grid only
-
Please assign unique values of dragModel.clsDnD and dropModel.accept options to each grid to prevent inter-grid DnD.
Please also check the API documentation about the significance of the above 2 options
https://paramquery.com/pro/api#option-dragModel
https://paramquery.com/pro/api#option-dropModel