ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: Punit on May 16, 2024, 01:48:24 pm
-
i want to get selected call data and pqgrid's method ( pq.grid("#tree_grid").Selection().address()) only gives cell number c1:2 c2:2 cc:1 firstC:2 firstR:10 r1:10 r2:10 rc:1 type:"cell" and my table has dynamic column and it not possible to get data by this method
-
Use the correct method to get the data of selected cells
grid.Selection().value();
https://paramquery.com/pro/api#method-Range