AD
Administrator
Syncfusion Team
January 3, 2007 04:56 AM UTC
Hi Vishnu,
Try this code snippet to resolve this.
this.gridControl1[1,1].CellType = "Image";
this.gridControl1[1,1].ImageList = this.imageList1;
this.gridControl1[1,1].ImageIndex = 0;
Also refer to the shipped PictureBoxCellType browser sample for more detail.
\Syncfusion\Essential Studio\4.4.0.49\windows\Grid.Windows\Samples\CustomCellTypes\PictureBoxCells\cs
Best Regards,
Haneef