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

RadComboBox: Problem with webservice and postback

0 Answers 86 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
SviPla
Top achievements
Rank 1
SviPla asked on 08 Feb 2018, 02:25 PM

Hi all

I have a RadComboBox:

<telerik:RadComboBox ID="radCmbRegioniFilter" runat="server"
 Filter="Contains" AutoPostBack="true" EnableLoadOnDemand="True"
 onchange="Page_BlockSubmit = false;"
 OnClientItemsRequesting="radCmbRegioniFilter_OnClientItemsRequesting">
 <WebServiceSettings Method="GetRegionAll" Path="~/controls/OnDemand.asmx" />
</telerik:RadComboBox>

When I click on the combobox the data are load correctly.

If I execute a postback and I click on the combobox, the webservice is call but the combobox contains only the selected item and blank in others rows. If I click again on combobox I see all data.

Why?

Thanks

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
SviPla
Top achievements
Rank 1
Share this question
or