Quantcast
Channel: ComponentSource News | Scheduling Components
Viewing all 1480 articles
Browse latest View live

Telerik DevCraft UI R2 2021

$
0
0
Telerik DevCraft UI

Adds new components and feature enhancements across Telerik and Kendo UI product lines.

Features

Telerik DevCraft UI includes the following updates:


Kendo UI R2 2021

$
0
0
New TaskBoard component

Adds new Circular Gauge, ActionSheet, SkeletonContainer and TaskBoard components.

Features

  • Common
    • New Circular Gauge component.
    • New ActionSheet component.
    • New SkeletonContainer component.
    • New TaskBoard component.
  • Drawer
    • Hierarchical Items.
  • Editor
    • Image Resizing.
  • Grid
    • Add skeleton loader to grid.
    • Data Range Selection, Copy & Export.
  • QRCode
    • QR Code logo/image support.
    • Swiss QR Code.
  • Scheduler
    • Display 24h events with isAllDay false and overnight events as normal events outside Scheduler's allDaySlot.
    • Year View.
    • Hierarchical Grouping.
  • TreeList
    • Row Template.
    • Filter Row.

Telerik DevCraft Ultimate R2 2021

$
0
0
Telerik DevCraft Ultimate

Adds new components and feature enhancements across Telerik and Kendo UI product lines.

Features

Telerik DevCraft Ultimate includes the following updates:

Telerik DevCraft Complete R2 2021

$
0
0
Telerik DevCraft Complete

Adds new components and feature enhancements across Telerik and Kendo UI product lines.

Features

Telerik DevCraft Complete includes the following updates:

Syncfusion Essential Studio ASP.NET Core 2021 Volume 1 SP1

$
0
0
Syncfusion Essential Studio ASP.NET Core

Improves Gantt, Pivot Table, RichTextEditor and Tree Grid controls.

Features

  • Common
    • Added support for handling the nonce parameter to enable the Content Security Policy (CSP).
  • Gantt
    • Added support for canceling the merging of split tasks using client-side event.
  • Pivot Table
    • The server-side engine now supports toolbar feature.
    • The number of aggregation menus shown at the start can now be customized.
  • RichTextEditor
    • The toolbarStatusUpdate event has been deprecated. Use updatedToolbarStatus new event to get the status of the updated toolbar.
  • Tree Grid
    • Added support for adding parent and child records together using addRecord method.

Syncfusion Essential Studio for Blazor 2021 Volume 1 SP1

$
0
0
Syncfusion Essential Studio for Blazor

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 and RowDataBound events.
  • 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 and AfterPasteCleanUp events for customizing pasted content in the Rich Text Editor.
    • code>CommandsWidth model width property has been deprecated. Use CommandsWidth - 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.

Syncfusion Essential Studio Windows Forms 2021 Volume 1 SP1

$
0
0
Syncfusion Essential Studio Windows Forms

Includes improvements to SfScrollControl and DocIO controls.

Features

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.
  • SfScrollControl
    • The type of ContextMenuShowingEventArgs.ContextMenu property has been changed to ContextMenuStrip from ContextMenu.
    • The type of parameter provided in the ScrollBarBase.InitializeContextMenu method has been changed to ContextMenuStrip from ContextMenu.

Syncfusion Essential Studio Enterprise 2021 Volume 1 SP1

$
0
0
Syncfusion Essential Studio Enterprise

Improves ASP.NET, Blazor, JavaScript, UWP, Xamarin, Windows Forms and WPF controls.

Features

ASP.NET Core

  • Common
    • Added support for handling the nonce parameter to enable the Content Security Policy (CSP).
  • Gantt
    • Added support for canceling the merging of split tasks using client-side event.
  • Pivot Table
    • The server-side engine now supports toolbar feature.
    • The number of aggregation menus shown at the start can now be customized.
  • RichTextEditor
    • The toolbarStatusUpdate event has been deprecated. Use updatedToolbarStatus new event to get the status of the updated toolbar.
  • Tree Grid
    • Added support for adding parent and child records together using addRecord method.

