Quantcast
Channel: ComponentSource News | Button & Toolbar Components
Viewing all articles
Browse latest Browse all 1514

Telerik UI for Blazor 1.1.0

$
0
0
Telerik UI for Blazor.

Includes updates to Button, DropDownList, Grid and TabStrip components.

Features

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

Fixes

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

Viewing all articles
Browse latest Browse all 1514

Trending Articles