Display RadGrid row details in AjaxToolkit ModalPopupExtender

Thread is closed for posting
1 posts, 1 answers
  1. Answer
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 06 Jun 2008 Link to this post

    Requirements

    RadControls for ASP .NET AJAX version

    2008.1.415 and later

    .NET version

    2.0 and later

    Visual Studio version

    2005 and later

    Programming language

    C#, Javascript

    Browser support

    all browsers supported by RadControls for ASP .NET AJAX



    PROJECT DESCRIPTION

    The sample project illustrates how to display detail info in ModalPopupExtender upon clicking a link button inside an arbitrary grid row.

    The tricky part is that you need to attach the OnClientClick of the button inside the grid row and initiate ajax request from an external hidden button to refresh the content area of the modal pop-up (since the ModalPopupExtender prevents the postback from the control specified as its target).

    Review the code implementation in the demo for further details. Note that you can customize the modal popup content by modifying the layout and controls inside its panel container.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.