<?xml version="1.0" encoding="UTF-8"?><feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
  xml:base="http://www.blog.dapfor.com/wp-atom.php"
   >
	<title type="text">Dapfor.Net Grid Blog</title>
	<subtitle type="text">.Net Grid and MFC Grid</subtitle>

	<updated>2016-09-09T05:40:24Z</updated>

	<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com" />
	<id>http://www.blog.dapfor.com/feed/atom</id>
	<link rel="self" type="application/atom+xml" href="http://www.blog.dapfor.com/feed/atom" />

	<generator uri="http://wordpress.org/" version="3.2.1">WordPress</generator>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.10.3 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=303</id>
		<updated>2016-09-09T05:40:24Z</updated>
		<published>2016-09-09T05:40:24Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="Performance" /><category scheme="http://www.blog.dapfor.com" term="Windows 10" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-10-3-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[Wpf GridControl v4.1.0 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=288</id>
		<updated>2016-05-19T09:55:37Z</updated>
		<published>2016-05-19T09:55:37Z</published>
		<category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="filtering" /><category scheme="http://www.blog.dapfor.com" term="GridControl" /><category scheme="http://www.blog.dapfor.com" term="Wpf" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-1-0-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[Wpf GridControl v4.0.0 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=261</id>
		<updated>2016-04-25T15:49:54Z</updated>
		<published>2016-04-25T15:49:54Z</published>
		<category scheme="http://www.blog.dapfor.com" term="Data binding" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="Performance" /><category scheme="http://www.blog.dapfor.com" term="thread safety" /><category scheme="http://www.blog.dapfor.com" term="cell blinking" /><category scheme="http://www.blog.dapfor.com" term="datatemplate" /><category scheme="http://www.blog.dapfor.com" term="GridControl" /><category scheme="http://www.blog.dapfor.com" term="styles" /><category scheme="http://www.blog.dapfor.com" term="template" /><category scheme="http://www.blog.dapfor.com" term="themes" /><category scheme="http://www.blog.dapfor.com" term="Wpf" /><category scheme="http://www.blog.dapfor.com" term="xaml" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/wpf-gridcontrol-v4-0-0-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.10.2 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=256</id>
		<updated>2016-04-11T09:42:22Z</updated>
		<published>2016-04-11T09:42:22Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" />		<summary type="html"><![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.]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-10-2-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.10.1 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=252</id>
		<updated>2016-03-25T14:53:30Z</updated>
		<published>2016-03-25T14:53:30Z</published>
		<category scheme="http://www.blog.dapfor.com" term="64 bit platform" /><category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="Performance" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-10-1-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.10.0 has been released]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=247</id>
		<updated>2015-08-27T17:46:54Z</updated>
		<published>2015-08-27T17:46:54Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-10-0-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.9.5 has been released.]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=243</id>
		<updated>2014-02-09T23:23:49Z</updated>
		<published>2014-02-09T23:23:49Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" />		<summary type="html"><![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.]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-9-5-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.9.4 has been released.]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2" />
		<id>http://www.blog.dapfor.com/?p=237</id>
		<updated>2013-11-03T20:37:49Z</updated>
		<published>2013-11-03T20:37:49Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term=".net" /><category scheme="http://www.blog.dapfor.com" term="release" />		<summary type="html"><![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;]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-9-4-has-been-released-2/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.9.3 has been released.]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=232</id>
		<updated>2013-10-16T20:38:04Z</updated>
		<published>2013-10-16T20:38:04Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="Performance" /><category scheme="http://www.blog.dapfor.com" term="bugfix" /><category scheme="http://www.blog.dapfor.com" term="grid" /><category scheme="http://www.blog.dapfor.com" term="performance" /><category scheme="http://www.blog.dapfor.com" term="release" />		<summary type="html"><![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 [...]]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-9-3-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>dapadm</name>
					</author>
		<title type="html"><![CDATA[.NetGrid v2.9.2 has been released.]]></title>
		<link rel="alternate" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released" />
		<id>http://www.blog.dapfor.com/?p=227</id>
		<updated>2013-08-05T17:24:42Z</updated>
		<published>2013-08-05T17:24:42Z</published>
		<category scheme="http://www.blog.dapfor.com" term="bug fixing" /><category scheme="http://www.blog.dapfor.com" term="new release" /><category scheme="http://www.blog.dapfor.com" term="Performance" /><category scheme="http://www.blog.dapfor.com" term=".net" /><category scheme="http://www.blog.dapfor.com" term=".Net Grid features" /><category scheme="http://www.blog.dapfor.com" term="INotifyPropertyChanged" /><category scheme="http://www.blog.dapfor.com" term="performance" /><category scheme="http://www.blog.dapfor.com" term="release" />		<summary type="html"><![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.]]></summary>
		<content type="html" xml:base="http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released"><![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>
		<link rel="replies" type="text/html" href="http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.blog.dapfor.com/netgrid-v2-9-2-has-been-released/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
	</feed>
