Change log 6.4 Preview 1
roy.goffer posted on May 26, 2009 :: 1887 Views
This is the change log for version 6.4 Preview 1
Features
----------------------------------------------------------------------------------------------
1. New Control & Theme Designer - presents a ground breaking simple, intuitive developer/designer interface to creating advanced, customized, and creative customer-facing Web user interfaces (UIs) without any need to code in HTML and CSS.
2. Scalability Server Extension - Performance enhancement by adding new smart serialization model.
- Memory optimization to minimize the serialization model.
VWG-3884 - Support for hierarchical document outline added.
VWG-3891 - Support for SelectedImageIndex and SelectedImageKey in TreeView and TreeViewNode controls Added.
VWG-3892 - Support for StateImageIndex and StateImageKey in TreeView and TreeViewNode controls Added.
VWG-3692 - ColorDialog FullOpen and AllowFullOpen properties Implemented.
VWG-3763 - WinForms compatible mode which will ignore margin in panel / form docking added.
VWG-2589 - the ListView's ColumnWidthChanged event implemented.
VWG-2133 - Form MinimumSize and MaximumSize Properties implement.
VWG-3957 - Support MenuItem shortcut added.
Breaking Changes
----------------------------------------------------------------------------------------------
VWG-4507 - Components' Default back color is now set to control.
VWG-903 - The Guid property of the RegisteredComponent was changed to ID to prevent conflicts with Guid class.
VWG-4104 - Datagridview use existing controls infrastructure insted of (DatagridView buttons,Combo ......)
VWG-3947 - DataGridViewComboBox item collection editor changed to string collection editor.
VWG-1486 - Constructors of the ContextMenu's MenuItem modified as in WinForms.
VWG-3589 - Datagridview combo box column supports the Items property as in WinForms.
Bugs fix
----------------------------------------------------------------------------------------------
VWG-4667 - DataBinding Combobox.SelectedItem updates it's bounded property when combo changes.
VWG-3967 - IE 8 RC1 Menu sub menu items are no longer partially hidden.
VWG-4617 - PictureBox SizeMode changes affect the run-time with out refresh.
VWG-3844 - Chrome Checkbox list box, checkboxes was not clickable.
VWG-3852 - Chrome TreeView showed a gap between icon and text on expand.
VWG-3850 - Chrome TrackBar, tracker got stuck on drag to the left.
VWG-4375 - Chrome catalog application runs properly in Chrome.
VWG-3815 - Chrome Comboboxes did not open popups on down arrow click.
VWG-4660 - Chrome Tab control: was not fully displayed.
VWG-3848 - Chrome DateTimePicker problems fixed.
VWG-3831 - Chrome drag and drop is fixed.
VWG-4084 - Designer allows changing the Name property for HTMLbox
VWG-1998 - Capability to display a message when an action on a control takes a long time was reimplimented.
VWG-4380 - OpenFileDialog JS error fixed when using UseFlashForUpload Mode="On".
VWG-4467 - FF: Pop-up - ComboBox drop-down pop-up bottom items were cut.
VWG-4460 - Pop-up: Drop-down layout looks like in Winforms.
VWG-4367 - ListBox - When setting the CheckBoxes property to TRUE, the selection text disappeared.
VWG-2121 - Minimized window can be restored programmatically.
VWG-1818 - RadioButton CheckedChanged event is fired when Checked is changed from True to False.
VWG-4191 - CheckBox autoCheck implimnatation fixed.
VWG-3782 - VB.NET designer adds imports of Forms and Common to new forms,
VWG-3276 - This controls did not show Bold fonts ("ComboBox", DateTimePicker", "RadioButton" and "NumericUpDown").
VWG-3111 - DataGridView - DataGridViewColumn.MaxInputLength fixed.
VWG-2089 - Modal popups enabled.
VWG-2111 - ListView - Scrollbar appear only when the number of items grow more than the size.
VWG-2553 - DataGridView - Insert new row fixed.
VWG-3230 - DataGridView in FF did not scroll into view correctly with arrow key navigation.
VWG-3052 - TabStop fixed.
VWG-2851 - DateTimePicker - setting date to 9999-12 causes ArgumentOutOfRangeException fixed.
VWG-3936 - Inline dialogs were resized on each response from server.
VWG-3943 - Disabled controls now have a gray font color.
VWG-2709 - ListBox updates without user refresh when value in DataSource changes.
VWG-2712 - Textbox "TextChanged" event caused problems in MDI scenarios.
VWG-3570 - Tabbing between control fixed.
VWG-3094 - TextBox with Multiline and AcceptTab set to true inserts a tab char on Tab key press.
VWG-2160 - Button Image did not appear in designer.
VWG-2896 - Tool Bar button: tool tip was not update in run time.
VWG-2925 - Setting the DateTimePicker ShowUpDown property to True fixed.
VWG-3970 - Label Image did not appear in designer
VWG-3962 - Databindings supports OnValidation data source update mode.
VWG-3933 - TextBox Databindings event fixed.
VWG-3638 - Button image effects on font size and button layout at runtime fixed.
VWG-2032 - DateTimePicker - changing ShowCheckBox property did not update automatically.
VWG-3538 - Label's image (runtime) Imlemented as in WinForms.
VWG-1519 - DomainUpDown did not work in design time.
VWG-3684 - CheckedListBox Items editor fixed.
VWG-3644 - ListBox - Sorted property fixed in design time.
VWG-2595 - DataGridView - Maximum and Minimum size fixed in design time.
VWG-2695 - DateTimePicker and value changed
VWG-3067 - Text property of dateTimePicker fixed.
VWG-4076 - DatetimePicker.Text property holds a value in format similar to winforms.
VWG-3926 - DateTimePicker in a HeaderedPanel problem fixed.
VWG-3335 - TabSequence of controls Shift-TAB fixed.
VWG-3883 - ProgressBar within usercontrol fixed.
VWG-4158 - ClientAction for the Click event of any VWG Control type object is implemented.
VWG-4104 - Datagridview use existing controls infrastructure insted of (DatagridView buttons,Combo ......)
VWG-3868 - ComboBox - FindString(string s) overload added.
VWG-3605 - Clicking on the top-left corner cell selects all cells in grid.
VWG-3239 - Link.open problems with firefox fixed.
VWG-3593 - Datagridview supports the DataMember property as in WinForms.
VWG-3948 - Databound DataGridViewComboBox allows setting DisplayMember and ValueMember properties design time.
VWG-2676 - Changing the value in DataGridView.BackgroundColor fixed to affect the last (empty) column
VWG-2904 - ComboBox's Items property throws ArgumentNullException when set with null.
VWG-4208 - All Listview FindItemWithText overrides implemented.
VWG-3438 - ListViewItem ToolTip capabilities implemented.
VWG-2740 - Sorted Listview problem with selection fixed.
VWG-4418 - Combobox selected item fixed.