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

[Solved] Unexpected extra line for radCombodsfgfd after submit

6 Answers 123 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
First
Top achievements
Rank 1
First asked on 06 Nov 2009, 09:38 AM
Hi There,

I have annoying issue with the radComboBox.
I'm using radCombox inside the radgrid and I'm using Ajax Update Panel.
The combo box data is using late binding.
RadComboBox oCombo = (RadComboBox) RowItem.FindControl("radComboBox1");   
oCombo.Visible = true;   
oCombo.DataSource = dt;  
oCombo.DataTextField = "Text";   
oCombo.DataValueField = "Value";   
oCombo.DataBind();  
 

When I submitted the page, I can see an extra thin line under the combo box. Please refer to the attached screenshot.
How to eliminate the extra line?
For initial load, calling the same function, the combo box doesn't have an extra line.

Thanks,
Sxin

6 Answers, 1 is accepted

Sort by
0
First
Top achievements
Rank 1
answered on 06 Nov 2009, 09:54 AM
Please refer to the attached screenshot.
0
Kamen Bundev
Telerik team
answered on 06 Nov 2009, 05:03 PM
Hello,

Which version of RadControls for ASP.NET AJAX are you using and in which browser you are experiencing this issue?

Kind regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
First
Top achievements
Rank 1
answered on 09 Nov 2009, 01:41 AM
Hi Kamen,

I'm using ASPNET AJAX Q1 2009.

Thanks,

0
Kamen Bundev
Telerik team
answered on 10 Nov 2009, 04:57 PM
Hi,

There was an IE7 caching issue that caused such behavior. It was fixed in Q2 2009 SP1. Try if upgrading fixes the issue for you.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
First
Top achievements
Rank 1
answered on 11 Nov 2009, 02:28 AM
Thanks for prompt reply. I will give it a try.
0
First
Top achievements
Rank 1
answered on 11 Nov 2009, 04:36 AM
Cool. It works!
Tags
ComboBox
Asked by
First
Top achievements
Rank 1
Answers by
First
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or