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

Image becomes invisible In postback of radcombobox

5 Answers 50 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Ragupathi
Top achievements
Rank 1
Ragupathi asked on 23 Jul 2008, 07:55 AM
 I built a web custom control having a Rad combobox with a Rad ajax panel . This Radcombo box gets has the skin as web blue . This skin gets invisible in postback of the control.
i am not able to even click that control when i use this in the Rad ajax panel in post back as i am loosing the skin of the combo box.

please help me in this  venture...


Thx.

Veda.S

5 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 23 Jul 2008, 08:23 AM
Hello Ragupathi,

You need to register the CSS file of your skin manually on the page.
Go to to the installation folder of Telerik controls and find the Skins\WebBlue folder. Copy the ComboBox.WebBlue.css and the ComboBox folder to your application.

Then add a reference to the css file in the <head> section of your page.

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ragupathi
Top achievements
Rank 1
answered on 23 Jul 2008, 09:11 AM
Thx its working.
But i am not able to select the values in the combo box  more than once for every item.
(ie)For example if i click the first item and then click the second item. i am not able to select the first item again. One item can be select only once.. this is my issue..
Please Help me in this process..

Raghu.
0
Veselin Vasilev
Telerik team
answered on 23 Jul 2008, 12:08 PM
Hello Ragupathi,

This is indeed strange. Please ensure that all combo items have different Value properties.
Please share with us any relevant information on your implementation.

Also, I have noticed that you have not downloaded any RadControls for ASP.NET AJAX from our site.
Which version do you use?

Kind regards,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ragupathi
Top achievements
Rank 1
answered on 23 Jul 2008, 12:21 PM

Veskoni
Thanks for your immediate reply.
I am sorry for posting wrong place :).
As I mentioned I am using Wincontrols - RadCombo.
Just I added one item in Idictionany and bind the idictionary to combo.
It says Bad datasource for complex binding.

Combobox1.DataSource = CollectionData; //Here CollectionDatais Idictionary
Combobox1.displaymember = "Value";

I am using telerik 3.5 version.

Thank you.

0
Paul
Telerik team
answered on 23 Jul 2008, 12:30 PM
Hi Ragupathi,

I noticed that you have opened another forum post on the same question and we have moved that thread to the Combobox for WinForms forum.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Ragupathi
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Ragupathi
Top achievements
Rank 1
Paul
Telerik team
Share this question
or