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