
Improves Gantt Chart, Grid, ListBox, Pivot Table, RichTextEditor, Splitter and Tree Grid controls.
Features
- Gantt Chart
- Added support for creating dependencies by UI interaction on Desktop mode.
- Added support for predecessor lag similar to Microsoft Project.
- Added support for restricting zooming level.
- Grid
- Improved Batch editing functionality to save adjacent cell values in
OnCellSave
event. - Added SetAttribute method support in
QueryCellInfo
andRowDataBound
events.
- Improved Batch editing functionality to save adjacent cell values in
- HeatMap
- Added support for “Dynamic Update of DataSource in HeatMap”.
- Kanban
- Added target support to get the dropped card details when external drag and drop has been performed.
- ListBox
- Drag and drop can now be performed between more listboxes.
- Custom TValue support has been added.
- Changed Scope type from SfListBox<TValue, TItem> to string.
- Changed method public async Task MoveAllTo(SfListBox<TValue, TItem> scope = null, double? index = null) to public async Task MoveAllTo(string scope = null, double? index = null).
- Changed method public async Task MoveTo(TValue values = default, double? index = null, SfListBox<TValue, TItem> scope = null) to public async Task MoveTo(TValue values = default, double? index = null, string scope = null).
- Pivot Table
- The raw data of an aggregated cell can now be retrieved using the cell template feature.
- RichTextEditor
- Added support for table cell merging and splitting in Rich Text Editor table properties.
- Added
BeforePasteCleanUp
andAfterPasteCleanUp
events for customizing pasted content in the Rich Text Editor. - code>CommandsWidth model
width
property has been deprecated. UseCommandsWidth - Width
property to configure the width for an inserted image.
- Splitter
- Added the EnableReversePanes property to reverse the splitter panes order.
- Stock Chart
- Added event for period selection in Stock Chart.
- Tree Grid
- Added Dynamic Object Data Binding support.