Version history of the "DevExpress.Blazor" NuGet package is listed below.
We included the following features in the new Blazor Chart component:
- Area, Bar, Line, and Bubble series types
- Dynamic series creation
- Tooltip and legend customization
- Multiple axes
- Pivot Grid data visualization
- Support for .Net Core 3.0 Preview 8
- Data Grid
- Enable/disable sorting within the entire grid (API)
- Control an individual column’s sorting (enable/disable sorting, set up a column sort order and position among sorted columns)
- Multiple column sorting
- Cell text alignment
- Customize command buttons and control their visibility
The new Scheduler component supports the following features:
- Three built-in views: Day, Work Week and Week
- Data binding
- Recurring appointments
- Support for .Net Core 3.0 Preview 7
- Data Grid
- Toggle column visibility
- Horizontal scrolling
- Vertical scrolling
- TreeView - Data binding
- Form Layout - Toggle item visibility
- ComboBoxDataLoadMode.Defaul renamed to ComboBoxDataLoadMode.Default.
- Pivot Grid-related enumerations moved from the DevExpress.Blazor.PivotGrid namespace to the DevExpress.Blazor namespace.
- The SortOrder enumeration renamed to PivotGridSortOrder, and its members (Asc and Desc) renamed to Ascending and Descending, respectively.
- Data Grid - Virtual scroll
- ComboBox - Virtual scroll
- Data Grid
- AllowRowSelection renamed to AllowDataRowSelection
- SelectedDataItem renamed to SelectedDataRow
- SelectedItemChanged renamed to SelectedDataRowChanged
- TreeView
- ExpandedChanging divided into two events: BeforeCollapse and BeforeExpand
- ExpandedChanged divided into two events: AfterCollapse and AfterExpand
- TreeView
- ComboBox
- Filter data
- Allow user input
- Keyboard support
- .Net Core 3.0 Preview 6 support
- Data Grid
- A row cannot be selected on iOS.
- The NullReferenceException occurs when a user edits a new row with a null row editor value.
- ComboBox - A drop-down item cannot be selected on iOS.
- Form Layout - The NullReferenceException occurs when the component is bound to a Model with null property values.
Data Grid
- Cascading combo boxes in the cell's Edit Template
- Edit Form with custom templates
- Edit Form validation
- Support for Blazor Validation in the Form Layout component and date editors
- Support for NullText in the ComboBox component
- Theme switcher for demos
- Fix Blazor (client-side) support
- .Net Core 3.0 Preview 5 support
- New Form Layout Component.
- New Tabs Component.
- Use a new Form Layout component as the Data Grid's edit form.
- .Net Core 3.0 Preview 4 support.
- Follow Microsoft's renaming from "Razor Components" to "Blazor".
- Update DevExtreme.AspNet.Data to version 2.2.0 to improve the overall performance.
- Add the Bootstrap hover and select effects to the ComboBox' drop-down list items.
- The down arrow image is not properly aligned within the ComboBox' drop-down button.
- Arrow images within the Date Edit calendar's month/year navigation buttons do not have the same height.
- A New command button does not always work properly in the Data Grid.
Initial version contains:
- Data Grid
- Pivot Grid
- Data Editors (ComboBox, Date Edit, Spin Edit, Text Box)
- Pager