JJ
Jisha Joy
Syncfusion Team
October 6, 2009 11:21 AM UTC
Hi Kumar,
This can be achieved by setting CellType of desired cell to ColorEdit. See the code:
gridControl1[rowIndex, colIndex].CellType = "ColorEdit";
See the following sample from our sample browser for more details:
..\\my documents\syncfusion\essentialstudio\{version}\Windows\Grid.Windows\Samples\2.0\Custom Cell Type\Drop-Down Grid Demo\cs
Regards,
Jisha