<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dapfor.Net Grid Blog &#187; basket viewer</title>
	<atom:link href="http://www.blog.dapfor.com/basket-viewer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.dapfor.com</link>
	<description>.Net Grid and MFC Grid</description>
	<lastBuildDate>Fri, 09 Sep 2016 05:40:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>.NetGrid v2.8.5 has been released. New features and bug fixes</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-8-5-has-been-released-new-features-and-bug-fixes</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-8-5-has-been-released-new-features-and-bug-fixes#comments</comments>
		<pubDate>Tue, 18 Dec 2012 22:45:40 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[basket viewer]]></category>
		<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.Net Grid features]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[threading]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=205</guid>
		<description><![CDATA[The new version includes several bug fixes and new features added to Dapfor’s framework. The following features have been added: [NEW] added new DecimalFormat and a corresponding DecimalFormatAttribute for declarative formatting. public class Product { private decimal price; [DecimalFormat(Precision = 3, ShortForm = true, ShowZero = false)] public decimal Price { get { return price; [...]]]></description>
			<content:encoded><![CDATA[<div id="sectionSectionID0EVAAA">The new version includes several bug fixes and new features added to Dapfor’s framework. The following features have been added:</div>
<div id="sectionSectionID0EVAAA">
<ul>
<li>[NEW] added new <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Formats_DecimalFormat.htm">DecimalFormat</a> and a corresponding <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Formats_DecimalFormatAttribute.htm">DecimalFormatAttribute</a> for declarative formatting.
<div>
<pre>public class Product
{
    private decimal price;

    [DecimalFormat(Precision = 3, ShortForm = true, ShowZero = false)]
    public decimal Price
    {
        get { return price; }
    }
}</pre>
</div>
</li>
<li>[NEW] Added new <a href="http://doc.dapfor.com/net-suite/html/E_Dapfor_Net_Ui_Grid_FocusedColumnChanged.htm">Grid.FocusedColumnChanged</a> event.</li>
<li>[NEW] Added a section for <a href="http://www.dapfor.com/en/net-suite/net-grid/tutorial/appearance">grid painting system</a>.</li>
<li>[NEW] Added a section for <a href="http://www.dapfor.com/en/net-suite/net-grid/tutorial/cell-highlighting">cell highlighting system</a>.</li>
<li>[NEW] Added a new example that demonstrates design of <a href="http://www.dapfor.com/en/net-suite/net-grid/tutorial/basket-viewer">Backet component</a> that is used for measuring weight of financial instruments in the basket. Contains detailed explanation of main principles of developing high-performance application with intensive computing operations. Describes specifis of painting system in Windows OS.</li>
</ul>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] The standard editor drop-downs do not appear on the correct monitor, if the main monitor is the right monitor, and the editor is being hosted on a monitor to the left of it.</li>
<li>[BUG] The grid didn’t start editing data if nullable types existed.</li>
<li>[BUG] If <a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Grid_DataObjects.htm">Grid.DataObjects</a> were used, the grid didn’t clear collection on calling <a href="http://doc.dapfor.com/net-suite/html/M_Dapfor_Net_Ui_RowCollection_Clear.htm">Grid.Rows.Clear()</a> method.</li>
<li>[BUG] Change of focused columns was displayed incorrectly in <strong>FocusMode.Cell</strong> focusing mode.</li>
<li>[BUG] The grid was hiding some rows when binding data in grid with existing grouping.</li>
<li>Minor bug fixes</li>
</ul>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-8-5-has-been-released-new-features-and-bug-fixes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
