Telerik UI for Blazor 1.1.0

Released: May 15, 2019

1.1.0 での更新項目

機能

  • Button
    • Expose type attribute on the button.
      • Submit - Renders a type="submit" attribute. Can submit the form and trigger validation.
      • Button - Renders a type="button" attribute. Does not invoke form validation and submission.
      • Reset - Renders a type="reset" attribute. Can reset the current form.
  • DropDownList
    • Adds support for GUID Value field which means that the Value and ValueField properties can now be one of the following types:
      • number (such as int, double and so on).
      • string.
      • Guid.
      • Enum.
  • Grid
    • Allow 100% grid height.
    • Grid Command buttons no longer trigger form submission and validation (they have type="button").
    • Grid events are now asynchronous.
    • Add built-in validation to Grid Popup editor.
  • TabStrip
    • Expose current tab title.

不具合の修正

  • DateInput
    • DateInput valid/invalid state not triggered on time.
  • DropDownList
    • DropDownList validation not working properly.
  • Grid
    • Grid Popup editor appears off-screen on vertically scrollable page.
    • Filtering should reset to first page to ensure you see results, if there are any.
    • Nullable boolean property cannot be edited in Grid.
    • Non-editable cell could be edited in Inline EditMode.