Click here to Skip to main content
15,895,192 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my page I am using rad grid ,In each row I have link button.If I click on link button it calls ModalPopupExtender. But here after clicking model popup opening but grid data dis appearing.

If I click close button on model popup also the grid is dissappering.
Posted
Comments
Kornfeld Eliyahu Peter 9-Jun-14 13:36pm    
First you should go to Telerik, they have an excellent support forum! But they will ask you for your code sample. Same here, if you want help with code, than show us that code!

1 solution

use modalextenderpopup control with gridview in general as the following:

ASP.NET
<cc1:ModalPopupExtender ID="mpeRejectPopup" runat="server" BehaviorID="modelPopupExtender3"
    TargetControlID="hdnWindow" PopupControlID="divRejected" DropShadow="True" OnCancelScript="ResetPopUp(); return false;"
    CancelControlID="btnCancel" Enabled="true" BackgroundCssClass="ModalBackground" />


divRejected this is DIV control contain controls will show in popup extender.

use updatepanel to postpack page.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900