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.
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
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
0
First
Top achievements
Rank 1
answered on 06 Nov 2009, 09:54 AM
0
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.
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,
I'm using ASPNET AJAX Q1 2009.
Thanks,
0
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.
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!
