RadcomboBoxes cascading with Load on demand with WCF
Is it possible to use Load on Demand with WCF service for Cascading RadComboBox? Please let me know if there are any examples. I did开发者_如何学Cn't see any demo on Telerik website.
Thank you..
I think you may combine following examples:
Load on demand: https://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx
Related combo boxes: https://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
Overview: http://www.telerik.com/help/aspnet-ajax/combo_loadondemandoverview.html
精彩评论