ASP.NET MVC

  • Common
    • Added support for handling the nonce parameter to enable the Content Security Policy (CSP).
  • Gantt
    • Added support for managing date with different time zones.
    • Improved performance while scrolling, when predecessors are mapped.
  • Pivot Table
    • The server-side engine now supports toolbar feature.
    • The number of aggregation menus shown at the start can now be customized.
  • RichTextEditor
    • The ToolbarStatusUpdate event has been deprecated. Use UpdatedToolbarStatus new event to get the status of the updated toolbar.
  • Tree Grid
    • Added support for adding parent and child records together using addRecord method.

ASP.NET Web Forms

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.

Blazor

  • 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 and RowDataBound events.
  • 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 and AfterPasteCleanUp events for customizing pasted content in the Rich Text Editor.
    • code>CommandsWidth model width property has been deprecated. Use CommandsWidth - 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.

Flutter

  • PDF Viewer (Beta)
    • Added the headers parameter in the SfPdfViewer.network.

JavaScript

  • Accordion
    • Provided accessibility support for current state of accordion items expanded/collapsed when using screen reader.
  • Chart
    • Improved logarithmic axis to show values less than 1.
  • Gantt
    • Provided support for managing dates with different time zones.
    • Added support for canceling the merging of split tasks using client-side event.
    • Improved performance while scrolling, when predecessors are mapped.
  • Kanban
    • Support has been added for mapping the keyField in the column as number type.
  • Menu
    • Added delay support when hovering on the menu.
  • Pivot Table
    • The server-side engine now supports toolbar feature.
    • The number of aggregation menus shown at the start can now be customized.
  • RichTextEditor
    • The toolbarStatusUpdate event has been deprecated. Use updatedToolbarStatus new event to get the status of the updated toolbar.
  • Schedule
    • Added scrolling support for all day row when loading huge events.
    • Added print option support to print the schedule in a customized way.
    • Provided option to set a different first month in year view.
    • Added template support for date header in year views.
  • Splitter
    • Added enablePersistence property to persist the component’s state between page reloads.
    • Added enableReversePanes property to reorder the splitter panes.
  • Tree Grid
    • Provided support for adding parent and child records together using addRecord method.

UWP

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.
  • SfCircularGauge
    • Provided StepFrequency support to marker and needle pointer while dragging the pointer.
  • SfPdfViewerControl
    • Improved the free text annotation resizing behavior.
  • SfSchedule
    • Support for the SelectedDate and DisplayDate properties has now been added.

WinUI (Preview)

  • SfCalendar
    • High contrast theme appearance has been improved.

Xamarin

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.
  • SfPdfViewer
    • Added support for rendering the image content for the signature form fields with the image decode parameters.
    • Improved the annotation adding behavior by adding annotations only when dragged on the page and preventing addition when the page is tapped.
    • [UWP] Added support for providing a quality factor for print.
    • [UWP] Added support for customizing the print previewer with print settings in the Xamarin.Forms.UWP platform.

Windows Forms

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.
  • SfScrollControl
    • The type of ContextMenuShowingEventArgs.ContextMenu property has been changed to ContextMenuStrip from ContextMenu.
    • The type of parameter provided in the ScrollBarBase.InitializeContextMenu method has been changed to ContextMenuStrip from ContextMenu.

WPF

  • DocIO
    • Added support for setting locale identifier for bidirectional languages in Microsoft Word documents.
  • PdfViewerControl
    • Added localization support for the missing areas such as Arrow start and end types.
    • Localized the subject of all the annotations.
  • Ribbon
    • Improved the XML comments in Ribbon.
  • SfDataGrid
    • Provided support for input bindings to bind key bindings for all the keys in DataGrid.
  • SfTextBoxExt
    • SelectedItems property can now be bound with generic type collection.
  • TileView
    • Provided support for updating the order of the tile view items programmatically based on the CurrentItemsOrder.

