Hello,
I was wondering how could I implement a behavior where, when using a grid with EditMode="PopUp", the page except the popup would be grayed-out. Something like ModalPopup from ASP.NET Ajax Toolkit. As far as I have seen on your demo site, I don't have this option. It would be really useful because it helps with visibility of a page when you have a larger pop up.
Thanks.
I was wondering how could I implement a behavior where, when using a grid with EditMode="PopUp", the page except the popup would be grayed-out. Something like ModalPopup from ASP.NET Ajax Toolkit. As far as I have seen on your demo site, I don't have this option. It would be really useful because it helps with visibility of a page when you have a larger pop up.
Thanks.
6 Answers, 1 is accepted
0
Hello Alex,
Here is an example how to achieve this:
<EditFormSettings>
<PopUpSettings Modal="true" />
</EditFormSettings>
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Here is an example how to achieve this:
<EditFormSettings>
<PopUpSettings Modal="true" />
</EditFormSettings>
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Alex
Top achievements
Rank 1
answered on 03 Dec 2008, 03:50 PM
Hello and thank you for the quick reply.
It seems that for some strange reason, setting Modal="True" does not have any effect. I can still access the controls behind the pop up and the rest of the page is not grayed-out. I had it enable before, but didn't realize it didn't even freeze the controls outside the pop up.
I am using Telerik.Web.UI v2008.2.826.35. A know bug or something? Should I upgrade to Q3?
It seems that for some strange reason, setting Modal="True" does not have any effect. I can still access the controls behind the pop up and the rest of the page is not grayed-out. I had it enable before, but didn't realize it didn't even freeze the controls outside the pop up.
I am using Telerik.Web.UI v2008.2.826.35. A know bug or something? Should I upgrade to Q3?
0
Hi Alex,
Please upgrade to our latest service pack to resolve this.
Best wishes,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please upgrade to our latest service pack to resolve this.
Best wishes,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Shinu
Top achievements
Rank 2
answered on 04 Dec 2008, 04:25 AM
Hi Alex,
Here is a help article which explains how to upgrade Telerik controls from one version to another.
Updating RadControls for ASP.NET to another version or license
Shinu.
Here is a help article which explains how to upgrade Telerik controls from one version to another.
Updating RadControls for ASP.NET to another version or license
Shinu.
0

Alex
Top achievements
Rank 1
answered on 04 Dec 2008, 08:54 AM
Hello,
I have upgraded to Q3 1125, but I am still facing this problem. The upgrade was successful, because it solved another issue I had with button rendering. The PopUp edit form demo on your site is not Modal. Maybe you could modify one of the 2 grids there so one is modal, so I can see the behavior live.
Thank you.
I have upgraded to Q3 1125, but I am still facing this problem. The upgrade was successful, because it solved another issue I had with button rendering. The PopUp edit form demo on your site is not Modal. Maybe you could modify one of the 2 grids there so one is modal, so I can see the behavior live.
Thank you.
0
Accepted
Hi Alex,
I just tested the modality of the popup edit form for the grids in the demo (using the latest hotfix 2008.3.1125 of RadControls for ASP.NET AJAX) and it worked as expected. Please double-check that you upgraded to the latest release of the product following the steps from here and let me know if you need a sample project to provide it for further testing.
Thank you for the suggestion as well - we will make the popup edit form modal by default for the next version of the online example.
Best regards,
Sebastian
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I just tested the modality of the popup edit form for the grids in the demo (using the latest hotfix 2008.3.1125 of RadControls for ASP.NET AJAX) and it worked as expected. Please double-check that you upgraded to the latest release of the product following the steps from here and let me know if you need a sample project to provide it for further testing.
Thank you for the suggestion as well - we will make the popup edit form modal by default for the next version of the online example.
Best regards,
Sebastian
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.