We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

My combo Box column in Grid control doesn''t show any items

i filled my combo Box column with a collection object.Indeed my datasource is a colection .the object is full but it does't show any items in my grid column when I drop down the combo.
Why:
Form_Load()
{
\\collectionObj had been filled before
Mygrid[1,3].datasource = collectionObj;
Mygrid[1,3].DisplayMember = "Name";
Mygrid[1,3].ValueMember = "Id";
}


1 Reply

RC Rajadurai C Syncfusion Team October 22, 2008 01:29 PM UTC

Hi Shayesteh,

Thanks for your interest in Syncfusion products.

Please try the following sample for this issue.

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

Please let me know if this helps.

Regards,
Rajadurai


Loader.
Live Chat Icon For mobile
Up arrow icon