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
close icon

Exporting the Grid with FilterType attribute in column to Excel


If I use FilterType attribute in the tag "Columngrid exports all rows, not just filtered.

              <Columns>
                <ej:Column Field="OrderID" HeaderText="Order ID" IsPrimaryKey="true" TextAlign="Right" Width="90"/>
                <ej:Column Field="CustomerID" HeaderText="Customer ID" Width="100"/>
                <ej:Column Field="EmployeeID" HeaderText="Employee ID" TextAlign="Right" Width="110" FilterType="Excel"/>
                <ej:Column Field="Freight" HeaderText="Freight" TextAlign="Right" Width="90" Format="{0:C}" />
                <ej:Column Field="OrderDate" HeaderText="Order Date" Width="100" TextAlign="Right" Format="{0:MM/dd/yyyy}" />
                <ej:Column Field="ShipCity" HeaderText="Ship City" Width="100" />
             </Columns>
             <FilterSettings FilterType="Menu"></FilterSettings>


1 Reply

VN Vignesh Natarajan Syncfusion Team April 9, 2019 06:31 AM UTC

Hi Jan Tabery, 
 
Thanks for contacting Syncfusion forums. 
 
Query: “If I use FilterType attribute in the tag "Columngrid exports all rows, not just filtered. 
 
We have validated the defect you have initiated with us. Thank you for the taking the time to report the issue and helping us improve our product. At Syncfusion we are committed to fixing all the validated defect (subject to technological feasibility and Product Development Life Cycle) and including the defect fix in our subsequent 2019 Volume 1 Service pack 1 release. You can track the current status of your request, review the resolution timeline and contact us for any further inquiries through this link.   
 
 
Note: To view the above feedback, you need to login into your account.  
   
Till then we appreciate your patience.  
 
Regards, 
Vignesh Natarajan. 
 
 


Loader.
Live Chat Icon For mobile
Up arrow icon