Infragistics Ignite UI for Angular 12.0.0

$
0
0
New Ignite UI for Angular Tree Component.

Adds full support for Angular 12, plus a new Angular Tree Component.

Features

Angular 12

  • Added full support for Angular 12.

Angular Components

  • Added new Angular Tree Component - The Angular Tree Component allows users to represent hierarchical data in a tree-view structure, maintaining parent-child relationships, as well as to define a static tree-view structure without a corresponding data model. Its primary purpose is to allow end-users to visualize and navigate within hierarchical data structures. The Ignite UI for Angular Tree Component also provides load on demand capabilities, item activation, bi-state and cascading selection of items through built-in checkboxes, built-in keyboard navigation and more.
  • Angular Date Picker & Angular Time Picker Update - Updated Angular Date Picker and Angular Time Picker components.
  • Angular Date Time Editor - Added the ability to accept ISO 8601 date strings.

Design & Theming

  • Reduced themes size.
  • Added the ability to use global palette values (CSS variables).
  • Added the ability to scope custom CSS properties to component selectors.
  • Added the ability to expose elevations as custom CSS properties.
  • Now allows typography to be explicitly set by the user.
  • Added new Bootstrap Theming Sample.

Angular Grids: Grid, Tree Grid and Hierarchical Grid

  • Export Angular Hierarchical Grid to Microsoft Excel - The Excel Exporter service can now export data to Microsoft Excel from the Ignite UI Angular Hierarchical Grid.
  • Datetime & Time Column Types - Added two new members to the Angular Column Data Types portfolio. The appearance of the date portions will be set (e.g. day, month, year) based on locale format or pipeArgs input. The pipe arguments can be used to specify a custom date format or timezone.
  • Refactored Angular Tabs & Angular Bottom Navigation.
  • Exposes API for a new row object in Angular Grid - The Grid provides a convenient way to perform data manipulations through inline row adding and a powerful API for Angular CRUD operations. Add an Action Strip component with editing actions enabled in the grid's template, hover a row and use the provided button or press ALT + + to spawn the row adding UI.

Angular Grid Interactions

  • Added new detach method for IgxOverlay.

DevExpress WinForms 21.1

$
0
0
Search Boxes within Column Headers

Data Grid adds search boxes within column headers.

Features

New MongoDB Data Source

  • The Data Source Configuration Wizard allows you to connect and retrieve data from a MongoDB database. The MongoDB data source allows you to select the desired database name, document collection name and define the appropriate server-side filtering clause.

Data Grid

  • Search Boxes within Column Headers
    • Column headers can now display search boxes. Users can click a search icon and enter filter criteria within column headers.
  • TileView - Conditional Formatting
    • The Tile View now offers Conditional Formatting support. You can highlight tiles and individual tile elements (fields) based on specified criteria without writing a single line of code. Tiles can be highlighted using icons and predefined color scales.
  • Filter Panel - MRU Filters
    • The Filter Panel displays separate tokens with filters for each column. In this version, the MRU filter list (most recently used filters) has been incorporated and the new Filter Panel has been enabled by default.
  • Filter Editor - Custom Expressions
    • Custom expressions that cannot be converted into Filter Editor nodes are now displayed within text fields. This ensures no expressions are lost. End-users can add custom expressions at runtime using a context menu.
  • Unbound Column Enhancements
    • You can now explicitly set an unbound column type. You can also specify previously unavailable types, such as TimeSpan or DateTimeOffset.
  • New Appearance Options for Detail Tabs
    • The new DetailTabStyle event allows you to customize captions, images, colors and font settings for detail tabs. A 'RefreshDetailTab(rowHandle)' method has been added to update detail tabs at runtime. You can also enable the 'OptionsView.AllowHtmlDrawDetailTabs' option to use HTML-inspired tags.

