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

[Solved] RadComboBox not populating

2 Answers 97 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pieter Vugts
Top achievements
Rank 1
Pieter Vugts asked on 17 Dec 2009, 09:54 AM
Hi,

I have an application which works well on my development environment including a series of RadComboBox's that are populated (onItemRequested) through a webservice.
This works all well, when i deploy the solution to another machine, which uses the same .net framework (and it's deployed correctly, including web.config settings etc.) it will not retrieve any data within the first combobox (no matches found).

  • I've checked the webservices and it gives a good response with data
  • I have another ComboBox on the screen that uses another service which does get populated
  • I have populated other controls through the same webservice that the not-working combobox is using

please help.

2 Answers, 1 is accepted

Sort by
0
Gido Geek
Top achievements
Rank 2
answered on 17 Dec 2009, 11:13 AM
Hey Pieter,

I'd love to help you out but am not sure what causes your problem. To make it easier for me to determine what causes the problem could you maybe attach a small project with sample code and I will do my best to fix it for you !

Kind Regards,
Gido
0
Pieter Vugts
Top achievements
Rank 1
answered on 17 Dec 2009, 12:16 PM
Thank you for your (fast!) reply.

We've noticed something odd in the deployment of the dynamics NAV webservices. After deleting those and importing them again it turned out to work.
Problem was, that before filling the ComboBox, there is a count on the result te determine which objects to retrieve. This load always returned zero as the NAV code was not handled correctly.

Thankfully, this had nothing to do with the Telerik control.

Tags
ComboBox
Asked by
Pieter Vugts
Top achievements
Rank 1
Answers by
Gido Geek
Top achievements
Rank 2
Pieter Vugts
Top achievements
Rank 1
Share this question
or