Author Topic: rowSelect  (Read 2574 times)

lgauton

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 44
    • View Profile
rowSelect
« 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

lgauton

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: rowSelect
« Reply #1 on: April 25, 2014, 04:27:42 pm »
Hi Sorry ignore this - found my problem