Full postback is performed when validating an empty WebCombo using ASP.NET RequiredFieldValidator.
The text of WebComboRow is wrapped when it is added using AddItem client side method. ResultBox occupies all browser's width when multiple column is enabled. New Scenario Supported : Use WebCombo.NET inside UpdatePanel of Microsoft ASP.NET AJAX v1.0.
When MultipleColumn is used, ResultBox is displayed as wide as the browser's width. New scenario supported : Use WebCombo.NET inside Microsoft ASP.NET 2.0 AJAX Extensions (ATLAS 1 Beta version) UpdatePanel.
Atlas UpdatePanel triggers full postback when used side by side with WebCombo. WebCombo doesn't filter data that starts with * eventhough AllowWildCardSearch has been set to False. The position of WebCombo changes and JavaScript error occurs when refreshing WebGrid in EditMode and WebCombo is integrated to WebGrid.
Internet Explorer 6 unexpectedly crashed while interacting with WebCombo after installing Microsoft Cumulative Security Update 918899.
Error occured when using RefreshModifiedControls in a page that contains <% %> tag. Javascript error occurs when previewing layout using Layout Manager.
"Missing operand after '=' operator" error occurs when WebCombo is integrated in WebGrid and WebCombo loses focus.
WebCombo's Help refers to incorrect URL
Error occured when selecting an row with empty value on specified DataTextField and AllowAutoPostback is set to True. When placed under WebGrid, WebCombo flickers when selecting a row.
ValueChanged event is not called when EntryMode = InstantLookup and using Enter button to select the item. When using keyboard to browse the rows, child WebCombo does not filter the rows eventhough a value has been selected in parent WebCombo.
"Access denied" error occurs when using External CSS in WebCombo.
JavaScript error occurs when using WebCombo with CustomValidator control in Mozilla. Unable to throw exception during OnTheFlyPostback.
WebCombo issue using MultipleColumns in Dual Monitor.
WebCombo ignores "[" character when filtering data. When the "more" button is clicked, the result box dropdown disappears instead of getting more results (applicable to Firefox 1.5+ only).
In Mozilla, AllowTextWrapping doesn't work (the text is overlapped).
In FireFox 1.5, tooltip is no longer displayed when text exceeds the width boundary.
In a MultipleColumn WebCombo, if the first column's text is wider than the size of the column, it will appear over the next column's text (applicable to Firefox 1.5+ only).
If AlwaysShowRowsOnDropDown is enabled, using ShowDropDown method doesn't show all rows in result box.
When integrated to WebGrid and WebCombo's LinkSettings is enabled, Child WebCombo did not reflect the parent value properly when selected row changed. Added wider validators support for ASP.NET 2.0.
WebCombo SessionState is lost after PostBack.
Server side exception occurred when WebCombo is integrated into WebGrid, and SendCustomRequest is used within editing mode.
Error when keyboard down arrow is used for navigation in WebCombo's search textbox.
DataList control in VS2003 is not compatible with WebCombo.
Linked WebCombo did not work in ASP.NET 2.0. Invisible WebCombo no longer invoke InitializeDataSource event.
Broader supports for IList DataSource type when used together with scriptlet tags.
Absolute position is now functional properly in Visual Studio 2005 design time.
GUID data type is now supported in LinkSettings feature. HelpURL now configurable at control level or application-wide.
SetValue for disabled WebCombo is now supported back.
Javascript error when Help icon is clicked.
RowStyle is not applied during FlyRequest when ViewStateStorage is set to None or Client. Better DBNull handling when binding to custom collection (IList).
DataSource can now be set to Null during FlyRequest in Load on Demand scenario when bound to custom business object.
InitializeDataSource event handler is no longer invoked when the control is not Visible.
Error occurred when session state is disabled and datasource is cleared.
Fixed numerous RequiredValidator issue. Set WebCombo's Value on first page load now working properly when using Arraylist as Datasource.
Javascript error occurred when new item is about to be added in WebCombo with Multiple columns and AllowAddItem=true.
In Bound mode,+ (plus) character is not recognized in auto complete entry mode.
Truncated text on the last cell of MultiColumn WebCombo now properly displayed as tooltip.
The Name property is not displayed in WebCombo’s column designer.
When inheritted, FlyPostback is not invoked although DataSource has been set.
Fixed binding issues with IList or IEnumerable DataSource when used in LoadOnDemand mode.
Using WebCombo.NET Designer to set MultipleSettings failed. The setting is not persisted in HTML tags.
Supports modern BrowserCaps.
InstantLookup now supports Unbound mode.
Improved server-side state handling when postviewstate, postinputcontrols and postcontrolstate is set to false. OnLostFocus client side event needs to pass controlId as parameter.
SendCustomRequest method now works properly.
Fixed UI behavior issue in multiple selections mode, when a checkbox is clicked but dragged outside the checkbox, the item is not checked but still appear in the TextBox.
LinkSettings is not applied if specified from WebCombo.NET Designer.
LinkSettings now works properly when both WebCombos are put inside different server controls.
Supports DotNetNuke 3.1.x
Javascript error occurred when WebCombo is using ResultBoxType=Normal in dual monitor. (Only IE browser affected) Width can't be less than 120 px in Designer.
Inherittance to WebCombo now working properly.
CauseValidation=false on button still cause postback in page containing WebCombo.