We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hide Page Refresher button in Grid

Hi,
 I am evaluating MVC Grid. I find a page refresher button at the bottom of the grid. I want to hide this. Is there any way I can hide it?
 
thanks
Priyesh

1 Reply

MS Mohanraj S Syncfusion Team August 24, 2012 06:24 AM UTC

Hi Priyesh,

Thanks for using Syncfusion products.

Your requirement to Hide Page Refresher button in Grid can be achieved through css styles. Please refer the following code snippet.

[css]

<style type="text/css">

  #Grid1 .RefreshPager

  {

    visibility:hidden;

  }

</style>

Please refer to the below link to download the sample application.

PageRefresher.zip

Please let me know if you have any concern.

Regards,

Mohanraj


Loader.
Live Chat Icon For mobile
Up arrow icon