CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    14

    Red face Events are not fired while using nested GridView controls

    I have used nested GridView controls in nested UpdatePanels to show data heirarchically and to work asynchronously......

    half of the work is done .... the data is shown as intended but none of the events of both the outer and inner GridViews donot work.....i have set all the neccessary properties to show paging and perform sorting........but when i click on page index or when i want to sort inner or outer Grid.....a message box is displayed while showing "the PageIndexChanging " or "Sorting" event is not handled for paging and sorting respectively....

    can some body help....

    thx

  2. #2

    Re: Events are not fired while using nested GridView controls

    The following link might be of help:
    http://ajax.asp.net/docs/overview/Up...lOverview.aspx

    In that page, look at the 2nd example of the "Using Nested UpdatePanel Controls" section.
    Also, the "Controls that Are Not Compatible with UpdatePanel Controls" section at the end of the page says something about using GridView with UpdatePanel.

    Regards!
    A few friendly reminders:
    * Use Code Tags when posting code.
    * Rate good replies/post by clicking "Rate this Post" and leaving a positive feedback.
    * Things should be made as simple as possible, but not any simpler. -- Albert Einstein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured