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.
Please disregard the previous post. I found the solution here:
http://forums.infragistics.com/forums/p/1576/13006.aspx