nav100
nav100

Reputation: 411

persist RadComboBox selected item between postbacks

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

Answers (1)

Sean Chase
Sean Chase

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

Related Questions