We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Exporting to Excell from a Grouping Grid

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.

3 Replies

AD Administrator 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


GR Gregg Reed October 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


AD Administrator 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

Loader.
Up arrow icon