or
hello.
I'm using Asp.Net Ajax 2010 Q3 edition,
On the page i have RadMenu and RadGrid with PopUp edit form.
The problem is that when i move grid popup form over the menu, the menu hovers it, despite of that my popup is modal. (see the file)
Is this any bug or something?
Is there any solution?
thx.
<embed height="240" width="320" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" src="http://video.abc.com/com/abcplayer/bin-debug/main.swf?i just omit other characters...." type="application/x-shockwave-flash"></embed>
<telerik:RadToolBarButton Font-Size="X-Small" CausesValidation="false" Value="column"> <ItemTemplate> <table> <tr> <td align="right" valign="top"> <telerik:RadComboBox ID="RadComboBoxAddColumns" Height="20px" runat="server" EmptyMessage="Add Columns" HighlightTemplatedItems="True" AllowCustomText="True" Width="150px" Skin="Windows7" > <ItemTemplate> <div> <asp:CheckBox runat="server" ID="chk1" Checked="false" Font-Size="X-Small"/><%# Eval("COLUMN_NAME") %> </div> </ItemTemplate> <FooterTemplate> <div> <asp:Button ID="btnAdd" runat="server" Text="Add" CssClass="button" OnClick="btnAdd_Click"/> <asp:Button ID="btnReset" runat="server" Text="Reset" CssClass="button" OnClick="btnReset_Click"/> </div> </FooterTemplate> </telerik:RadComboBox> </td> </tr></table> </ItemTemplate> </telerik:RadToolBarButton>Button btnAdd = (Button)RadToolBar1.FindItemByValue("column").FindControl("RadComboBoxAddColumns").FindControl("btnAdd");