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

Telerik Combobox overlaped with iframe

3 Answers 42 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ajeesh
Top achievements
Rank 1
Ajeesh asked on 21 Mar 2012, 12:52 PM
i have a telerik combobox and under that i have a iframe.when i click on the combobox the values in the combox comming behind to the iframe,that is only few values i can see ,rest of the values are behind the iframe,iframe overlapping the combox values

3 Answers, 1 is accepted

Sort by
0
Aleksander
Top achievements
Rank 1
answered on 17 Apr 2012, 08:47 PM
I too am having this issue? Can we get a resolution for this please?
0
Georgi Tunev
Telerik team
answered on 18 Apr 2012, 03:08 PM
Hi guys,

The IFRAME element displays a content page different from the parent one. Because of its specifics, you can't get a DHTML element from the parent page to show over it. The only available workarounds are either to relocate the dropdown so it is not above the IFRAME, or to use its client-side API and to hide and show the IFRAME on the corresponding events (OnOpen / OnClose).


Regards,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Ajeesh
Top achievements
Rank 1
answered on 17 May 2012, 02:28 PM
hi

i have another issue in telerik grid like

hi

I have used the following code for Save Changes.And its working previously.

.ToolBar(commands =>

{

commands.SubmitChanges();

})

Now we are using licenced version.But now am getting "Object doesn't support this property or method" error when am click on Savechanges button as well as cancel changes button.Can you tell what am doing wrong

Tags
ComboBox
Asked by
Ajeesh
Top achievements
Rank 1
Answers by
Aleksander
Top achievements
Rank 1
Georgi Tunev
Telerik team
Ajeesh
Top achievements
Rank 1
Share this question
or