[]
        
(Showing Draft Content)

2024 v2.2

Input

Improvements

  • [C1DropDown] Avoided executing JS calls on hidden content, particularly the popup when the component is in a collapsed state

Bug fixes

  • [NumericBox] Fixed issue so that focus returns to the editor part of C1NumericBox after clicking on the increase/decrease button.
  • [C1TextBox] Updated value-setting logic to ensure proper support for two-way binding.
  • [C1Popup][C1DropDown] Fixed issue with C1Popup.CloseTrigger not closing the popup when the focus moves out by pressing the TAB key, with PopupTrigger.BlurPopup set.
  • [C1MaskedTextBox] Corrected the processing of the initial Text value.

GridControl

Bug fixes

  • Fixed ‘StartEditing’ and ‘FinishEditing’ methods to work properly.
  • Fixed Tab Key Action in FlexGrid, ensuring proper focus behavior and preventing default Tab key action in nested components.

Grid

Bug fixes

  • Fixed Tab Key Action in FlexGrid, ensuring proper focus behavior and preventing default Tab key action in nested components.
  • Resolved exception thrown when the dispatcher was used to show a message in the CellEditEnded event handler.