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
20
Paging default PageIndex don't execute PageIndexChanged event
posted

I have a WebHierarchicalDataGrid with paging behavior configured and it works ALMOST perfect. I can navigate forward and backward to any page index except to the default page index. I can go to the last page, and then go back one page, and then go back to the second page, and then go to the 5th page, etc.

The problem is when I make click in the initial page number (zero if is not specified in the attribute "PageIndex"). The grid disappears and the event PageIndexChanged is never fired on the server. I don't know what else to try, please, give me advice.

Thank you...