ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lgauton on February 17, 2016, 08:05:19 pm
-
Hi I'm using v3.2.0 and jquery v2
If row is selected using mouse then I get fully populated address
setting selection using
$("#HotelGrid").pqGrid("setSelection", { rowIndxPage: rowi });
address is not populated I get empty array
address is obtain using
var address = this.selection().address();
any ideas
-
It works fine http://jsfiddle.net/r5pLcaf5/
Please share a jsfiddle if still facing issues.
-
FYI
Code that worked fine with v2.4, jquery v2 now needs delay using v3.2, jquery v2
just adding setTimeout - solved the issue I was seeing