interactive | editorial | code | resource 
Support & Docs > Revision history
 

DbCombo revision history

Version Description
4.1.7 Fixed bug affecting browsers with no language preference set.
4.1.6
  • Fixed bug that disabled window.print() javascript call.
  • Fixed minor bug in handling of Ctrl-key combinations.
  • Added InvertArrow property for compatibility with the VS.NET 2003 embedded web browser.
4.1.5
  • Fixed bug causing DbCombo to loop when initially hidden.
  • Improved HideIntersectingSelectTags and HideAllSelectTags performance.
4.1.4
  • Fixed alignment bug for overflow=scroll styles.
  • Fixed bug causing incorrect items to be selected on ReQuery.
4.1.3 Fixed bug causing client-side validation to fail when DbCombo is used in composite controls.
4.1.2
  • Added CloseResultsOnEnter property
  • Added CloseResultsOnTab property
  • Added Cambro.Web.DbCombo.SimpleResult class
  • Added Javascript functions:
    DbComboGetText
    DbComboGetValue
    DbComboGetQuery
  • ReQuery now selects item on matching Value if there is no item with matching Text. Blank values for the Text or Value are not matched.
  • Blind binding disabled - see release note.
  • DbCombo can now bind to sets of IDictionary items.
4.1.1
  • Much improved databinding support, including:
    • Ability to bind to custom business objects
    • Ability to specify which DataMember of a multi-member DataSet is used.
    Added:
    • DataMember
    • ServerMethodArgs.DataMemberSecurity
    • ServerMethodArgs.DataMemberSubset
  • Removed latency wait when down-arrow is pressed
  • Text and Value do not change back to previous value when tab is pressed during latency or request
  • Disabled scrolling through the results during latency or request
  • Preloads the up-arrow image
  • Added trailing '/' to ServerDir if it is not present.
  • Fixed bug when ServerDir is set after UpLevelSearchButtonType=ButtonTypes.Text
4.0.2
  • Fixed bug affecting client-side validation when ValidationProperty=Value
  • Fixed bug causing FieldSecurity enumerator members to be renamed
4.0.1
  • Test-mode
  • UI much enhanced
  • Client Validation
  • DataValueField
  • DataTextField
  • Custom errors
  • Design-time enhancements
  • Debug mode enhanced
  • AltText
  • Up-level search button behaviour changed
  • ReQuery enhanced
  • SelectSingleItemOnEnter
  • SelectSingleItemOnTab
  • TabToNextFieldOnEnter
  • CloseResultsOnClick
  • HideAllSelectTags
3.0.3 Minor bug fixes
void Reset() method
Fixed a bug in XHTML compatibility
3.0.2 Fixed minor bug causing ReQueryRecords to always return 10
3.0.1
  • Postback handling
  • DbCombo now selects the relevant item if it is the text entered exactly matches it
  • DbCombo is now fully XHTML compliant
  • TabIndex property added
  • Enabled property is now fully supported
  • AutoPostBack property added
  • OnSelectedItemChanged event added
  • MaxLength property added
  • AutoQueryOnLoad property added
  • ReQueryRecords property added
  • ReQueryText property added
  • We’ve fixed a bug in the handling of UserControls that could lead to the ServerMethod not being found
2.1.4 Fixed relative positioning misalignment bug
Fixed bug causing new version alert not to function
2.1.3
  • ClearQueryOnUpLevelSearchButton - Allows you to clear query when the search button is clicked
  • DbCombo now derives from the WebControl class – this enables drag'n'drop positioning in the designer
  • DbCombo now alerts you in the designer when a new version is released
  • Absolute positioning bug fixed
  • TweakX and TweakY re-enabled
2.1.2 Fixed 'www.' bug in domain restriction code.
2.1.1
  • ServerState - Secure run-time data piping into the ServerMethod
  • SelectionType - OnSelect javascript function - more detail about the type of selection
  • ServerMethodArgs - Changed and simplified signature of ServerMethod
  • CloseResultsOnBlur - Results can now close when DbCombo blurs
  • HideIntersectingSelectTags - Function to hide intersecting select elements
  • MultiPage positioning fixed
  • Fixed domain restriction capitalisation bug
  • Window resize with more than one DbCombo results span open bug fixed
2.0.3 Fixed another misalignment bug.
Fixed exception on use of the ServerDir property
2.0.2 Fixed javascript bug.
Fixed misalignment bug.
Renamed Cambro.Web.DbCombo20 namespace to Cambro.Web.DbCombo (sorry guys, but I shouldn't have changed it in the first place!)
Removed the 'Revert' button.
Changed default styles to flat buttons.
Added javascript code to resize the search button to exactly the same height as the textbox.
Added an event enabling the page state to be used in Down-Level mode.
2.0.1 Complete re-write.
1.11 Added ShowClearButton property.
Fixed validator bug.
Fixed state persistance bug.
1.10 Substantial changes - see documentation.
1.01 Enhanced browser compatibility.
1.00 Initial public release.


 
Support & Docs > Revision history