﻿<?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 - Display format for WebInput integrated in the WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Display-format-for-WebInput-integrated-in-the-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>Display format for WebInput integrated in the WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Display-format-for-WebInput-integrated-in-the-WebGrid/</link><pubDate>Wed, 02 Sep 2009 22:32:29 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>WebInput</category><description>The webInput will only be active during edit mode, since during WebGrid display mode WebInput is not active the WebInput display format will not be used to format the cell value. In order to format the display of the cell in WebGrid you will need to use the DataFormatString property of the WebGridColumn. For example, if you wish to display the Price column with currency format:&lt;br /&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGridColumn Caption="Price" DataMember="Price" Name="Price" Width="100px" DataFormatString="c"&amp;gt;&lt;br /&gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Display format for WebInput integrated in the WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Display-format-for-WebInput-integrated-in-the-WebGrid/</link><pubDate>Wed, 02 Sep 2009 02:59:35 GMT</pubDate><dc:creator>fabdellacorte</dc:creator><category>WebGrid</category><category>WebInput</category><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;I have a WebInput integrated in Webgrid column, I have set the Display and Edit Format on the WebInput but the Display format don't work only the Edit.&lt;/p&gt;
&lt;p&gt;The same code out of webgrid works both for Display and Edit  ?&lt;/p&gt;
&lt;p&gt;The code of WebInput insert in the webGrid is in attachment and I'd like to know if I have make a mistake or there is it a bug or it is a wanted behaviour.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInputPrice" runat="server" Width="140px"&amp;gt;
					&amp;lt;EditFormat Format="c" IsEnabled="True" Type="DynamicNumber"&amp;gt;
						&amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
						&amp;lt;/ErrorWindowInfo&amp;gt;
					&amp;lt;/EditFormat&amp;gt;
                    &amp;lt;DisplayFormat Format="c" IsEnabled="True" Type="Number"&amp;gt;
                        &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
                        &amp;lt;/ErrorWindowInfo&amp;gt;
                    &amp;lt;/DisplayFormat&amp;gt;
	&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;

&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>