AD
Administrator
Syncfusion Team
February 16, 2004 10:13 AM UTC
The answer is yes to your items with these exceptions:
Cell Types - Non Obvious: - I don''t know what you mean by this. You can add your own celltypes.
PIC Masks: I don''t know what you mean by this. We do include a MaskEdit celltype.
Text/Numeric Spins: We only ship a numeric spinner celltype. If you want a text spinner you would have to derive your own cell control.
Chart: We do not ship a chart cell. If you want one, you would have to derive your own celltype.
Freeze Cells/Panes: We allow freezing rows on the top of the grid and columns on the left of the grid.
Parse XML: You would have to do your own parsing use the FrameWork classes.
Convert to HTML: not supported currently.
SA
Satish
February 17, 2004 01:05 AM UTC
Hi Clay Burch,
Thanks for your information.
I got your all points.
Thanks
Satish
>The answer is yes to your items with these exceptions:
>
>Cell Types - Non Obvious: - I don''t know what you mean by this. You can add your own celltypes.
>PIC Masks: I don''t know what you mean by this. We do include a MaskEdit celltype.
>Text/Numeric Spins: We only ship a numeric spinner celltype. If you want a text spinner you would have to derive your own cell control.
>Chart: We do not ship a chart cell. If you want one, you would have to derive your own celltype.
>Freeze Cells/Panes: We allow freezing rows on the top of the grid and columns on the left of the grid.
>Parse XML: You would have to do your own parsing use the FrameWork classes.
>Convert to HTML: not supported currently.