How can we load data to a unbound column

I have onecolumn(unbound) which should get data from another bounded column.

The other problem is how to load values to a dropdownlist in gcc.


2 Replies

AD Administrator Syncfusion Team March 10, 2008 09:40 AM UTC

Hi,

Thank you for your interest in Syncfusion Products.

This can be achieved by using the follwing code:

this.gridGroupingControl1.TableDescriptor.Columns[2].Appearance.AnyRecordFieldCell.CellType = "ComboBox";
this.gridGroupingControl1.TableDescriptor.Columns[2].Appearance.AnyRecordFieldCell.ChoiceList = s;


Please refer the sample in the below link:

http://websamples.syncfusion.com/samples/Grid.Windows/72221/main.htm

Kindly let me know if this helps.

Thanks,
Jisha



AP apwickrama March 10, 2008 10:24 AM UTC

Thanks for ur great help


Loader.
Up arrow icon