
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.
- Expose type attribute on the button.
- 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.
- Adds support for GUID Value field which means that the Value and ValueField properties can now be one of the following types:
- 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.