Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Grid > Display RadGrid row details in AjaxToolkit ModalPopupExtender

Answered Display RadGrid row details in AjaxToolkit ModalPopupExtender

Feed from this thread
  • Posted on Jun 6, 2008 (permalink)

    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

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Grid > Display RadGrid row details in AjaxToolkit ModalPopupExtender