Reputation: 411
How can I persist selected item between postbacks with RadComboBox? I am loading the database items using WCF service and using LoadonDemand feature.I appreciate any help.
Thanks.
Upvotes: 3
Views: 8705
Reputation: 1293
It will persist for you automatically if you have ViewState enabled, unless you are accidentally rebinding the data (or resetting the selected item) on postback. http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
Upvotes: 1