﻿<?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 - Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</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>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Sun, 09 Oct 2011 21:59:52 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I would create a work item regarding this request. Our developer would consider to implement this feature in the future. Thank you for your feedback.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Sat, 08 Oct 2011 22:12:44 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello Handy , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp;&amp;nbsp; Thank you for your method . I have used this method to get the total number . However , I&amp;nbsp;hope sincerely you can provide the interface (or the attribute or the method ) to get the total number of WebGrid in the next version . Then we can work more easier . &lt;/span&gt;&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Fri, 30 Sep 2011 02:58:50 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I think you are missing my point. If you already knew how to set it, then you only need to know how to get the total record. I am sure this is the one that you were looking for. &lt;br /&gt;My point is, even though you used ISDataSource, you can also use query in server side(.cs) like I did in my sample. &lt;br /&gt;Remember, we only need to get that information which it would be ok to leave bind data in .cs.&lt;br /&gt;*You can ignore e.datasource... You don't need to do this since you already used ISDataSource.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Fri, 30 Sep 2011 02:34:41 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&lt;span style="font-size: 11pt"&gt; &lt;/span&gt;Hello Handy , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;span style="font-size: 11pt"&gt;&amp;nbsp; Thank you very much for your reply and sample . I have known how to set the total number in the StatusBar in the InitalizeDataSource . However , If I use the ISDataSource , how can I get the &lt;strong&gt;ReturnValue&lt;/strong&gt; of&amp;nbsp;&lt;strong&gt;SelectCount method&lt;/strong&gt; . Because the ReturnValue of this method is the total number of WebGrid . &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;Thanks a lot !&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Fri, 30 Sep 2011 00:34:29 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It is default mechanism only in virtual load. I will let you know how to do it manually in virtual load. There are two properties to set. The total records can be retrieved from database via query command.&lt;br /&gt;I hope my sample can guide you. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Thu, 29 Sep 2011 00:26:15 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello Handy , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;I find the WebGrid can display the total number When I set&amp;nbsp; &lt;strong&gt;PagingMode="VirtualLoad" &lt;/strong&gt;in LayoutSettings&amp;nbsp;. You can see the result from the picture in attachment file . Why ? How the WebGrid get the total number from database ?&amp;nbsp; Did you tell me there is no way to get the total number ?? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp; Besides , When I use IsDataSource , I must write the method of &lt;strong&gt;SelectCount&lt;/strong&gt; in the Bizlogic file . This method return the total number of items of WebGrid . What is the function of this method ?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Tue, 27 Sep 2011 05:04:03 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I only gave the way to put information in the status bar, not the way to calculate the information of your records. You need to calculate manually the real record. WebGrid could not calculate it because the data has not been loaded yet in other pages. You need to calculate the row in query or something. Then, put the correct value in this footer.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Tue, 27 Sep 2011 03:30:39 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It seems that the way you give me is feasible ，but now I can only obtain the total of current page(&lt;strong&gt;&lt;span style="font-size: 12pt"&gt;look at the lower right corner of picture1&lt;/span&gt;&lt;/strong&gt;).&lt;span space="" rightzone="0|9" leftzone="0|9"&gt;My boss&lt;/span&gt;&lt;span space="0| " rightzone="9|9" leftzone="9|9"&gt; did not agree with&lt;/span&gt;&lt;span space="0| " rightzone="18|12" leftzone="18|12"&gt; this method.&lt;/span&gt;My purpose is obtaining the total of all！I think you can&amp;nbsp;make the total of all&amp;nbsp; show in the status bar in my sample and send it back to me,please! Thank you!&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Mon, 26 Sep 2011 23:53:54 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It seems based on your WebGrid, table is not the correct element. It easier to get it directly from WebGrid element. You can try to find the proper location that you want to place the text for sum of items.&lt;/p&gt;
&lt;p&gt;e.g grid.GetElement(WG40.STATUSBAR, WG40.HTMLCELL);&lt;br /&gt;This code will let you get the element of "Ready" in status bar. You may able to go to its parentNode or perhaps add new &amp;lt;td&amp;gt; to easier to mantain layout information for your status bar. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Mon, 26 Sep 2011 23:07:33 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;I want to get the sum of the items of webgrid&amp;nbsp;and I want it to show in the status bar in this simple sample . I believe it's easy for you .Really looking forward to your great help .&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Can the sum of items of webgrid be displayed in the StatusBar of webgrid ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Can-the-sum-of-items-of-webgrid-be-displayed-in-the-StatusBar-of-webgrid-/</link><pubDate>Tue, 20 Sep 2011 00:11:43 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hi ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;span style="font-size: 11pt"&gt; I&amp;nbsp;meet a question when I use webgrid . Is there any method to get the sum of the items of webgrid ? Besides , can this sum be displayed in the StatusBar of the footer of webgrid ? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;Anyone can help me ? Thank you very much !&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>