Charting

  • Memory Optimization and New Data Adapters
    • With this release, the WinForms Chart Control allocates less memory when used in data bound mode. This enhancement has increased the maximum number of visible data points for x86 apps without significant performance degradation (up to 20M).
    • The new data adapters (ISeriesAdapter and ISeriesTemplateAdapter) allow you to process complex data structures much faster. You can also implement a custom data adapter to process data as needed.

Diagram

  • Diagram Designer Enhancements
    • The WinForms Diagram Designer now ships with the following new features/capabilities:
      • Redesigned Shapes Panel.
      • Lightweight Docking Support.
      • Scrollbars Optimized for Touch Apps.

Editors

  • Output Data Type for Numeric Masks
    • You can now specify the output data type for an editor with a numeric mask. When a user enters values within the edit box, the data editor converts the input string to the output data type and assigns the result to the EditValue property.
  • End-Users can Change Mask Settings
    • The new 'EditMaskSettings' method displays the DevExpress "Mask Settings" dialog at runtime. This dialog allows end-users to modify mask options as needs dictate.
    • You can also use the new 'MaskSettings.Save' and 'MaskSettings.Restore' methods to persist and load mask settings when necessary.
  • Highlight Text
    • The new 'CustomHighlightText' event allows you to highlight both individual words and a word range. To use this new option, you must activate the WinForms Text Editor's Advanced Mode.

Gantt Control

  • Enhanced Printing
    • This release includes an overhauled WinForms Gantt print engine. Issues such as blurry content (noticeable when users zoom into a printed document) and performance degradation when using large zoom factors have been fixed.
    • Support for various print-related options and appearance settings available in other DevExpress WinForms controls have been added.
  • Advanced Automatic Scheduling Settings
    • The WinForms Gantt control now supports task constraints. These constraints allow a user to limit a task's start or finish date to a specific date or date range. Task constraint options include:
      • As Soon As Possible.
      • As Late As Possible.
      • Start No Earlier Than.
      • Start No Later Than.
      • Finish No Earlier Than.
      • Finish No Later Than.
      • Must Start On.
      • Must Finish On.
    • Task constraints can be set if the data source contains corresponding data fields. Use the new ConstraintTypeFieldName and ConstraintDateFieldName properties to specify data field names.

Map Control

  • Custom Start/End Caps for MapLine and MapPolyline
    • MapLine, MapPolyline and MapSpline vector items now include StartLineCap and EndLineCap properties. These properties allow you to display a custom shape at the beginning and at the end of each vector element.
  • Restrict Map Panning to an Area
    • You can now retain user focus on a specific region and prevent them from moving out of that area. Use the new 'MapControl.ScrollArea' property, to limit user access to map areas.
  • Colorizer for MapLine, MapPolyline and MapSpline
    • Colorizers can be applied to the following map vector items: MapLine, MapPolyline and MapSpline. Once calculated, the color is assigned to the line's Stroke property.
  • Bing Maps - New Map Types and GIS Providers
    • The BingMapDataProvider supports the following new map types: RoadGray, RoadLight, RoadDark.
    • A new BingMapDataProvider.TopLayer property has been added to set the display layer that renders atop the imagery set (BaseMap, Background, Foreground and TrafficFlow).
    • New GIS providers include:
      • BingTrafficIncidentDataProvider - Displays pushpins with traffic incident information.
      • BingRouteIsochroneDataProvider - Generates a semi-transparent polygon with a pushpin to visualize the distance reachable from a given location, and supports driving and walking modes.
    • BingRouteDataProvider also offers two new route optimization options: MinimizeTimeWithTraffic and MinimizeTimeAvoidClosure. Its new OptimizeWaypoints property rearranges route waypoints and reduces route cost.

PDF Viewer

  • Printing Enhancements
    • Improved the DirectX printing engine so that documents are printed faster, with a smaller print job size.

Pivot Grid

  • Async Data Processing Enhancements
    • DevExpress Pivot Grid can now invoke multiple operations in a background thread. The asynchronous API has been enhanced to return the Task<> object, so you can leverage the 'await' operator.

