I need to create a custom derived cell. I looked at the DerivedCellControlTutorial included in the sample pack, but I''d like to have something more substancial to study. From the sample I see how to draw stuff, add text, handle events, but I don''t understand how to add controls to a cell, use it as a container.
AD
Administrator
Syncfusion Team
July 5, 2005 04:32 PM UTC
Do a search for CellModels.Add in the Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples folder. It will show 18 or so different custom cell types that do various things.
The \Samples\DataBound\RepeaterUserControlSample sample shows how you can add a UserControl as an celltype control. The \Samples\In Depth\DropDownFormAndUserControlSample sample shows how to add a drop down user control. Both these can be used as a container control.
MC
Martin Cyr
July 5, 2005 05:34 PM UTC
I know I already wrote that, but men you''re the best!
Best support ever!