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
1960
Postback with custom Paging
posted

Hello,

 I'm enabling paging on my grid and setting AllowCustomPaging = true, then I set the pattern to: [prev] [currentpageindex] [next]. I'm handling events on server side. My code will handle the paging logic, not the grid.

When I click the "Next" link I see the event handler UltraWebGrid1_PageIndexChanged being called on the server. However, The Page_Load event handler of the container page is not executing. I wonder if the PageIndexChanged generates a normal postback or it's an out of band call.

I need it to be a normal postback so I can setup some objects during the Page_Load method of my main page.

I'd really appreciate any help.

Thanks.