Unplanned
Last Updated: 27 Nov 2018 13:46 by ADMIN
ADMIN
Nikolay Demirev
Created on: 22 Sep 2016 13:21
Category: SpreadStreamProcessing
Type: Feature Request
10
SpreadStreamProcessing: Add support for Filters
Provide a way to export filters.
3 comments
ADMIN
Tanya
Posted on: 27 Nov 2018 13:46
Hello Harish,

Thank you for sharing your feedback. 

Please, make sure you are following this item so we can notify you if its status changes.

Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Harish
Posted on: 27 Nov 2018 00:13
Adding the feature to enable filtering button on the first row of the generated spreadsheet output would keep the design output consistent with the same functionality that the Kendo grid is providing today with the generated spreadsheet export using the parameter "filterable: true". Please check the Support ID:1362164 for more details.
Tim
Posted on: 23 Sep 2016 04:50
Excel Autofilter in combination to SpreadStreamProcessing would be great!

It could look like this:

namespace Telerik.Documents.SpreadsheetStreaming
{
    // Summary:
    //     Represent the base class for cell formats.
    public abstract class SpreadCellFormatBase
    {
        protected SpreadCellFormatBase();

        public bool EnableAutoFilter { get; set; }
    }
}