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
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