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

Opening RadWindow for Formview Control

0 Answers 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
jai
Top achievements
Rank 1
jai asked on 26 Mar 2008, 03:50 PM
Hi

How to open radwindow from onclick button in FormView Control

<

telerik:RadWindowManager id="Singleton" runat="server" ClientCallBackFunction="CallBackFunction">
<windows>
<telerik:RadWindow id="DialogWindow"
OpenerElementId = "<%# Button1.ClientID %>" Left="250px"Modal = "true"Runat="server" Width="270px" Height="200px" Title="User List Dialog" NavigateUrl="~/Pages/Lookup.aspx">
</telerik:RadWindow></windows>
</telerik:RadWindowManager>

<

asp:FormView ID="formView" runat="server">
<EditItemTemplate>

<

asp:Button ID="Button1" runat="server" Text="Button" />

</EditItemTemplate></asp:FormView >

Getting error that 'Button1.ClientID' cannot not find...
Please guide to fix the issue..

Regards
Jai 

No answers yet. Maybe you can help?

Tags
Window
Asked by
jai
Top achievements
Rank 1
Share this question
or