ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lgauton on April 25, 2014, 03:35:39 pm
-
Hi I have a grid with a rowSelect function which works fine. I need to be able to refresh the grid's content through and xml call, which again works fine but if I have a row previously selected then after refresh the rowselect function gets called - is there any way to stop this. I've tried setting pqGrid("setSelection", null) but that doesn't do it
-
Hi Sorry ignore this - found my problem