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

ComboBox skin issue inside RadGrid

3 Answers 136 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 21 Dec 2007, 10:21 PM
When using ComboBox inside RadGrid, the skin is not being applied. Also getting the following script error,
"object doesn't support this property or method"

3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 27 Dec 2007, 07:57 AM
Hi Joe Nguyen,

Thank you for contacting us.

Please see our online example where RadComboBox is inside RadGrid and check what is different with your implementation. If this does not help, please open a  support ticket and send us a simple running project illustrating the problem. We will test it locally and provide you with more specific instructions.



Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jeff
Top achievements
Rank 1
answered on 07 Jan 2008, 03:37 PM
I recieve the same error, but in a different context. When I try to ajaxafy my combo boxes, that are in a user control, I get a scenario where the skin is not applied and the error that you listed below. I resolved my issue by not ajaxafying the control and menu. You may also want to check your ajax config.
I have not been able to create a simple example that demonstrates this tho.

Jeff
0
Rosi
Telerik team
answered on 08 Jan 2008, 02:54 PM
Hi Jeff,

You can solve the issue by referring the styles of Skin by including this line in the <head> tag of your aspx page:
<link href="Default/ComboBox.Default.css" originalPath="Default/ComboBox.Default.css" rel="stylesheet" type="text/css" />

To do this you will need to include the Skins/Default folder, which contains Combobox folder and ComboBox.Default.css file, in your app's root.

Greetings,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Jim
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Jeff
Top achievements
Rank 1
Share this question
or