J.
J.Nagarajan
Syncfusion Team
September 27, 2007 02:22 AM UTC
Hi Shane,
Please refer to the CellButtons sample for having ellipses button custom cell in Grid. You can see this sample browser sample from the folloing path.
My Documents\Syncfusion\EssentialStudio\5.2.0.25\Windows\Grid.Windows\Samples\2.0\CustomCellTypes\CellButtons\
The sample has a custom celltype called EllipsisCell, that will help you. For GGC, you need to use this custom celltype and add it to the TableModel.CellMOdels collection.
If you want to set this celltype for any particular cells in GGC, then you will hvae to handle the QueryCellStyleInfo event, there check for the column and record index and accordingly set the e.Style.Celltype to the custome celltype you have registered.
Please let me know if you have any questions.
Regards,
Nagaraj