Smart HTML Elements v13.1.0

Released: Mar 23, 2022

v13.1.0 버젼 업데이트

기능

  • Added UI Virtualization for Kanban - This new feature allows you to work with 100,000+ Kanban tasks.
  • Added the ability to Undo/Redo adding, removing and updating Grid rows.
  • Added a Video Conference Template to Scheduler.
  • Added a spellcheck property which defines whether the Editor can be checked for spelling errors.
  • Grid adds:
    • New editing.autoUpdateFilterAndSort property which determines whether the applied filtering and sorting will be re-applied after editing.
    • Grid now displays specific notification if all rows are filtered.
    • Improved Grid Grouping rendering style.
    • Fixed columns with Drag and Drop. Fixed columns are now automatically added or removed.
    • Auto-hide Grouped columns.
    • New Grouping Events.
    • Row editing history.
    • Image cell editor restrictions for upload size and number of images.
    • Improved performance when having date & number formatting in cells.
    • Events for the Comments.
  • Input adds:
    • Selection API - The data source items now may include a 'selected' property and a new 'selectedValue' property is available.
  • Kanban adds:
    • Custom Multi combo Input task field.
    • Custom Image task field.
  • jqxDate adds:
    • isValid method.

수정사항

  • Grid:
    • Summary was not updated after filtering.
    • Merged cells after editing.
    • Comments sync between Grid and Kanban.
    • Row style not applied after sorting.
    • Auto height not working correctly with the header bar turned on.
    • Filtering in Tree Grid mode.
    • Add new row with button not working in server-side mode.
    • Summary dialog auto-close on horizontal scroll.
    • Dropdownlist and auto-complete editors bug fixes when the editors with custom data source.
    • Textarea editor with Tab and Escape keys was not working.
    • Update editor after Grid data source update.
    • Image cell editor bug.
    • Right-to-Left layout rendering issue.
  • Number Input:
    • Not working correctly with Percentages.
  • Password Input:
    • Readonly not working.
  • Multi combo Input:
    • Readonly open/close issue.
    • Multi combo Input selectedItems issue.
  • Date Input:
    • Calendar navigation & localization issues.
  • Datetime Picker:
    • Change event bug.
  • Scheduler:
    • Video conferencing button click handler.