Ribbon, Bars and Docking

  • Ribbon - Empty Area Image
    • The WinForms Ribbon can now display an image within its empty/unused regions. Use the EmptyAreaImageOptions property to specify image settings. The 'ImageAlignment' and 'ImagePadding' properties specify image alignment and padding respectively.
  • Document Manager – Restore Hidden/Closed Documents
    • When you load a document layout, the new 'QueryDocument' event allows you to easily restore/re-create documents that are no longer available in the current View.

Rich Text Editor

  • Charts (CTP)
    • The WinForms Rich Text Editor can now display, print and export (to PDF) documents with charts.
  • RC4 CryptoAPI Encryption
    • The Word Processing Document API and Rich Text Editors (for WinForms and WPF) can import and export RC4 CryptoAPI encrypted DOC files. RC4 CryptoAPI is now the default encryption method for binary files if you use the Strong encryption type to encrypt your documents.
  • Repeat Row as Header
    • Added a new table row option - "Repeat as header row at the top of each page".
  • Watermarks
    • The WinForms Rich Text Editor allows you to import and export documents with watermarks. Watermarks are displayed, printed and exported to PDF. New API allows you to insert picture and text watermarks, specify watermark options, or remove existing watermarks from a document.
  • ActiveX Controls
    • The new API allows you to access ActiveX controls in code, obtain associated properties (type, name and ProgID) and remove these controls from a document when necessary.

Sankey Diagram

  • Selection
    • Users can now select diagram nodes and links. The Sankey Diagram control supports the following selection modes:
      • Single.
      • Multiple.
      • Extended (a combination of single and multiple selection modes).
    • Use the 'SankeyDiagram.SelectionMode' property to specify a desired selection mode.
  • Layout Customization
    • The Sankey Diagram now supports a linear layout algorithm. Use the LayoutAlgorithm property to customize node positioning:
      • ResolveOverlapping - Automatically repositions nodes to avoid link overlap.
      • NodeAlignment - Aligns all nodes: far, center or nears.
    • You can also implement a custom layout algorithm by deriving from 'SankeyLinearLayoutAlgorithm' or 'SankeyLayoutAlgorithmBase'.

Scheduler

  • Modern Microsoft Outlook-inspired UI Elements
    • Updated the Scheduler's interface to better replicate UI elements introduced in the most recent version of Microsoft Outlook.
      • Time Ruler now features label text settings and minor tickmark styles.
      • 'More' buttons are now displayed inside every day column. You do not need to enable the ShowMoreButtonsOnEachColumn option. 'More' buttons display the appointment counter.
      • The current day column is now highlighted.
      • Updated the appearance of the Scheduler's current time indicator. The 'TimeIndicatorDisplayOptions.Visibility' property is now set to 'DaysBeforeToday' by default.
  • Day-Column Auto Width
    • Day, Work Week, and Full Week Views now support an auto column width option. Set the new ColumnWidthMode property to 'Auto' to activate day-column auto width.
    • You can also handle the CustomDayViewColumnWidth event to manually specify column width.
  • Appointment Min/Max Height
    • You can now specify an appointment's minimum and maximum allowed height in auto-height mode.
      • Use the 'AppointmentMinHeight' and 'AppointmentMaxHeight' properties in Month, Timeline and Gantt Views.
      • Use the 'AllDayAppointmentMinHeight' and 'AllDayAppointmentMaxHeight' properties in Day, Work Week and Full Week Views.

Skins and Vector Icons

  • New High Contrast Skin
    • The new vector High Contrast Skin uses Microsoft Windows colors specified via the "Personalize | High contrast settings" menu. The High Contrast Skin is automatically activated once you enable the High Contrast Windows theme. To turn off automatic skin activation, disable the WindowsFormsSettings.TrackSystemHighContrastMode option.
    • The vector High Contrast Skin includes multiple color palettes.
  • Skin Patches
    • With the new skin patch support, you can make slight modifications to a standard DevExpress skin without duplicating the skin. A skin patch is a list of visual changes applied directly to a standard DevExpress Skin. Skin patches eliminate the need to generate/import custom skins for your project(s).

