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

Editform Modal locks the hole window

3 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
macy
Top achievements
Rank 1
macy asked on 26 Oct 2010, 05:55 AM
Hi
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

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Oct 2010, 12:08 PM
Hello Markus,

Probably you have grouping and scrolling with static headers enabled for RadGrid, or the control is placed inside a scrollable or positioned container. I am afraid in this scenario the popup edit form cannot "jump" over the modal background due to CSS stacking context limitations. You will need to disable the modality. Sorry for the inconvenience caused.

This problem will be resolved if we replace the RadGrid popup edit form with a RadWindow, which we will research how to implement for future version of RadControls.

Best wishes,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
macy
Top achievements
Rank 1
answered on 28 Oct 2010, 05:16 AM
Hi Dimo

When these conversions will be done?


Regards Markus
0
Dimo
Telerik team
answered on 28 Oct 2010, 10:19 AM
Hello Markus,

I am afraid we have no specific timeframe for this implementation.

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
macy
Top achievements
Rank 1
Answers by
Dimo
Telerik team
macy
Top achievements
Rank 1
Share this question
or