The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi there,
Please let me know is this grid supports all the following features.
Feature
Compatabilility with .NET
Cell Types - Non Obvious:
Multiline
Multiline Autoresize
Multifont
PIC Masks
Date
Time
Button
Combobox
Multicolumn Combobox
Dropdown List
Checkbox
Radiobutton
Bitmap
Owner Drawn
Text/Numeric Spins
Formulas
Chart
Show Row Numbers
Cut & Paste
Drag & Drop
Virtual Mode (getting records on demand, not all at once)
Print Preview
Convert to Excel Sheet
Insert Rows any where in bound mode and only save the changed records
Sorting
Freeze Cells/Panes
Mouse Wheel Scroll
Printing
Mouse Menu
Parse XML
Convert to HTML
Auto Complete word
Undo/Redo
Clicking on one cell, open the new window with the details (Something like Master Detail)
Hoping to get answer ASAP.
Thanks
Satish
ADAdministrator 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.
SASatishFebruary 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.