All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ComboBox
/
Synchronize client and server state of LoadOnDemand and ShowMoreResult RadComboBox
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Rolf Cerff
3 posts
Member since:
Sep 2009
Posted 02 May 2011
Link to this post
Hello,
we have the following problem:
We use RadComboBox controls with LoadOnDemand and ShowMoreResults.
In some circumstances we need to reset the comboboxes to items added at server side. This seems not so easy as the load on demand and show more results features add the items via AJAX calls and client side api. So the items collection on the server and the client are out of sync.
My question: Ist there a sample ore an easy way to bring server and client side in sync after loading some items via AJAX and adding it on client side?
Thank you in advance
Regards
Rolf Cerff
Cat Cheshire
128 posts
Member since:
Jun 2010
Posted 05 May 2011
Link to this post
I am not sure that this can be achieved.
When you use Load On Demand the combobox items are not available on server-side - I found this information
here
.
Back to Top
Close