GridControl Image Cells

I''m trying to display an image in my grid from an object array... for whatever reason when I tyr to add the following code to change the cell model I get an error saying GridImageCellModel doesn''t exist in the namespace and I''ve added Syncfusion.Windows.Forms.Grid to my using statments. Does anyone know how to work around this...? it''s an unbound grid so I''m not really sure from the examples on how to do this Thanks in advance for your help

1 Reply

AD Administrator Syncfusion Team January 16, 2004 06:49 PM UTC

Hi Andy, GridImageCellModel and GridImageCellRenderer classes are not included in our library. You have to make use of the code available in the Syncfusion\Essential Suite\Grid\Samples\DataBound\GridDataBoundImageCell example. Regards, Jay N

Loader.
Up arrow icon