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.
I need to export a grouping grid to excel and I am pretty much stuck. I have a method that will create the excel app/sheet, load it with the headerText from my columns, then become visible, but I can not find a way to access the data in the GridTableControl.
How do I access the data in a GridTableControl similar to how I could in a TableControl? How will I handle the GroupCaption? The TableControl seems to be more programmatically functional than the GridTableControl is this changing in V2.0? I see lots of examples of some pretty cool stuff in a TableControl that does not seem paralleled in the GridTableControl.
Thanks for you help.
ADAdministrator Syncfusion Team October 10, 2003 11:01 PM UTC
The API will be become much more complete. In the preview that is available the focus was mainly to get the core functionality/display and user interactivity in place for grouping in place. The next step is the handling of related tables and after that make the API more complete.
But, what is "TableControl"? Did you mean the Table class?
Stefan
GRGregg ReedOctober 15, 2003 03:40 PM UTC
I miss spoke, I meant Syncfusion.Windows.Forms.Grid.GridControl not TableControl. When can we expect the API to be more complete? Are you still on target for a Nov release of 2.0? You said your next step was "handling of related tables". What exactly does this mean?
Thanks
Gregg
> The API will be become much more complete. In the preview that is available the focus was mainly to get the core functionality/display and user interactivity in place for grouping in place. The next step is the handling of related tables and after that make the API more complete.
>
> But, what is "TableControl"? Did you mean the Table class?
>
> Stefan
ADAdministrator Syncfusion Team October 15, 2003 04:01 PM UTC
We are actually now starting to make the grid look nicer and also provide more events, routines etc. That beta should be available then within the next 2 weeks.
Display of related tables means that you can expand/collapse foreign-key tables with independent columns.
Stefan