Hi
i create the Edit from in the Codebehind, like that:
If i do that, the hole windows is locked alsow the edit form. Did anybody a idee whats worng?
Regards Markus
i create the Edit from in the Codebehind, like that:
RadGridDataList.MasterTableView.EditFormSettings.EditFormType = GridEditFormType.WebUserControl;
RadGridDataList.MasterTableView.EditFormSettings.UserControlName = editViewer.ViewControl;
RadGridDataList.MasterTableView.EditFormSettings.PopUpSettings.Width =
new
Unit(PopUpSettingsWidth);
RadGridDataList.MasterTableView.EditFormSettings.PopUpSettings.Modal =
true
;
If i do that, the hole windows is locked alsow the edit form. Did anybody a idee whats worng?
Regards Markus