Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > GridView > .xlsx Export Functionality?

Not answered .xlsx Export Functionality?

Feed from this thread
  • Adam avatar

    Posted on May 16, 2011 (permalink)

    Any word on when the RadGridView will be able to export to Excel 2007 native .xlsx format?

    Reply

  • Vlad Vlad admin's avatar

    Posted on May 17, 2011 (permalink)

    Hello,

     Our plans are to provide such export using RadDocument similar to our PDF export now. We will do our best to release such before the end of the year however we cannot commit to any specific date. 

    All the best,
    Vlad
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Adam avatar

    Posted on May 17, 2011 (permalink)

    Cool, thanks.

    Reply

  • Posted on Nov 15, 2011 (permalink)

    Any updates on this ? 

    Reply

  • Semyon avatar

    Posted on Nov 25, 2011 (permalink)

    I'd like to vote for this feature, too. It would also be perfect if you could make it respect original data types of the model and avoid kludges like this (Telerik.Windows.Controls.GridView.GridViewExportWriter.RenderDataCells):
    if (type == typeof(DateTime))
    {
        if (String.IsNullOrEmpty(column.DataFormatString))
        {
            style = "ss:StyleID=\"GeneralDate\"";
            text = ((data.Value != null) ? ((DateTime)data.Value).ToString("yyyy-MM-ddTHH:mm:sss.fff") : String.Empty);
        }
        else
        {
            type = typeof(string);
        }
    }
    else
    {
        // ...
    }

    Reply

  • Jonathan Dubé avatar

    Posted on Feb 7, 2012 (permalink)

    Any updates on this ?

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > GridView > .xlsx Export Functionality?
Related resources for ".xlsx Export Functionality?"

Silverlight Grid Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]