Spreadsheet

  • RC4 CryptoAPI Encryption
    • The Spreadsheet Document API and WinForms/WPF Spreadsheet controls can import and export RC4 CryptoAPI encrypted XLS files. RC4 CryptoAPI is now the default encryption method for binary files if you use the Strong encryption type to encrypt your documents.
  • Progress Indication
    • The Spreadsheet control can now indicate the progress of lengthy operations (file load/save operations and export to PDF/HTML). Implement an 'IProgressIndicationService' interface to create a custom progress indicator as needs dictate.
  • Accounting Number Alignment
    • If you apply the Accounting number format to a cell value, the Spreadsheet displays the currency symbol on the left and numbers on the right.
  • Microsoft Excel 2016 Charts – Enhancements
    • With this release, the Spreadsheet control adds new UI elements designed to insert Excel 2016 charts and change chart types.
    • The Spreadsheet control can now render, print and export (to PDF) Sunburst and Treemap charts.
  • Document Themes API
    • You can now access and modify document theme in code. Load a custom theme from a THMX file or customize predefined theme colors as needed.
  • Image Replacement
    • Use the new 'Picture.ChangeImage' method to replace an existing worksheet image with a different image. You can specify whether to retain the size of the original image or use new image attributes (size and proportions).
  • Copy a Cell Range as Image
    • You can now copy a cell range and paste it as an image into another application.

Sunburst and TreeMap

  • Legend and Titles
    • DevExpress Tree Map and Sunburst controls can now display legend and title elements. Use the following properties to enable and customize legends and titles as necessary:
      • HierarchicalChartControlBase.Legend.
      • HierarchicalChartControlBase.Titles.

TreeList

  • Unbound Column Enhancements
    • You can now explicitly set an unbound column type. You can also specify previously unavailable types, such as TimeSpan or DateTimeOffset.
  • Filter Editor - Custom Expressions
    • Custom expressions that cannot be converted into Filter Editor nodes are now displayed within text fields. This ensures no expressions are lost. End-users can add custom expressions at runtime using a context menu.

Vertical Grid

  • Property Grid - Sort and Categorize Buttons
    • The WinForms Property Grid control now supports a Microsoft Visual Studio-inspired properties toolbar. The toolbar displays a search box and buttons to sort and categorize grid rows. You can use the Property Grid control's smart tag menu to create the toolbar.
  • Conditional Formatting
    • The WinForms Vertical Grid supports Excel-inspired Conditional Formatting. You can easily highlight cells or rows based on specified criteria without writing a single line of code. Cells and rows can be highlighted using icons and predefined color scales. Users can easily apply/customize style conditions via the grid's popup menu.
  • Data Sorting
    • The WinForms Vertical Grid now supports sorting against an unlimited number of rows. Use the AllowSort property to enable/disable data sorting as needs dictate.
  • Filter Editor - Custom Expressions
    • Custom expressions that cannot be converted into Filter Editor nodes are now displayed within text fields. This ensures no expressions are lost. End-users can add custom expressions at runtime using a context menu.
  • Unbound Column Enhancements
    • You can now explicitly set an unbound column type. You can also specify previously unavailable types, such as TimeSpan or DateTimeOffset.

RDP Optimization

  • Optimized the WinForms product line so that individual controls execute more efficiently in remote usage scenarios (even at low connection speeds).

