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

Radgrid popup editor combobox radformdecorator

6 Answers 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
R Stewart
Top achievements
Rank 1
R Stewart asked on 29 Jul 2010, 04:33 PM
We have a website with a radformdecorator set for all pages.

On one of these pages we have a radgrid with editmode set to "popup" and in the formtemplate we have a standard dropdownlist
The RadFormDecorator replaces the item appropriately, however, when you go to select an item the list is shown under the popup and is not selectable. The only work around we've found is to add "Select" to the ControlsToSkip. We'd like to keep the styling though. Is there a fix for this?

6 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 03 Aug 2010, 05:31 PM
Hello R Stewart,

You can use a RadComboBox instead of the asp:DropDownList because in case you decorate the dropdownlist with RadFormDecorator there will be no visible <select> element on the screen and the popup edit form will not be overlaid by it.

Kind regards,
Pavlina
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
R Stewart
Top achievements
Rank 1
answered on 03 Aug 2010, 05:55 PM
Actually, it isn't a problem with the select showing on top. As you can see by the screenshot the select element with a RadFormsDecorator list shows under the popup.

Added updated image to make it clear
0
R Stewart
Top achievements
Rank 1
answered on 03 Aug 2010, 05:59 PM
Hmm...I can't update the photo - posting again
0
Pavlina
Telerik team
answered on 06 Aug 2010, 01:44 PM
Hi Raymond,

Unfortunately the provided information is not sufficient for us to determine where the problem is coming from. Can you please send us a small working project, demonstrating your full setup and showing the unwanted behavior? We will debug it locally and get back to you.

Kind regards,
Pavlina
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
R Stewart
Top achievements
Rank 1
answered on 06 Aug 2010, 04:16 PM
Submitted a support ticket.
0
Accepted
Pavlina
Telerik team
answered on 10 Aug 2010, 12:37 PM
Hello,

I have noticed that my colleague Georgi Tunev has already answered to your support ticket. To avoid duplicate posts I would suggest that you continue your communication in the support ticket. Here I am pasting his answer in order to make it available for the public:

Thank you for bringing this problem to our attention - I will log it in our database and we will try to fix it for one of the following updates. For the time being you can use the following style on your page:
.rfdSelectBox
{
    z-index:10000;   
}

I hope this helps.

All the best,
Pavlina
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
R Stewart
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
R Stewart
Top achievements
Rank 1
Share this question
or