﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Thu, 11 Mar 2010 22:52:00 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Yousif,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; It will not be problem at all, Sir. Actually, you can ask the feature request at "Developer Networked -&amp;gt; Community Center -&amp;gt; Product FeedBack -&amp;gt; Feature Request". I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Thu, 11 Mar 2010 08:11:29 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Andi,&lt;/p&gt;
&lt;p&gt;No, you're right.  I was incorrect, the columns are not set to hidden.  Sorry about that.  However, we would like to see the feature where a property specific to exporting would be available so we can include/exclude columns, for export, dynamically even if they're visible.&lt;/p&gt;
&lt;p&gt;Our custom row checker/template columns is one example and our trailer column is another.  Thanks Andi.&lt;/p&gt;</description></item><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Wed, 10 Mar 2010 21:08:22 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Yousif,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; Forgive me, but for your information, currently I am using WebGrid 7 build 401. In my end, any non-visible columns at the time of export is not included. So, if you have a hidden "trailer" column by setting the visible to false as well as if you set the column with a hidden data member, by default behavior, that particular column will be not included during the export process. I only need to make sure that you are having a same behavior like I had in the end before I ask to our developer team for a feature request.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Wed, 10 Mar 2010 08:22:13 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Please request this as a feature, i.e., any non-visible columns at the time of export should not be included in the export.  Or, even better, would be to add a new property that can flag a column for export or not.&lt;/p&gt;
&lt;p&gt;The columns being exported are already not visible, so I'm just removing them from the Columns collection prior to the base class.&lt;/p&gt;</description></item><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Wed, 10 Mar 2010 01:55:39 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Yousif,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; You can try to set the column's visible to false on your server handler of OnExport&amp;nbsp;. It will exclude the column when we do the Exporting. Here is the snippet.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;        e.Table.Columns.GetNamedItem("trailer").Visible = false;        &lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid 7 - How Exclude Specific Columns From Export Process</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-7---How-Exclude-Specific-Columns-From-Export-Process/</link><pubDate>Tue, 09 Mar 2010 15:36:15 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;When using the "Export grid" icon in the lower right or the "Export Data" from the row context menu, how can we set up the grid columns so they're "flagged" to not be part of the export process?&lt;/p&gt;
&lt;p&gt;We use a hidden "trailer" column to extend the row formatting beyond the right side and we don't want this column as part of the exported data.  Thanks.&lt;/p&gt;
&lt;p&gt;The way we're removing the columns we don't need right now is by using the OnExport handler and updating the table object before passing it to the base class.&lt;/p&gt;</description></item></channel></rss>