How to get current page index when I click on kendo pager button?
I have tried in following way to get page index. But it is not working. $('.k-link').live('click', function (e) {
alert($(this).text());
});
How we can get page index? Immediate help would be appreciated.
Regards,
Partha.
1 Answer, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 28 Jan 2013, 09:30 AM
Hello Partha,
In order to achieve this you can use the following: