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.
Up arrow icon