Is there a client side event that fires before posting back when a new page is select to be displayed?
Thanks,
Mike
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.