﻿<?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 - Unable to speciy column caption as "DiscountGiven" in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unable-to-speciy-column-caption-as-DiscountGiven-in-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>Unable to speciy column caption as "DiscountGiven" in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unable-to-speciy-column-caption-as-DiscountGiven-in-webgrid/</link><pubDate>Wed, 15 Aug 2012 21:43:03 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I’m glad to hear that changing the column caption rectify the reported problem. If you have any other clues or hints or patterns to reproduce the issue, please feel free to let us know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unable to speciy column caption as "DiscountGiven" in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unable-to-speciy-column-caption-as-DiscountGiven-in-webgrid/</link><pubDate>Tue, 14 Aug 2012 03:59:43 GMT</pubDate><dc:creator>durgamohan</dc:creator><description>&lt;p&gt;Thanks Yudi,&lt;/p&gt;
&lt;p&gt;Everything is fine interms of implementation, except that iam using WebGrid 7.&lt;/p&gt;
&lt;p&gt;by the way, we decided to change the column name and it works.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Durga.&lt;/p&gt;</description></item><item><title>Unable to speciy column caption as "DiscountGiven" in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unable-to-speciy-column-caption-as-DiscountGiven-in-webgrid/</link><pubDate>Thu, 02 Aug 2012 23:13:22 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;I tried to reproduce the reported problem in my local test by creating a simple sample page of WebGrid. WebGrid is bound to a table which has a column named “DiscountGiven” using SqlDataSource control.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;The information below shows the table definition.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" style="color: rgb(31, 73, 125); "&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Column Name&lt;/th&gt;&lt;th&gt;Data Type&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;ShipperID&lt;/td&gt;&lt;td&gt;Int&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;CompanyName&lt;/td&gt;&lt;td&gt;nvarchar(40)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Phone&lt;/td&gt;&lt;td&gt;nvarchar(24)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;DiscountGiven&lt;/td&gt;&lt;td&gt;real&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;The column definition of WebGrid is as follow.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" DataSourceID="SqlDataSource1" 
    Height="250px" UseDefaultStyle="True" Width="500px"&amp;gt;
    &amp;lt;LayoutSettings AllowSelectColumns="Yes" /&amp;gt;
    &amp;lt;RootTable DataKeyField="ShipperID"&amp;gt;
        &amp;lt;Columns&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="ShipperID" DataMember="ShipperID" 
                DataType="System.Int32" Name="ShipperID" Width="100px"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="CompanyName" DataMember="CompanyName" 
                Name="CompanyName" Width="100px"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="Phone" DataMember="Phone" Name="Phone" 
                Width="100px"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="DiscountGiven" DataMember="DiscountGiven" 
                DataType="System.Single" Name="DiscountGiven" Width="100px"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/RootTable&amp;gt;
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;However my efforts were not successful - everything worked smoothly and the columns selection doesn't show blank caption.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125); "&gt;For your information, I'm using WebGrid 8 build 100 and WebUI.NET Framework build 805 which available in WebUI Studio 2012 R1. Should you find anything that I miss during my attempt to reproduce the problem, please feel free to let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unable to speciy column caption as "DiscountGiven" in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unable-to-speciy-column-caption-as-DiscountGiven-in-webgrid/</link><pubDate>Thu, 02 Aug 2012 05:56:51 GMT</pubDate><dc:creator>durgamohan</dc:creator><description>&lt;p&gt;Hi There,&lt;/p&gt;
&lt;p&gt;Iam using Webgrid in our project. We have observed a very strange problem in naming webgrid columns.&lt;/p&gt;
&lt;p&gt;We are populating webgrid with the data from SqlServer, of which "DiscountGiven" is a column in datasource. UI works fine except displaying column caption in "SelectColumns" list. It just displays blank caption.&lt;/p&gt;
&lt;p&gt;We tried with naming the column with other names, changing the order of columns everything works well except for discountgiven column.&lt;/p&gt;
&lt;p&gt;Can you please let me know why we are not able to see the caption for that particular name.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks &amp; Regards,&lt;/p&gt;
&lt;p&gt;Durga Mohan Palika.&lt;/p&gt;</description></item></channel></rss>