pageIndexChanged client event?

Hi!

Is there any client event when i change page number?

Hi,

Thank you for considering Aspose.

I am afraid, there is no client-side event present against the PageIndexChanged.

If your requirement is getting the current page number on the client side, you may try something like adding the page index to the grid as a custom attribute:

GridWeb1.Attributes[“currentpage”] = GridWeb1.CurrentPageIndex.ToString();

And access the attribute from BLOCKED SCRIPT

Thank You & Best Regards,