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

508 complaince IFrame

1 Answer 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ravi Shankar
Top achievements
Rank 1
Ravi Shankar asked on 14 Sep 2010, 02:27 AM

We are using RADComboBox with custom Itemtemplate.This renders a <IFRAME> which shows up as 508 non-conformance.Is it possible to suppress the IFRAME? Pls. give suggestions                                  

                                 

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 14 Sep 2010, 10:07 AM
Hello Ravi Shankar,

You can disable the IFrame that RadComboBox renders by putting the following script on your page:
<script type="text/javascript">
    Telerik.Web.UI.Overlay.IsSupported = function () { return false };
</script>

Additionally we planned to implement a property at RadComboBox to enable/disable the Overlay feature that causes this IFrame to render.

Greetings,
Kalina
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
ComboBox
Asked by
Ravi Shankar
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or