Using version 2008.2.826.35
I have a Grid with a CardView ItemTemplate.
I have an edit form base on a user control (ascx). == EditMode="PopUp"
When my PoPup is display the RadUpload in my ascx does not show?
RadUpload is set with ControlObjectsVisibility="None".
If I set ControlObjectsVisibility="Default" then I only see the extra button's not the Select one....
Any hint?
Thanks!
I have a Grid with a CardView ItemTemplate.
I have an edit form base on a user control (ascx). == EditMode="PopUp"
When my PoPup is display the RadUpload in my ascx does not show?
RadUpload is set with ControlObjectsVisibility="None".
If I set ControlObjectsVisibility="Default" then I only see the extra button's not the Select one....
Any hint?
Thanks!
<MasterTableView DataKeyNames="" |
TableLayout="Auto" |
EditMode="PopUp" |
AutoGenerateColumns="True" |
ShowHeader="false" |
NoMasterRecordsText="<%$ Resources:myRadGrid, NoMasterRecordsText %>" |
CommandItemDisplay="TopAndBottom"> |
<EditFormSettings UserControlName="~/Controls/Personne.ascx" |
EditFormType="WebUserControl" |
PopUpSettings-Modal="true" |
PopUpSettings-Height="400px" |
PopUpSettings-Width="800px"> |
<EditColumn UniqueName="EditCommandColumn1"> |
</EditColumn> |
</EditFormSettings> |