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

ComboBox

1 Answer 60 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 16 Jun 2010, 06:28 PM
This is only happening in IE from what I can tell.

Using the web developer tools in IE8 I can see that there is an additional paragraph being written to the page.

For example:

This is what I expect to see:

<!-- start -alc-->

<p><label>text</label>[combobox]</p>

<!-- end -alc-->

This is what it is giving me:

<!-- start -alc-->

<p><label>text</label>[combobox]</p>
<p></p>


<!-- end -alc-->



And I have also seen:

<!-- start -alc-->

<p><label>text</label></p>
[combobox]


<!-- end -alc-->

Any ideas or suggestions?

(sorry for the irrelevant title, won't let me change it...)

Thanks,
Andy C

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 18 Jun 2010, 08:13 AM
Hi Andy,

We're not aware of such issue, RadComboBox doesn't render any <p> elements. Please send us sample code which illustrates the problem.

Regards,
Yana
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
Andy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or