New Studio version released
roy.goffer posted on March 16, 2011 :: 2772 Views
The new version released today (6.4.0b) adds a couple of interesting enhancements with the following new controls:
- VirtualGridView - this new control is identical to DataGridView in API however, at runtime, it enables presenting very large sets of data on the client due to virtual scroll capabilities which retrieve blocks of data on demand rather than the entire data.
- MaskedCombobox - enables the same capabilites of MaskedTextbox within a type-able ComboBox.
- MaskedTextbox DataGridView Cell - enables the addition of a MaskedTextBox into a DataGridView cell.
In addition the version includes several other minor enhancements and fixes.
All downloads are available here >