﻿<?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 - Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</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>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Wed, 28 Dec 2011 22:09:26 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;There are three modes of &lt;strong&gt;VirtualLoadMode&lt;/strong&gt;: &lt;strong&gt;Default&lt;/strong&gt;, &lt;strong&gt;LargeData&lt;/strong&gt;, and &lt;strong&gt;Custom&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Using &lt;strong&gt;LargeData&lt;/strong&gt; or &lt;strong&gt;Custom&lt;/strong&gt; option in VirtualLoadMode property restricts the users to export &lt;strong&gt;ALL&lt;/strong&gt; the data. Only a certain batch of data, which has been retrieved by users, will be exported to the medium. Therefore, in order to export ALL data, the VirtualLoadMode property needs to be configured to Default option temporarily and invokes the RebindDataSource() method.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Wed, 28 Dec 2011 07:16:29 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can we have an option in WebGrid which allows me to load and display all records?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item><item><title>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Tue, 20 Dec 2011 03:12:50 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Unfortunately it is a scenario that is not supported by the current version of WebGrid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I have submitted a feature request to WebGrid development team regarding this. The feature request is filed under Task #1097. Should I hear any news regarding Task #1097, I let you know at once.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Sun, 18 Dec 2011 23:09:07 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for your response.&lt;/p&gt;
&lt;p&gt;As a workaroun we are ready to put some button in our page to export the required data, but is there any API to export the data.&lt;/p&gt;
&lt;p&gt;That is; instead of getting data from the grid we want to provide the dataset/table to the export API, which the API should export it.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Sun, 18 Dec 2011 14:48:45 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;WebGrid has PagingExportMode property that specifies whether WebGrid should export only the current page view or the entire dataset. Unfortunately, this property only works when PagingMode is set to ClassicPaging.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;As shown in &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Export-partial-data-in-based-on-which-selected-in-rowchecker/"&gt;here&lt;/a&gt;, it is possible to manipulate the export result in OnExport server-side event. The idea is, provide the entire dataset in OnExport event so that we’ll have all records as the export result. However, I still have no luck when try to implement your required scenario using this approach.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’m afraid that this scenario is not supported yet in the current build version of WebGrid (WebGrid 7 build 800). Please give me more time to discuss this with the development team. I’ll keep you informed with the result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Exporting all records irrespective of the no. of records displayed</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Exporting-all-records-irrespective-of-the-no-of-records-displayed/</link><pubDate>Fri, 16 Dec 2011 01:37:10 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have hundreds of records, but the virtualpagesize is 50, i.e., at a time it will display only 50 records. But I want to export all records irrespective of the no. of items loaded in the grid.&lt;/p&gt;
&lt;p&gt;We are having the below properties set for the webgrid:&lt;/p&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;
&lt;p&gt;allowexport&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="yes"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;pagingmode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="VirtualLoad"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;virtualloadmode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="Custom"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;
&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;p&gt;virtualpagesize&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="50"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;Your help is appreciated.&lt;/p&gt;</description></item></channel></rss>