﻿<?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 8 Support for Excel 2010 Export and Split Data Issue?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Support-for-Excel-2010-Export-and-Split-Data-Issue/</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 8 Support for Excel 2010 Export and Split Data Issue?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Support-for-Excel-2010-Export-and-Split-Data-Issue/</link><pubDate>Mon, 18 Aug 2014 04:09:09 GMT</pubDate><dc:creator>Hans</dc:creator><category>export</category><category>Webgrid Enterprise 8; Excel 2010</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;If you don’t mind, could you inform me more information regarding your WebGrid?&lt;br&gt;What your current WebGrid configuration?&lt;br&gt;Could you provide me the screenshot regarding the issue?&lt;br&gt;So that I can find the right solution for this issue.&lt;br&gt;&lt;br&gt;Thank you for your help.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Webgrid 8 Support for Excel 2010 Export and Split Data Issue?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Support-for-Excel-2010-Export-and-Split-Data-Issue/</link><pubDate>Fri, 15 Aug 2014 12:29:05 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>export</category><category>Webgrid Enterprise 8; Excel 2010</category><description>&lt;p&gt;Unfortunately that did not resolve the problem.&amp;nbsp; The code is being returned by a stored procedure that strips out characters such as carriage return and line feed, etc...&amp;nbsp; Please let me know if there are any other options.&amp;nbsp; Thanks!&lt;br&gt;&lt;/p&gt;</description></item><item><title>Webgrid 8 Support for Excel 2010 Export and Split Data Issue?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Support-for-Excel-2010-Export-and-Split-Data-Issue/</link><pubDate>Wed, 06 Aug 2014 00:51:14 GMT</pubDate><dc:creator>Hans</dc:creator><category>export</category><category>Webgrid Enterprise 8; Excel 2010</category><description>Hello,&lt;br&gt;&lt;br&gt;I am sorry for the inconvenience.&lt;br&gt;&lt;br&gt;Currently, WebGrid only support export feature to Excel with .xls format only.&lt;br&gt;&lt;br&gt;Regarding “split to a separate row upon export” issue, perhaps you could set the “UseCellMergingForExcelReport” property to “true”, in “OnExport” server side event.&lt;br&gt;&lt;br&gt;Here’s the example snippet code how to set the “UseCellMergingForExcelReport” property:&lt;pre&gt;protected void WebGrid1_Export(object sender, ISNet.WebUI.WebGrid.ExportEventArgs e){
    e.ReportInfo.UseCellMergingForExcelReport = true;
}&lt;/pre&gt;&lt;p&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Webgrid 8 Support for Excel 2010 Export and Split Data Issue?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Support-for-Excel-2010-Export-and-Split-Data-Issue/</link><pubDate>Tue, 05 Aug 2014 11:24:03 GMT</pubDate><dc:creator>cvgierloff</dc:creator><category>export</category><category>Webgrid Enterprise 8; Excel 2010</category><description>&lt;p&gt;Is Webgrid Enterprise 8 capable of exporting to Excel 2010 by default?&amp;nbsp; If it is necessary to write code would you have any samples?&lt;/p&gt;&lt;p&gt;We recently upgraded some of our webgrids to this version and cells with a large number of characters split to a separate row upon export.&amp;nbsp; The character limit for Excel is still ~32K in 2010 and we are under that limit.&amp;nbsp; I noticed that the grid exports to .xls file format and wasn't sure if Excel version could be an issue.&lt;/p&gt;&lt;p&gt;I saw a post that recommended making the column wider in the webgrid so that it doesn't split upon export but that would really spoil the user experience...&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Christi&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>