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

[Solved] radcombobox databound update

1 Answer 140 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
jtby
Top achievements
Rank 1
jtby asked on 22 Apr 2008, 08:18 PM
I have radcombox databound to a SQL Server database table.  Some other place in my app modifies the database table, and I now want the combo to update to reflect the new values.  How do I get the combo to update w/o reloading the whole page?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 23 Apr 2008, 08:48 AM
Hello there,

To rebind the combobox, simply call its DataBind method after the database has been updated.

You can place the combobox inside an ajax panel to update only the panel via a callback. For more details, please check the following article:
RadAjax Panel

Hope this helps.

Regards,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
jtby
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or