Combobox in virtual grid display problem

I have a combox in a column of a virtual grid and I can''t seem to make it update the cells. The QueryCellInfo method appears to set the value properly but it is not being displayed. I''ve attached a sample program that shows the problem. It consists a simple lookup list that is supposed to display both the numerical value and its associated string in a virtual grid. Thanks (p.s. I''m using 4.1.0.50)

VirtGridComboBox.zip

2 Replies

AD Administrator Syncfusion Team February 15, 2006 08:35 PM UTC

Hi Chuck Hill, The ValueMember value should be stored in a ComboBox cell, and not the DisplayMember value. Here is the edited sample. Regards, Calvin.

40842.zip


CH Chuck Hill February 16, 2006 12:27 AM UTC

Thanks. --CH

Loader.
Up arrow icon