Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Postback with custom Paging

Last post 06-13-2008 19:34 by Oscar Mora. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-13-2008 19:22

    • Oscar Mora
    • Top 150 Contributor
    • Joined on 06-09-2008
    • California, USA
    • Points 543

    Postback with custom Paging

    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.

    • Post Points: 5
  • 06-13-2008 19:34 In reply to

    • Oscar Mora
    • Top 150 Contributor
    • Joined on 06-09-2008
    • California, USA
    • Points 543

    Re: Postback with custom Paging

    Answer

    Please disregard the previous post. I found the solution here:

    http://forums.infragistics.com/forums/p/1576/13006.aspx

     

    Thanks.

    Filed under:
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems