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

Service (.svc) not adding items to ComboBox in IIS 5.1

1 Answer 51 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vistalogix
Top achievements
Rank 1
Vistalogix asked on 03 Jun 2010, 05:19 PM
This is a real tricky one to try to debug.

I have a RadComboBox with OnClientItemsRequesting calling a .svc service and populating the items.

Everything is working great in IIS 6 and IIS 7, but not in IIS 5.1.

I've used Firebug and the correct data is returned from the .svc call in OnClientItemsRequesting, but none of the items gets added.

Is this a known issue with IIS 5.1, is there a workaround?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 09 Jun 2010, 08:19 AM
Hi,

If the same data is returned from the call to the 5.1 service as from the other versions, items should be properly added to the Combo. Can you please post the code of the OnClientItemsRequesting handler? Also, can you please use Firebug to check if the reponse headers are the same in 5.1 as in the other versions?

All the best,
Dimitar Milushev
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
Vistalogix
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or