This is a migrated thread and some comments may be shown as answers.

How to show kendo grid pager?

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Parthasarathi
Top achievements
Rank 1
Parthasarathi asked on 09 May 2013, 01:09 PM
Hi Admin,

By using, $("#grid.k-grid-pager a").hide();, I have hidden grid pager. If I want to show hidden pager again, how we can do that?
$("#grid.k-grid-pager a").show(); is not showing hidden pager? Immediate help would be appreciated.

Regards,
Partha.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 09 May 2013, 02:01 PM
Hello Partha,

I believe the issue is caused by incorrect selectors - it should be: 
$("#grid .k-grid-pager a").hide();
$("#grid .k-grid-pager a").show();

Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Parthasarathi
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or