Author Topic: Stop refresh when scroll  (Read 2627 times)

Hemachandhiran

  • Newbie
  • *
  • Posts: 1
    • View Profile
Stop refresh when scroll
« on: April 11, 2015, 12:35:45 pm »
Hi ,

Is there any build in method to stop refresh gridview when user scrolls(vertical and horizontal). We have some defaults to be preserved. If user scroll the grid the values goes to initial stage.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Stop refresh when scroll
« Reply #1 on: April 13, 2015, 08:33:18 pm »
Grid refresh can't be stopped but you can place the code where you set the defaults in the refresh event which would ensure that defaults are applied on every refresh.