Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
Paging in the client side
posted

Hi,

          How to write the PageIndexChanging and PageIndexChanged in the client side event for the webdatagrid. 

Please do the needful and as soon as possible. 

Thanks in Advance.

  • 20255
    Offline posted

    Hello,


    If you still have any concerns or questions I will be glad to help.

  • 20255
    Suggested Answer
    Offline posted

    Hello,

     Thank you for using our forum.

     If you want to handle these client events you can do this in two ways, keep in mind that you need to enable Paging behavior in both ways:

      1st way is through the WebDataGrid Designer. Add new handler from PagingClientEvents (See the attached image)

      2nd way is in markup to set in PagingClientEvents your custom methods like this:

    <ig:Paging>
            <PagingClientEvents PageIndexChanged="CustomPageIndexChanged" PageIndexChanging="CustomPageIndexChanging" />
     </ig:Paging>

     If you have any other questions regarding this matter, do not hesitate to contact me!