AD
Administrator
Syncfusion Team
August 7, 2004 08:03 PM UTC
Yes. You can try using the GenericPanelCellModel and GenericPanelCellRenderer in a GridDataBoundGrid. It is just a celltype.
The RepeaterControl sample uses this celltype in a virtual GridControl to mimic a repeater control. But it is celltype that you can try to use in other grids. As for using it is a GridDataBoundGrid, I am not sure how you are going to use the single field that is mapped to this column from the gridDataBoundGrid''s datasource.
SG
Sean Greer
August 7, 2004 08:31 PM UTC
Clay, sorry I had a total brain-freeze on this one. You''re absolutely right, the GDBG is not what I want and the sample is much closer to my needs.
Thanks,
Sean
>Yes. You can try using the GenericPanelCellModel and GenericPanelCellRenderer in a GridDataBoundGrid. It is just a celltype.
>
>The RepeaterControl sample uses this celltype in a virtual GridControl to mimic a repeater control. But it is celltype that you can try to use in other grids. As for using it is a GridDataBoundGrid, I am not sure how you are going to use the single field that is mapped to this column from the gridDataBoundGrid''s datasource.