Enhancement: Enhance Move method in WebMenu to work without additional codes.
Checkbox's label text now will not be repeated when partial update is performed using WebFlyPostBackManager.
Enhancement: Better memory release when a tab is closed in WebTab. WebDialogBox's progress image is always loaded from SmartWebResource although the images directory has been customized.
Unable to change tooltip in WebToolBar command.
New Scenario Supported: Support Response.Redirect in FlyPostBack callback context. Applicable to FlyPostBackManager and all Intersoft components that support FlyPostBack. Script error occurs when loading IFrame-mode window in WebDesktopManager.
Script error occurs when SetContentTemplate function is used when WebDialogBox is created at runtime in client-side.
Disabled ToolCommand can still be clicked when accessed from More menu.
WebFlyPostBackManager with EnableUIMode enabled, fails to work when WebNotification is added in the same page.
WebContextMenu cannot be displayed when integrated to WebGrid control.
Enhancement: Added ability to add and remove command when AllowCustomize is set to True in WebToolBar. New Scenario Supported: Added VisibleBasedOnTargetControlid property that specifies whether or not WebCallOut's visibility is determined by targetted control's visibilty.
New Scenario Supported: Added ItemClick server side event in WebExplorerPane that will be invoked when an item is clicked and AutoPostBack is enabled.
New Scenario Supported: Added AddRemoveOptionMenuViewMode property to set the view mode of AddRemoveOption menu that will be displayed when some commands are hidden due to the toolbar's limited width. Error occured when trying to close browsers where WebToolBar is included in the page.
If WebTab with 100% height is placed inside WebPaneManager and the pane is resized, the tab's height is not adjusted to the new pane's height.
Unable to set WebToolCommand's tooltip programmatically in client side.
Error occured when alert method is used when calling server side event using WebFlyPostBackManager. WebFlyPostBackManager does not return data table-typed result.
WebPaneManager does not fill the space in WebDesktopWindow.
Enhancement: Compatibility with WebUI.NET Framework 3.0.5000.605. Script error occurs when checking the RowChecker-typed column in WebGrid for the second time and WebDragDropExtender is used in the same page.
New Scenario Supported: Full support for Google Chrome browser. When pressing enter in textbox control after opening dropdown-typed WebMenuItem, the dropdown item is re-opened.
Unable to switch between tabs in WebTab when the page is opened as a modal dialog.
Error occurs when clicking WebButton for several times in fast speed.
WebDesktopWindow does not load external site properly when ShowLoader property is set to true.
Unable to use WebFlyPostBackManager when using Synchronous mode in Windows Vista environment.
Unable to drag the splitter to the right when WebPaneManager is used in Safari and Google Chrome.
When using WebService type, WebNotification is not displayed.
WebInput value does not reflect the changes when its value is changed using WebFlyPostBackManager.
Unable to load the IFrame content of WebDialogBox when it is reloaded. Unable to load the content of WebTab when using IFrame content.
New Scenario Supported: Move and Size menu in WebDesktopManager's context menu is now implemented. Enhancement: WebNotification position is now automatically updated according to the specified DisplayPosition when the browser is resized.
In WebDragDropExtender integration with WebDesktopManager scenario, the drag indicator doesn't show correct sign when the Window has been minimized.
Script error occurs when closing WebTabItem before the content is completely loaded.
ScriptDirectory property of PlaceHolderManager in WebDesktop.NET 2.5 is still pointing to version 2.0.
"Can't execute code from a freed script" error message occurs when closing WebDialogBox if IntegratedToDesktopManager property is set to "True".
Unable to pass array-type value from client side to server side using WebFlyPostBackManager.NET.
When placed in the same page as WebGrid, WebDragDropExtender now works after performing RefreshAll in WebGrid.
WebDesktopWindow does not load external site properly when ShowLoader property is set to true.
'Unexpected call to method or property access' error message occurs when opening a new window after refreshing the content in WebPaneManager.
New Scenario Supported: WebNotification position is now automatically updated according to the specified DisplayPosition when the browser is resized. New Scenario Supported: WebFlyPostbackManager now supports dynamic scripts loading during AJAX refresh.
When WebDragDropExtender is integrated with WebDesktopManager, the drag indicator doesn't show correct sign when the Window is minimized.
Error occurs when closing WebTabItem which content has not been completely loaded.
The ScriptDirectory property of PlaceHolderManager in WebDesktop.NET 2.5 is still pointing to version 2.0.
"Can't execute code from a freed script" error message occurs when closing WebDialogBox if IntegratedToDesktopManager property is set to "True".
Incorrect rendering when using WebTab with RoundCorner tab. WebMenuBar is not functional after performing postback when it is placed inside UpdatePanel.
WebToolBar in custom control causes error when ImageSize property is specified. Setting PaneSpacing to "0" in WebPaneManager causes error in IE browser.
New Scenario Supported: Added CloseIndicatorPosition property to indicate whether the close indicator should be placed at the edge of the container, or at each tab header.
New Scenario Supported: Added SaveBarsStructureToXml method to save the bars structure to xml.
Modify client DataTable structure used by WebFlyPostBackManager to support the original .NET DataTable Structure. Now users can access the cells of DataTable using the following
Incorrect WebDesktopWindows positioning for Cascade/TileHorizontally/TileVertically window arrangement when there are hidden WebDesktopWindows.
Unable to open WebDesktopWindow from WebDesktopShortcut
The IFrame content of the WebDesktopWindow is not properly resized when the WebDesktopWindow is in Maximized state and the browser is resized. "ISAnimatedObject is undefined" error occurs when trying to maximize WebDialogBox without setting the EnableAnimation property to True.
Page is loaded twice when the WebDesktopWindow is using IFrame ContentMode.
New Scenario Supported: WebButton now implements IButtonControl. Error occured when using WebFlyPostBackManager with XmlCompression enabled.
SubMenu of WebMenuBar is incorrectly displayed when the browser runs in dual monitor environment.
Unable to specify an image in WebButton using '~' when it is placed inside Master Page.
Unable to collapse a pane in a complex mode layout.
The e.ClickedCommand returns null if WebToolBar and WebFlyPostBackManager is used side by side.
Type is not correctly displayed in AdvancedProperties property of both Drag and Drop controls when integrating WebGrid with WebDragDropExtender control.
New Scenario Supported: Automatically release mouse state when WebDesktopWindow is dragged outside the browser's client area. New Scenario Supported: Add RecreateChildControl method in WebToolBar. The method is used to recreate the controls placed in the template of of custom-type ToolCommand so that the value of the controls can be obtained.
Javascript error occured when WebToolBar is inheritted in a custom control.
When placed inside WebPaneManager, WebGrid's PrepareDataBinding server side event is invoked twice.
Unable to invoke the server side method using WebFlyPostBackManager if the parameter passed includes "&" sign.
WebToolBar's OnClick client side event is not invoked when pressing spacebar in ToggleButton-type ToolCommand.
If MenuType property is set to Normal and Visible property of all the WebMenuItems is set to False, WebContextMenu will still be displayed. The value of InProgressText property can not be applied to InProgress text of WebDialogBox.
Incorrect WebPaneManager's Height when placed within WebExplorerPane.
Unable to set value of DropDownList using WebFlyPostBackManager when it is placed within UserControl.
Unable to validate a control using ASP.NET RequiredFieldValidator with EnableClientScript property set to False when using WebFlyPostBackManager.
New Scenario Supported: Added SetContentURL method in WebExplorerPane.