Miscellaneous

  • Image Picker - Custom Images
    • The DevExpress Image Picker now features a Browse tab and allows you to directly add images from disk to controls on a form.
  • New Barcodes - Identcode and Leitcode
    • v21.1 extends the barcode library with two new barcode types:
      • Deutsche Post Identcode.
      • Deutsche Post Leitcode.
    • Use the new 'DeutschePostIdentcodeGenerator' and 'DeutschePostLeitcodeGenerator' classes to generate Deutsche Post Identcode and Deutsche Post Leitcode barcodes at runtime.
  • Accordion – Stretch a Container
    • Much like the NavBar's SideBar View, containers in the Accordion control can now stretch and span entire control height.
  • SVG Loading - Performance Enhancements
    • Overhauled the internal SVG image parser and reduced SVG image load time by 31%. Memory use has also been optimized and reduced consumption by up to 45%.
  • Accessibility Enhancements
    • The major WinForms UI controls (Data Grid, TreeList, Layout Control and Tile Control, etc.) now expose the 'AccessibleName' and 'AccessibleDescription' properties for their columns, bands and items.
    • Screen readers can now get information from group rows in Grid Views and fields in Layout Views (Data Grid), Spin Edit, Toggle Switch, Track Bar and Range Track Bar.
    • Extended accessibility support to the following Data Grid and TreeList UI elements:
      • Find panel.
      • Filter buttons.
      • Buttons within the embedded data navigation UI.
    • WinForms DocumentManager and XtraTabbedMdiManager components now expose accessibility information in their documents and tabs.

DevExpress Universal 21.1

$
0
0
Report Design Analyzer

Includes new products and dozens of high-impact features for desktop, web and mobile app development.

Features

DevExpress has released a major update across their entire product range.

DevExpress DXperience 21.1

$
0
0
Blazor Report Viewer

Includes new products and dozens of high-impact features for desktop, web and mobile app development.

Features

DevExpress has released a major update across their entire product range.

ComponentOne Studio Enterprise - Includes Wijmo (Build 5.20211.792)

$
0
0
ComponentOne Studio Enterprise

Wijmo adds support for Angular 12.

Features

New in Wijmo Build 5.20211.792

  • Angular 12 - Added support for strict mode in Angular 12 and earlier Angular versions.
  • [ListBox] Added support for ListBox/ComboBox items virtualization. These controls now add items to the DOM based on the specified value in the virtualizationThreshold property. By default, virtualization is disabled. To enable it, assign virtualizationThreshold with 0 or some positive numeric value.
  • [FlexGrid] getClipString now accepts invalid (negative) row or column ranges, making it possible to get row or column headers only, without the associated data.
  • [FlexSheet] Some formulas like SUMIF, COUNT, and others are reworked to not coerce source values from strings to numbers, to make them function in exactly the same way as in Microsoft Excel. This can be a breaking change for some specific scenarios.

DevExpress VCL Subscription 20.2.8

$
0
0
DevExpress VCL Subscription

Improves QuantumGrid, Bars and SpreadSheet controls.

Fixes

ExpressBars Suite

  • TcxBarEditItem - cxComboBox - The OnDrawItem event does not fire for an inactive editor whose DropDownListStyle property is set to lsFixedList.

ExpressEditors Library

  • Find Panel - Compact Layout - The "Close" button has a different horizontal offset compared to the Filter Panel.
  • TcxSpinButton - Assigning a control to the Associate property freezes the IDE if the spin button is located on TToolBar.
  • TdxSaveFileDialog and TdxOpenFileDialog do not update the FileName, Files, and FilterIndex property values before raising the OnFolderChange, OnSelectionChange, or OnTypeChange event.

ExpressLayout Control

  • A right-aligned item becomes unaligned when its parent group applies wrapping to nested items.

ExpressLibrary

  • The "Runtime error 216" occurs on closing an application that uses Chromium Embedded Framework (CEF).

ExpressPrinting System

  • Images of the same size are all replaced by one of these images when they are printed in Microsoft Windows 10 (OS Build 2004 or later).

ExpressQuantumGrid Suite

  • All Views except Chart - An AV occurs when a RestoreFrom~ method call deletes columns that are absent in previously stored View information if one of them is focused.
  • Microsoft Excel-inspired filter popup - cxDateEdit - A popup's editor displays a selected value incorrectly if the container control item's Properties.Kind property is set to ckDateTime or the global FormatSettings.DataSeparator setting has a custom value.
  • Table and Banded Table Views - A modal Edit form allows users to edit a column whose Properties.ReadOnly property is set to True.

