it-partners Home   |  Site Map
 List Controls for .NET WinForms product page

List Controls for .NET WinForms Release History

1.0.2526.28954, December 2006

The commercial release of this product. This release follows a three month beta period. Thanks for the valuable feedback provided by many developers - your involvement has been greatly appreciated.

1.0.2555.23277, December 2006

Two data binding issues have been fixed.

  1. It was possible to set the BoundMember property, however the value assigned to this property could not be read. This problem was most apparent at design-time where the property looked like it could not be set.
  2. When the controls were bound to a data source, and that data source was initially populated by adding items one at a time, the controls expected more records than supported by the data source. This was a timing issue related to events raised by the CurrencyManager class. This problem caused an exception when the control attempted to fetch data from the data source that did not exist.