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
410
Client Side Event Fired Before Paging?
posted

Is there a client side event that fires before posting back when a new page is select to be displayed?

 Thanks,

Mike

  • 5118
    posted

    Hello Mike,

    No there is not; but if you are using an XMLHTTP enabled grid then yes there is: handle the BeforeXmlHttpRequest Client Side Event and interrogate the type parameter to see what caused the event to spawn and one of the types = Page and you have what you are looking for with improved performance since you are using an XMLHTTP grid instead of posting back the whole page to retrieve the next page of rows.