I have simple radgrid. One column is template column and it had RADEditor. grid opens modal edit dialog:
<MasterTableView CommandItemDisplay="Top" DataKeyNames="ID" DataSourceID="SqlDataSource1" EditMode="PopUp">
column template is:
<telerik:RadEditor ID="RadEditor1" Runat="server"
Content='<%# Bind("databasefield") %>'>
<Content>
</Content>
</telerik:RadEditor>
when I edit grid, popup appears,which is fine, then when I click imagemanager or flashmanage button to select image, this dialog appears BEHIND the grid's popup dialog and cannot be accessed.
I searched thru forums but couldn't find any solution.. Im not very good at RAD products. can you help me please ?
best regards.