This is a migrated thread and some comments may be shown as answers.

Content of RadWindow

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
Patxi
Top achievements
Rank 1
Patxi asked on 06 Mar 2009, 08:45 AM
Hello,

I have started searching RadWindow control. First tell that I am changing all the controls I had before by the telerik ones.

So I have got a page call Exceptions.aspx where I have the following code:
           <asp:Panel ID="pnlModal" CssClass="modal_ventana" style="display:none" runat="server">
                <table class="Person" width="100%">
                            <tr>
                            <td align="center"><img id="imgIcoEliminar2" runat="server" src="~/_Img/Ico32/IcoCancelar.png" align="middle"/>
                            </td>     
                            <td class="titExcepcion">&nbsp;&nbsp;SE HA PRODUCIDO UN ERROR EN LA APLICACIÓN.</td>
                            </tr>
                 </table>
           </asp:Panel>

           <cc1:ModalPopupExtender ID="btnAceptar_ModalPopupExtender" runat="server"
                PopupControlID="pnlModal"
                DropShadow="true"
                TargetControlID="Label1"                 
                BackgroundCssClass="modal_ventana_fondo">
            </cc1:ModalPopupExtender>

The content of this Popup is in the same page, for so I use an <asp:Panel>. I make a reference from the code you have seen above
(PopupControlID="pnlModal") and then the code which is between <asp:panel> is executed in the popup.

In few examples I have seen that radwindow uses a navigateUrl property and in this page will be written the code for popupwindow. I would like to do something similar to I had before, to reference to an asp:panel (I don´t know whether there is a similar control for telerik) and to write in the same page.

I hope you can help me and feel free to ask because my english is not the best.

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Fiko
Telerik team
answered on 06 Mar 2009, 01:06 PM
Hello Patxi,

We are planing to implement such functionality in RadWindow, but this will happen later this year.
For the time being you can try the RadToolTip control in your scenario. It has rich client-side API and server properties that you can use in order to achieve the desired result.


Sincerely yours,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Patxi
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or