<?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; new release</title>
	<atom:link href="http://www.blog.dapfor.com/new-release/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.10.3 has been released</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released#comments</comments>
		<pubDate>Fri, 09 Sep 2016 05:40:24 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Windows 10]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=303</guid>
		<description><![CDATA[A new version contains support for Windows 10, as well as bug fixes. The following improvements have been made: [NEW] .Net Grid/Suite is now compatible with Windows 10 The following bugs have been fixed: [BUG] Fixed a bug where in some rare cases .Net Grid could cause an exception during the redrawing data. [BUG] Fixed bug [...]]]></description>
			<content:encoded><![CDATA[<p>A new version contains support for Windows 10, as well as bug fixes.</p>
<div>The following improvements have been made:</div>
<ul>
<li>[NEW] .Net Grid/Suite is now compatible with Windows 10</li>
</ul>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] Fixed a bug where in some rare cases .Net Grid could cause an exception during the redrawing data.</li>
<li>[BUG] Fixed bug in <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Formats_DecimalFormat.htm">DecimalFormat</a> when .Net Grid incorrectly displayed data equal to zero.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wpf GridControl v4.1.0 has been released</title>
		<link>http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released</link>
		<comments>http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released#comments</comments>
		<pubDate>Thu, 19 May 2016 09:55:37 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[new release]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[GridControl]]></category>
		<category><![CDATA[Wpf]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=288</guid>
		<description><![CDATA[The new grid version has new filtering features and numerous fixes The following improvements have been made: [NEW] Added support of graphical filters in columns. [NEW] Added the following filters suitable for most applications to Dapfor.Wpf.dll library. FilterFactory.CheckBoxFilter The filter displays a lits of values discovered in grid cells in the specified column. Users can choose one [...]]]></description>
			<content:encoded><![CDATA[<p>The new grid version has new filtering features and numerous fixes</p>
<div>The following improvements have been made:</div>
<div id="sectionSectionID1EAAAA">
<ul>
<li>[NEW] Added support of <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/features/column-filters">graphical filters</a> in columns.
<div>
<p><img src="http://doc.dapfor.com/wpf-suite/media/column_filters.png" alt="Wpf GridControl column filters" /></div>
</p>
</li>
<li>[NEW] Added the following filters suitable for most applications to Dapfor.Wpf.dll library.
<div>
<div>
<table border="0">
<tbody>
<tr>
<td>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter1.png" alt="Wpf GridControl CheckBoxFilter" /></div>
</p>
</td>
<td><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Filters_FilterFactory_CheckBoxFilter.htm">FilterFactory.CheckBoxFilter</a></p>
<p>The filter displays a lits of values discovered in grid cells in the specified column. Users can choose one or several values from the proposed list. To cancel a filter for this column you may click the crossed filter icon in the upper left corner.</td>
</tr>
<tr>
<td>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter2.png" alt="Wpf GridControl ValueListFilter" /></div>
</p>
</td>
<td><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Filters_FilterFactory_ValueListFilter.htm">FilterFactory.ValueListFilter</a></p>
<p>The filter displays a lits of values discovered in grid cells in the specified column. Users can choose a value from the proposed list. To cancel filtering you can click a crossed filter icon in the upper left corner or choose &lt;All&gt;.</td>
</tr>
<tr>
<td>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter3.png" alt="Wpf GridControl ComparableValueFilter" /></div>
</p>
</td>
<td><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Filters_FilterFactory_ComparableValueFilter.htm">FilterFactory.ComparableValueFilter</a></p>
<p>You can use this filter for all types implementing the <a href="http://msdn2.microsoft.com/en-us/library/ey2t2ys5" target="_blank">IComparable</a> interface. This includes all whole number types (<a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">Int32</a>, <a href="http://msdn2.microsoft.com/en-us/library/yyb1w04y" target="_blank">Byte</a>, &#8230;), with floating comma (<a href="http://msdn2.microsoft.com/en-us/library/643eft0t" target="_blank">Double</a>, <a href="http://msdn2.microsoft.com/en-us/library/1k2e8atx" target="_blank">Decimal</a>), dates <a href="http://msdn2.microsoft.com/en-us/library/03ybds8y" target="_blank">DateTime</a>, <a href="http://msdn2.microsoft.com/en-us/library/269ew577" target="_blank">TimeSpan</a>, strings (<a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a>) and many others.</td>
</tr>
<tr>
<td>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter4.png" alt="Wpf GridControl WildcardFilter" /></div>
</p>
</td>
<td><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Filters_FilterFactory_WildcardFilter.htm">FilterFactory.WildcardFilter</a></p>
<p>The filter uses regular expression for row filtering. If the filter does not use wildcards, the following pattern is applied by default: *&lt;filter&gt;*</td>
</tr>
<tr>
<td>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter5.png" alt="Wpf GridControl DateMultiFilter" /></div>
</p>
</td>
<td><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Filters_FilterFactory_DateMultiFilter.htm">FilterFactory.DateMultiFilter</a></p>
<p>You can use it to filter rows by set dates. You can set multiple conditions.</td>
</tr>
</tbody>
</table>
</div>
</div>
</li>
<li>[NEW] Added support for <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part11">custom filters</a> where developers can also add them to columns.
</p>
<div><img src="http://doc.dapfor.com/wpf-suite/media/column_filter6.png" alt="Wpf GridControl Custom column filter" /></div>
</p>
</li>
<li>[NEW] Added support of <a href="http://msdn2.microsoft.com/en-us/library/ms668604" target="_blank">ObservableCollection&lt;T&gt;</a>. The grid also supports this collection at all hierarchy levels enabling dynamic addition of data on any level.</li>
<li>[NEW] Added <strong>GridControl.SettingsFocus.</strong><a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Controls_GridControlFocusSettings_Enabled.htm">Enabled</a> property to prevent from focus displaying.</li>
<li>[NEW] Added <a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Controls_Column_Tag.htm">Column.Tag</a> property to store any user-defined information.</li>
<li>[NEW] Improved DesidedSize definition in GridControl.</li>
</ul>
</div>
<div>The following bugs have been fixed:</div>
<div id="sectionSectionID2EAAAA">
<ul>
<li>[BUG] Fixed an error involving incorrect brush definition for alternative row in some cases.</li>
<li>[BUG] Fixed an error with scrolled cells occassionally failing to update their <a href="http://msdn2.microsoft.com/en-us/library/ms589297" target="_blank">DataTemplate</a>.</li>
<li>[BUG] Fixed margin control set in <a href="http://doc.dapfor.com/wpf-suite/html/P_Dapfor_Wpf_Controls_Column_CellMargin.htm">Column.CellMargin</a>.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wpf GridControl v4.0.0 has been released</title>
		<link>http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released</link>
		<comments>http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released#comments</comments>
		<pubDate>Mon, 25 Apr 2016 15:49:54 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[Data binding]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[thread safety]]></category>
		<category><![CDATA[cell blinking]]></category>
		<category><![CDATA[datatemplate]]></category>
		<category><![CDATA[GridControl]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wpf]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=261</guid>
		<description><![CDATA[During development, we discovered that although WPF technology has many advantages, it utilizes a lot of computer resources. Therefore, creating a high quality and high performance product requires significant developer experience and deep understanding of technology. Out developers have invested of lot of effort in GridControl and as the result it has all the advantages of its [...]]]></description>
			<content:encoded><![CDATA[<p>During development, we discovered that although WPF technology has many advantages, it utilizes a lot of computer resources. Therefore, creating a high quality and high performance product requires significant developer experience and deep understanding of technology. Out developers have invested of lot of effort in <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol">GridControl</a> and as the result it has all the advantages of its predecessor, <a href="http://www.dapfor.com/en/net-suite/net-grid">.Net Grid</a>, including high performance.<br />
&nbsp;</p>
<div><img class="aligncenter" src="http://doc.dapfor.com/wpf-suite/media/features_6.png" alt="Wpf GridControl" width="685" height="411" align="center" /></div>
<p>&nbsp;</p>
<div>We have preserved <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/features/thread-safety">thread safety</a> of dynamic data in non-graphical thread enabling implementation of a thread-safe <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part3">event-driven model</a>. GridControl is the only graphical component that is able receive notifications (price changes or any other information) from the business model and from any thread.However, we mainly focused on ease of use, intuitiveness and minimization of code volume in final application. As the result, the grid supports <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part1">any data types</a>, creating any kind of <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/features/binding-row">hierarchy</a>, <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part9">sorting</a>, <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part11">filtering</a> and <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part10">grouping</a>. All of these features require just a few code lines.</p>
<p>The Wpf GridControl is the only component providing real-time services of simultaneous data grouping, sorting and filtering. This problem is very complex for developers to solve. As example, imagine blotter displaying several dozens shares sorted by constantly changing percentage of price fluctuation. In addition to that, users can apply filters to display only shares with the highest price change. A lot of complex and inefficient code is required to implement this functionality in other grid. Our GridControl has integrated data sorting, filtering and grouping services that continuously display rows in correct order even when they change all the time.<br />
&nbsp;
</p></div>
<div><img class="aligncenter" src="http://doc.dapfor.com/wpf-suite/media/features.png" alt="Wpf GridControl features" width="675" height="275" align="center" /></div>
<div>
&nbsp;<br />
We have also moved the feature of short-term <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part12">cell blinking</a> from .Net Grid to the new product. Users can set highlighting color and duration for individual cells using the provided callbacks.</p>
<p>We haven&#8217;t forgotten about specific advantages of WPF technology and now our application can display any controls in grid cells with <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part5">DataTemplate and DataTemplateSelector</a>. You can also alter grid appearance easily using <a href="http://www.dapfor.com/en/wpf-suite/gridcontrol/tutorial/tutorial-part6">preset or custom styles</a>.
</div>
<p>&nbsp;</p>
<div>
<img class="aligncenter" src="http://doc.dapfor.com/wpf-suite/media/features_5.png" alt="Wpf GridControl data templates" />
</div>
<p>&nbsp;</p>
<div>
We hope that you will be surprised by outstanding quality of our work and really appreciate it.</p>
<p>We believe that our products will deserve your attention and that with our help you will develop excellent high-performance user-friendly applications.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.10.2 has been released</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released#comments</comments>
		<pubDate>Mon, 11 Apr 2016 09:42:22 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=256</guid>
		<description><![CDATA[A new version contains bug fixes. The following bug has been fixed: [BUG] Fixed a bug in UITypeEditorEx when .NetGrid prevents from custom painting in non-editable cells.]]></description>
			<content:encoded><![CDATA[<p>A new version contains bug fixes.</p>
<div>The following bug has been fixed:</div>
<ul>
<li>[BUG] Fixed a bug in <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Editors_UITypeEditorEx.htm">UITypeEditorEx</a> when .NetGrid prevents from custom painting in non-editable cells.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.10.1 has been released</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released#comments</comments>
		<pubDate>Fri, 25 Mar 2016 14:53:30 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[64 bit platform]]></category>
		<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=252</guid>
		<description><![CDATA[A new version contains improved support for 64-bit platforms, as well as bug fixes. The following improvements have been made: [NEW] Significantly increased .NetGrid initialization speed at runtime. This will reduce the time to start an application that uses a large number of grids. [NEW] Improved support for 64-bit platforms. [NEW] .NetGrid/.NetSuite are now correctly installed in [...]]]></description>
			<content:encoded><![CDATA[<p>A new version contains improved support for 64-bit platforms, as well as bug fixes.</p>
<div>The following improvements have been made:</div>
<div></div>
<ul>
<li>[NEW] Significantly increased .NetGrid initialization speed at runtime. This will reduce the time to start an application that uses a large number of grids.</li>
<li>[NEW] Improved support for 64-bit platforms.</li>
<li>[NEW] .NetGrid/.NetSuite are now correctly installed in Windows 10.</li>
<li>[NEW] Changed installation location for 64-bit systems from &#8216;C:\Program Files (x86)\Dapfor&#8217; to &#8216;C:\Program Files\Dapfor&#8217;.</li>
<li>[NEW] Improved support for .NetGrid in design-time.</li>
</ul>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] Fixed an issue where .NetGrid painted text &#8216;True/False&#8217; over images in boolean-type cells.</li>
<li>[BUG] Fixed row moving bug when .NetGrid under certain conditions, could throw an exception.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.10.0 has been released</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released#comments</comments>
		<pubDate>Thu, 27 Aug 2015 17:46:54 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=247</guid>
		<description><![CDATA[A new version contains new features to move rows in the grid, bug fixes as well as additional events for determining the beginning and end of the data filtering. The following improvements have been made: [NEW] New powerful feature of the .Net Grid is the ability to move rows between different hierarchical levels. Particular attention [...]]]></description>
			<content:encoded><![CDATA[<p>A new version contains new features to move rows in the grid, bug fixes as well as additional events for determining the beginning and end of the data filtering.</p>
<p>The following improvements have been made:</p>
<ul>
<li>[NEW] New powerful feature of the .Net Grid is the ability to move rows between different hierarchical levels. Particular attention was paid to the reservation of the row state including the selection, expansion, visibility, hierarchical structure including attached children rows. This new feature comes with a simple and intuitive API.
<div><img title="Moving row to the top hierarchical level" src="http://www.dapfor.com/images/ProductPicsImages/MoveRows1.png" alt="Moving row to the top hierarchical level" /></div>
<div><img title="Moving row to any hierarchical node" src="http://www.dapfor.com/images/ProductPicsImages/MoveRows2.png" alt="Moving row to any hierarchical node" /></div>
</li>
<li>[NEW] Added property <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_PaintCellEventArgs.htm">PaintCellEventArgs</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_PaintCellEventArgs_IsMeasureOnly.htm">IsMeasureOnly</a>.</li>
<li>[NEW] Added property <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_PaintColumnPanelEventArgs.htm">PaintColumnPanelEventArgs</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_PaintColumnPanelEventArgs_SpaceBeforeFirstColumn.htm">SpaceBeforeFirstColumn</a>.</li>
<li>[NEW] Added properties <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Grid.htm">Grid</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Grid_Nodes.htm">Nodes</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_NodeCollection_TotalCount.htm">TotalCount</a>, <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Grid.htm">Grid</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Grid_Nodes.htm">Nodes</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_NodeCollection_TotalVisibleCount.htm">TotalVisibleCount</a>, <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Row.htm">Row</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Row_Children.htm">Children</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_NodeCollection_TotalCount.htm">TotalCount</a>, <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Row.htm">Row</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Row_Children.htm">Children</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_NodeCollection_TotalVisibleCount.htm">TotalVisibleCount</a> to retrive total number of visible and invisible rows.</li>
<li>[NEW] Added events <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Grid.htm">Grid</a>.<a href="http://doc.dapfor.com/net-suite/html/E_Dapfor_Net_Ui_Grid_FilterUpdating.htm">FilterUpdating</a> and <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Grid.htm">Grid</a>.<a href="http://doc.dapfor.com/net-suite/html/E_Dapfor_Net_Ui_Grid_FilterUpdated.htm">FilterUpdated</a>.</li>
<li>[NEW] Added a possibility to cancel column filter with <strong>Shift+Left click</strong> on the column filter.
<div><img title="To cancel column filter: Shift + Left button click" src="http://www.dapfor.com/images/ProductPicsImages/CancelFilter.png" alt="To cancel column filter: Shift + Left button click" /></div>
</li>
</ul>
<p>&nbsp;</p>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] Fixed an issue where merged column was not displayed in reporting.</li>
<li>[BUG] Fixed a bug when <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Filters_ValueEqualityCheckBoxFilter.htm">ValueEqualityCheckBoxFilter</a> and <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Filters_ValueEqualityDropdownFilter.htm">ValueEqualityDropdownFilter</a> displayed values already filtered by a custom filter <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Ui_Grid.htm">Grid</a>.<a href="http://doc.dapfor.com/net-suite/html/P_Dapfor_Net_Ui_Grid_Filter.htm">Filter</a>.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.9.5 has been released.</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released#comments</comments>
		<pubDate>Sun, 09 Feb 2014 23:23:49 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=243</guid>
		<description><![CDATA[A new grid version containing error fixes has been released. The following improvements have been made: [NEW] Improved the Grid’s disposal algorithm. The following bugs have been fixed: [BUG]  Fixed an error when a red line indicating dropping position stays on the screen until closing the application.]]></description>
			<content:encoded><![CDATA[<p>A new grid version containing error fixes has been released.</p>
<p>The following improvements have been made:</p>
<ul>
<li>[NEW] Improved the Grid’s disposal algorithm.</li>
</ul>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG]  Fixed an error when a red line indicating dropping position stays on the screen until closing the application.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.9.4 has been released.</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2#comments</comments>
		<pubDate>Sun, 03 Nov 2013 20:37:49 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=237</guid>
		<description><![CDATA[A new grid version containing minor error fixes has been released. The following bugs have been fixed: [BUG] Fix for the grid&#8217;s verbosity in the console of the VS IDE while painting. &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>A new grid version containing minor error fixes has been released.</p>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] Fix for the grid&#8217;s verbosity in the console of the VS IDE while painting.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.9.3 has been released.</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released#comments</comments>
		<pubDate>Wed, 16 Oct 2013 20:38:04 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=232</guid>
		<description><![CDATA[A new grid version containing mostly error fixes and performance improvements has been released. The following improvements have been made: [NEW] Significantly improved cell painting performance. Fixed an error with the grid re-painting the entire row on a notification from a field for which the column is hidden or non-existent. [NEW] Improved the Grid’s disposal [...]]]></description>
			<content:encoded><![CDATA[<p>A new grid version containing mostly error fixes and performance improvements has been released.</p>
<p>The following improvements have been made:</p>
<ul>
<li>[NEW] Significantly improved cell painting performance. Fixed an error with the grid re-painting the entire row on a notification from a field for which the column is hidden or non-existent.</li>
<li>[NEW] Improved the Grid’s disposal algorithm. Handling of the situation when a grid can be disposed in the main thread and receive notifications from a non-GUI thread at the same time has been fixed as compared to the previous version.</li>
</ul>
<p>The following bugs have been fixed:</p>
<ul>
<li>[BUG] Fixed an error when a grid smaller than 20 pixels sometimes could generate exceptions on cell painting.</li>
<li>[BUG] Fixed rendering error when paining merged columns in RTL modе.</li>
<li>[BUG] Fixed header painting error with freezed columns in RTL mode.</li>
<li>[BUG] Fixed an error when moved rows stopped receiving notifications from data source when a grid unsubscribed a row from a datasource with drag&amp;drop operations.</li>
<li>[BUG] Fixed a <a href="http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Editors_CheckBoxEditor.htm">CheckBoxEditor</a> error when the grid could generate exceptions on partial editor visibility.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NetGrid v2.9.2 has been released.</title>
		<link>http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released</link>
		<comments>http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released#comments</comments>
		<pubDate>Mon, 05 Aug 2013 17:24:42 +0000</pubDate>
		<dc:creator>dapadm</dc:creator>
				<category><![CDATA[bug fixing]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.Net Grid features]]></category>
		<category><![CDATA[INotifyPropertyChanged]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.blog.dapfor.com/?p=227</guid>
		<description><![CDATA[A significant increase in productivity when working with objects that implement the INotifyPropertyChanged interface The following bug has been fixed: [BUG] Fixed a bug where the grid redraw the content of the entire row upon receiving notification from INotifyPropertyChanged interface for missing or hidden column. [BUG] Fixed minor bugs in the designer.]]></description>
			<content:encoded><![CDATA[<p>A significant increase in productivity when working with objects that implement the <a href="http://msdn2.microsoft.com/es-es/library/ms133020" target="_blank">INotifyPropertyChanged</a> interface</p>
<p>The following bug has been fixed:</p>
<ul>
<li>[BUG] Fixed a bug where the grid redraw the content of the entire row upon receiving notification from <a href="http://msdn2.microsoft.com/es-es/library/ms133020" target="_blank">INotifyPropertyChanged</a> interface for missing or hidden column.</li>
<li>[BUG] Fixed minor bugs in the designer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
