Refresh Combo Box list

How do I refresh the list in a combo box cell that uses the ValueMember and DisplayMember parameters with an ArrayList data source? Once the contents of the combo box list get set, updating the data source doesn''t seem to change them.

2 Replies

AD Administrator Syncfusion Team June 28, 2005 01:25 PM UTC

You can dynamically switch the datasources in CurrentCellShowingDropDown. here is a little sample. http://www.syncfusion.com/Support/user/uploads/GDBG_GLC_6b3039c8.zip


BC Bill Coyle June 28, 2005 03:40 PM UTC

That solved my problem -- thanks.

Loader.
Up arrow icon