ExpressQuantumTreeList Suite

  • Changing the size of a column in a band changes the size of other columns in this band after an AdjustColumnsWidth procedure call.
  • The "List index out of bounds" exception occurs when modifying the number of nodes or columns in a filtered tree list's BeginUpdate/EndUpdate block.
  • The AdjustColumnsWidth procedure requires multiple calls to make columns fit horizontally the entire client area.

ExpressSpreadSheet

  • A formula expression returns incorrect results in certain cases if it includes the VLOOKUP or HLOOKUP function that accepts a defined name as the table_array parameter.
  • Operators do not exclude microseconds when comparing date-time values.
  • The "Unexpected token was found ("#0" in"")" exception occurs when loading an ODS document if its metadata includes an empty date/time field.
  • The INDEX function containing references to entire columns/rows returns an incorrect result.

Aspose.Tasks for C++ V21.5

$
0
0
Aspose.Tasks for C++

Adds support for rendering Left/Top/Inside/Bottom text labels for task bars in Gantt charts.

Features

  • Added an API to specify View object to render when saving a project to PDF, HTML and Image formats.
  • Added support for rendering Left/Top/Inside/Bottom text labels for task bars in Gantt charts.

Infragistics Professional 21.1

$
0
0
New Ignite UI for Angular Tree Component

Includes new Angular Tree component, enhanced themes and exporting to Excel for the hierarchical grid.

Features

Infragistics has released a major update for the following products:

Aspose.Tasks for Java V21.6

$
0
0
Aspose.Tasks for Java

Adds support for rendering left/top/inside/bottom text labels on task bars in Gantt charts.

Features

  • Added an API to specify View object to be rendered when saving a project to PDF, HTML or Image formats.
  • Added support for rendering left/top/inside/bottom text labels on task bars in Gantt charts.

Aspose.Tasks for .NET V21.6

$
0
0
Aspose.Tasks for .NET

Adds ExecutingWebRequest event for interacting with Microsoft Project Online/Project Server API.

Features

  • Added ExecutingWebRequest event for interacting with Microsoft Project Online/Project Server API.
  • Added support for 'Display OLE as Icon' property.

Telerik UI for ASP.NET MVC R2 2021 SP1

$
0
0
Telerik UI for ASP.NET MVC

Improves PDF Processing.

Features

  • Common
    • Bootstrap Theme Package (v4.35.1).
    • Default Theme Package (v4.38.1).
    • Material Theme Package (v3.33.1).
  • PdfProcessing
    • Handle the import of documents with invalid cross-reference table offsets.
    • Handle the import of documents with invalid Prev cross-reference table offsets.
    • Handle the import of documents with many trailing zero bytes at its end.
    • Handle the import of documents containing invalid or empty annotation appearance.
    • Handle the import of documents with trailing content at its end.
    • Handle the import of documents containing streams decoded with FlateDecode filter with a Reserved compression method.
    • Handle the import of documents with invalid/split object definitions.

Telerik UI for ASP.NET Core R2 2021 SP1

$
0
0
Telerik UI for ASP.NET Core

Improves PDF Processing.

Features

  • Common
    • Bootstrap Theme Package (v4.35.1).
    • Default Theme Package (v4.38.1).
    • Material Theme Package (v3.33.1).
  • PdfProcessing
    • Handle the import of documents with invalid cross-reference table offsets.
    • Handle the import of documents with invalid Prev cross-reference table offsets.
    • Handle the import of documents with many trailing zero bytes at its end.
    • Handle the import of documents containing invalid or empty annotation appearance.
    • Handle the import of documents with trailing content at its end.
    • Handle the import of documents containing streams decoded with FlateDecode filter with a Reserved compression method.
    • Handle the import of documents with invalid/split object definitions.
Viewing all 1480 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>