Telerik UI for Blazor 新版本发表

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...

Released: May 2, 2019

1.0.0 中的更新

特性

  • Common
    • Add Blazor to SASS Themebuilder.
  • Grid
    • Grid Filtering.
    • Use Telerik Components in Grid default editors.
    • Grid CRUD enhancements.
  • DateInput
    • Extend format support for DateInput.