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

DevExpress VCL Subscription 21.1.4

$
0
0
DevExpress VCL Subscription

Improves Gantt, PDFViewer and Scheduler controls.

Fixes

All VCL products

  • The "Ambiguity between the two TcxCanvasFrameRect methods" compiler error occurs if Embarcadero C++Builder code includes a TcxCanvasFrameRect method call with the default parameters.

ExpressDataController

  • A data-aware View incorrectly moves focus if the View shares its data source with a non-visual component.

ExpressEditors Library

  • TcxTextEdit and its descendants - The Del keystroke does not raise the OnEditing event.
  • TdxOpenFileDialog - Sorting by date does not work in the "This PC\Pictures" folder.
  • TdxSaveFileDialog and TdxOpenFileDialog - A file in an open folder becomes selected if the folder is opened with a double click and the mouse pointer is over the file.
  • The TdxTaskbarProgress control does not display progress on a task bar if the progress state changes before the main application form is created.

ExpressGantt Control

  • The "Stack overflow" exception is thrown at design time when an IDE displays a form with the Gantt control.

ExpressLayout Control

  • An auxiliary item that is located outside the visible scrollable area remains hidden after it was focused.

ExpressPDFViewer

  • "The document format is not recognized as valid PDF" exception occurs when an object whose offset is incorrectly defined in a loaded PDF document's cross-reference table is read.
  • "The document format is not recognized as valid PDF" exception occurs when loading a PDF document that contains an incorrect offset of a cross-reference table.
  • An AV occurs when writing a CID Type 2 font descriptor during a document save operation.
  • Text is displayed incorrectly if the text-showing operator moves a text string to the next line and applies word spacing and/or character spacing to the string.
  • The "Invalid class typecast" exception occurs on reading width values of Type 0 font glyphs, which are specified as a reference.
  • The "Invalid pointer operation" exception occurs in certain cases when semi-transparent images are rendered.

ExpressPrinting System

  • Grid Report Link - Master-Detail - The "Stack overflow" exception occurs on creating a report for Views whose OptionsBehavior.RecordScrollMode property is set to rsmByPixel if the report link's OptionsExpanding.ExpandMasterRows property is set to True.

ExpressQuantumGrid Suite

  • Master-Detail - "RowIndex out of range" exception occurs when closing a form with the TcxGrid control that has a focused record if the OptionsSelection.MultiSelect and OptionsSelection.UnselectFocusedRecordOnExit properties are set to True.
  • The View's Controller.GoTo~ methods incorrectly navigate records after switching off the grid mode.

ExpressScheduler Suite

  • The "Start" and "Finish" editors are swapped in the "Set Date Range" dialog.

ExpressSkins Library

  • The E2184 enum syntax compiler error occurs if the "WINAPI.GDIPAPI.hpp" include directive precedes "dxGDIPlusAPI.hpp" in C++Builder code.

ExpressSpreadSheet

  • The control incorrectly saves a spreadsheet document to a file/stream after pasting formatted cells that are copied from Microsoft Excel using the clipboard.
  • The TdxSpreadSheetCell.SetAsRTF function returns False if an accepted RTF string has a single set of font attributes applied to all characters.

Aspose.Tasks for .NET V21.8

$
0
0
Aspose.Tasks for .NET

Adds the ability to read AutoFilters with multiple values.

Features

  • Added the ability to read AutoFilters with multiple values.

Smart HTML Elements v10.0.0

$
0
0
Gantt chart virtualization

Adds support for Gantt chart virtualization.

Features

  • Added support for Gantt chart virtualization, this allows you to load thousands of tasks in a Gantt file.
  • Updated and changed Gantt chart API, added additional methods, properties and events.
  • Added Kanban column reordering and editing.
  • Added the ability to dynamically add tasks (with UI) to Kanban.
  • Added Dynamic Tags in the Kanban edit dialog.
  • Added new Kanban Column Menu which allows you to collapse, edit and remove columns.
  • Added support for Grid Filter Menu rendering. Added filter options display icons in the popup and a match-case option.
  • Added support for Grid virtual scroll rendering, updated the UI visualization while scrolling.
  • Updated Grid API. Additional event details, methods and properties are now available.
  • Updated Scheduler Timeline Week view. Added the option to hide the hours in the timeline week view.
  • Gantt chart sorting and filtering API has been changed.

Highcharts Gantt JS v9.2.0

$
0
0
Highcharts Gantt JS

Improves ES module architecture.

Features

  • Improved ES module architecture with support for tree shaking for the most commonly used modules.
  • Added new feature, series.relativeXValue, allowing point X values to be relative to the series.pointStart and subject to series.pointInterval and series.pointIntervalUnit.

ComponentOne Studio Enterprise - Web Services vs. APIs

$
0
0
ComponentOne Studio Enterprise

GrapeCity Blog post to help you determine when to use Web Services or APIs.

ComponentOne Studio Enterprise is an extensive, flexible collection of performant, extensible .NET UI controls for mobile, web, and desktop. It also includes JavaScript controls with Wijmo Enterprise, Web API and .NET Standard Service Components.

In this blog post, GrapeCity's Greg Lutz will take you through a bit of the history of how these technologies evolved, what their differences and similarities are, and when it's best to use one vs. the other. He even looks at an example of a REST API - which is BOTH a web service AND an API!

View this informative GrapeCity blog to get all of this valuable information.

Aspose.Tasks for C++ V21.8

$
0
0
Aspose.Tasks for C++

Adds the ability to read AutoFilters with multiple values.

Features

  • Added the ability to read AutoFilters with multiple values.

MindFusion.Java Swing Pack 2021.R1

$
0
0
MindFusion.Java Swing Pack

Improves Scheduling, Spreadsheet, Charting and Diagramming controls.

Features

New in MindFusion.Diagramming

  • Scrollable containers - You can now set the ContainerNode Scrollable property to let users scroll a container's contents.
  • Container improvements
    • ContainerNode containment is no longer implemented via a Group object. Child nodes are now stored in the dedicated Children collection and a node's container is returned by the Container property.
    • You can now enable the AutoDeleteChildren property to automatically delete child nodes when a container is deleted.
    • Drag-and-drop operations from NodeListView, ShapeListBox and ShapeToolBar now automatically add the newly created node to a container if one is found at the drop position.
    • You can now call the ResizeToFitChildren method to resize a container, making it big enough to contain its child nodes.
    • The KeepInsideParent constraint of child nodes now also prevents them from overlapping the container's caption bar.
    • Added the AutoGrow property which lets you prevent ContainerNode from growing when adding child nodes to it.
  • Text rendering improvements
    • If WrapAtCharacter is disabled, long words that do not fit on a single line are now rendered clipped by default instead of stopping rendering at their position.
    • WrapOverflowingSingleWordLines property of TextFormat enables wrapping of long words that would not fit on a single line, while other text lines keep wrapping only at word boundaries.
  • Lasso zoom tool - The control now supports several ways to zoom using lasso tool:
    • You can set the Behavior property to Zoom, to always draw a zoom lasso.
    • You can set the Zoom flag for one of the keys in ModifierKeyActions to let users draw a zoom lasso with a modifier key and the left mouse button.
    • You can assign Zoom value to the RightButtonActions or MiddleButtonActions property to zoom using the respective mouse button.
  • Modifier keys - Added the ModifierKeyActions property of DiagramView which lets you bind modifier keys to diagram actions defined in ModifierKeyAction enum to execute when dragging with left mouse button with respective key pressed:
    • None: disables the modifier.
    • Pan: pans the view.
    • Select: draws selection lasso.
    • OverrideBehavior: draws a new item instead of grabbing adjustment handle.
    • Magnify: shows magnifier.
    • ExtendSelection: adds to selection without deselecting items outside of lasso.
    • Zoom: draws zoom lasso.
  • Button bindings
    • Added RightButtonActions and MiddleButtonActions properties of DiagramView which let you map mouse buttons to members of the MouseButtonAction enum (Pan, Cancel, Select, Draw, Magnify, Zoom) specifying how mouse click or drag operations affect the diagram.
  • Miscellaneous
    • The InitializeLasso event now lets you customize the appearance of a selection lasso before it shows on screen.
    • New BringIntoView overload lets you scroll to a specified rectangular area.
    • New ZoomToRect overload lets you zoom to a rectangular area while keeping it centered in the viewport.
    • ImageAlign now supports FitLeft, FitTop, FitRight and FitBottom alignment styles, which resize an image to fit a node's boundaries and align it to the respective border.
    • Layout classes now process DiagramLinks connected to TreeViewItems.
  • API changes
    • Container's child nodes are no longer accessible via SubordinateGroup; use the container's Children list instead.
    • A node's container is no longer accessible via MasterGroup; use the Container property instead.

New in MindFusion.Scheduling

  • Dark themes - Added two dark themes, accessible via the Dark and Black elements of ThemeType enumeration and static Dark and Black properties of the Theme class.

New in MindFusion.Charting

  • Area charts are now rendered relative to axis origin.
  • Added the ability to set a non-zero start for the FunctionSeries range.

New in MindFusion.Spreadsheet

  • Added ValidateOnPaste property which specifies if Validation rules should be applied to pasted values.
  • FindReplaceForm can now search for formatted text values.
  • You can now skip individual cell changes from validation events by setting SkipCell.
  • Context property of validation event now specifies the cause of the change.
  • Added the ability to format numbers in thousands or millions by adding a comma for each 1000 scale to the end of format strings.

New in MindFusion.UI

  • Added new Property grid - The PropertyGrid control provides a user interface for viewing and editing property values. The control can group properties either automatically by their type or by their category annotation.
  • Added new SVG viewer - The SvgViewer control lets you display SVG drawings in Java Swing user interfaces.

Aspose.Tasks for Java V21.9

$
0
0
Aspose.Tasks for Java

Adds the ability to read AutoFilters with multiple values.

Features

  • Added the ability to read AutoFilters with multiple values.

DevExpress VCL Subscription 21.1.5

$
0
0
DevExpress VCL Subscription

Adds support for Embarcadero RAD Studio 11 Alexandria.

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria.

Fixes

  • All VCL products
    • An error occurs when running an app rebuilt by the Build command in an Embarcadero C++Builder project that references the dxShellControls unit if the project's "Disable incremental linker" and "Link with runtime packages" options are disabled.
  • ExpressLibrary
    • An AV occurs when a unit that uses TdxStringComparer or TdxIStringComparer is finalized after the dxCoreClasses unit.
  • ExpressPDFViewer
    • Pages render semitransparent images as opaque in certain cases.
    • The Font.Size property value does not affect the search box size in the Find Panel.
  • ExpressPrinting System
    • Export to PDF - An exported document's structure includes the flag that specifies a digital signature presence while a document does not contain a digital signature.
    • RichEdit Control Report Link - The Print dialog invoked by the ShowPrintForm command (a TdxRichEditControlShowPrintForm object) prints the first page if the "Current Page" option is enabled.
  • ExpressQuantumGrid Suite
    • Chart View - Master-Detail - The View height is too large in per-pixel scroll mode.
    • Master-Detail - The "RecordIndex out of range" exception occurs when removing a master row whose detail row is focused.
    • Table and Banded Table Views - A newly applied filter is applied again after an Enter keystroke or when focus moves to an adjacent cell if the grid View's FilterRow.ApplyChanges property is set to fracImmediately or fracDelayed.
  • ExpressRichEdit Control
    • The first section's header and footer settings are applied to all sections of a mail merge document when it is saved if the source template has at least two sections with unique header and footer settings.
  • ExpressSpreadSheet
    • A MATCH function call with specific parameters in a formula expression results in memory corruption in certain cases.
    • A PageControl.MakeVisible procedure call results in an application freeze in certain cases.
    • Changing style of an existing cell does not set the Modified property to True.
    • XLS Import - The "Invalid pointer operation" exception occurs when loading a document whose SharedStrings table contains string duplicates.

Telerik UI for Blazor 2.27.0

$
0
0
Telerik UI for Blazor Barcode component.

Adds new Gantt Chart, Breadcrumb, Carousel, Barcode, Stack Layout, Grid Layout, Stepper & Wizard components.

Features

  • New UI Components: Gantt Chart, Breadcrumb, Carousel, Barcode, Stack Layout, Grid Layout, Stepper, Wizard.
  • New Data Grid Features: Keyboard Navigation with Column Virtualization, Pass Context to Command Buttons, Alignment of Cell Values, No Data Template, Delete Confirmation, Support for interfaces.
  • New Pager Features: Go to Page Input, Page Size Dropdown list (also available in Grid, TreeList and ListView components).
  • New Scheduler Features: Resource Grouping, Delete Confirmation, Timeline View, Date Header Template, more exposed events.
  • New TreeList Features: Keyboard Navigation with Column Virtualization, Pass Context to Command Buttons, Alignment of Cell Values, No Data Template, Delete Confirmation, Support for interfaces.
  • New TreeView EventArgs parameter in multiple events.
  • New Grouping feature in ComboBox, MultiSelect, AutoComplete and DropDownList.
  • New OnModelInit event in Grid, TreeList, Scheduler and ListView.
  • New features and improvements in Telerik Document Processing distribution: PDFProcessing, SpreadProcessing, SpreadSheetProcessing and WordsProcessing.
  • New FocusAsync method in all input components feature.
  • Tooltip for Dynamic Targets.
  • Accessibility Improvements.
  • Improved themes & swatches picker in component demos.
  • Support for Bootstrap 5.
  • Compatibility with Microsoft .NET 6 Release Candidate 1 including Telerik UI for Blazor components running in hybrid scenarios inside native MAUI, WPF and WinForms apps.
  • Design Kits for Figma: 30+ components for each of the themes that come with the Telerik UI for Blazor - Default, Bootstrap and Material.

KendoReact R3 2021 (v4.9.0)

$
0
0
KendoReact

Adds seven new components, multiple enhancements and support for Bootstrap 5.

Features

  • Buttons:
    • Added opened property to the SplitButton.
    • Added opened property to the DropDownButton.
  • Charts:
    • Added Heatmap chart component.
    • Added the autoFit option to the chart series item.
    • Added className prop.
  • Dialog:
    • Added appendTo property.
  • Dialogs:
    • Expose windowElement prop on Window ref.
  • Dropdowns:
    • Added MultiSelectTree component.
  • Editor:
    • Added support of class, style and id attributes to table, tr and td elements.
    • Added preserveWhitespace prop.
    • Added title to ForeColor and BackColor tools.
  • Form:
    • Added ignoreModified field.
  • Gauges:
    • Added className prop.
  • Grid:
    • Autofit columns on doubleclick.
    • Make cellrender support returning multiple items.
    • Added group/ungroup component for the column menu.
    • Get scrollbar width via css variable.
  • Inputs:
    • Added style prop to MaskedTextBox component.
    • Added readonly mode for NumericTextBox, improve disabled mode.
    • Added title prop to ColorPicker.
    • Added name getter to the Checkbox.
    • Added TextArea name getter.
  • Labels:
    • Added hint disabled state.
  • Layout:
    • Added Breadcrumb component.
    • Added GridLayout component.
    • Added StackLayout component
  • Multicolumncombobox:
    • Set scrollbar width via css variable.
  • Pivotgrid:
    • Added PivotGrid component.
  • Tilelayout:
    • Added ignoreDrag property.
  • Tooltip:
    • Added position event to allow modify default positioning.
  • Utils:
    • Added Typography component.

Kendo UI + Telerik UI for JSP R3 2021

$
0
0
Kendo UI + Telerik UI for JSP

Adds multiple grid enhancements, design tools, and new components.

Features

  • Common
    • New Popover Component.
    • New Captcha Component.
    • New HeatMap Component.
    • New OrgChart Component.
    • Bootstrap Theme Package (v4.41.2).
    • Default Theme Package (v4.42.2).
    • Material Theme Package (v4.41.2).
    • Classic Theme Package (v4.41.2).
  • Calendar
    • Streamline calendar rendering.
  • CheckBoxGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • Form
    • Аdd TextBox and TextArea as inbuilt editors of Form component.
    • Hidden fields support.
  • Grid
    • Include field to aria-label attribute of a.k-grid-filter element.
    • Pager Accessibility.
  • MediaPlayer
    • Use spacer instead of separator in mediaplayer toolbar.
  • MultiSelect
    • Add a DropDown Arrow to MultiSelect.
  • MultiViewCalendar
    • Streamline calendar rendering.
  • Pager
    • Pager Accessibility.
  • RadioGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • TreeList
    • TreeList Accessibility Compliance.
  • Upload
    • Upload - Enhanced keyboard support.

Kendo UI + Telerik UI for PHP R3 2021

$
0
0
Kendo UI + Telerik UI for PHP

Adds multiple grid enhancements, design tools, and new components.

Features

  • Common
    • New Popover Component.
    • New Captcha Component.
    • New HeatMap Component.
    • New OrgChart Component.
    • Bootstrap Theme Package (v4.41.2).
    • Default Theme Package (v4.42.2).
    • Material Theme Package (v4.41.2).
    • Classic Theme Package (v4.41.2).
  • Calendar
    • Streamline calendar rendering.
  • CheckBoxGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • Form
    • Аdd TextBox and TextArea as inbuilt editors of Form component.
    • Hidden fields support.
  • Grid
    • Include field to aria-label attribute of a.k-grid-filter element.
    • Pager Accessibility.
  • MediaPlayer
    • Use spacer instead of separator in mediaplayer toolbar.
  • MultiSelect
    • Add a DropDown Arrow to MultiSelect.
  • MultiViewCalendar
    • Streamline calendar rendering.
  • Pager
    • Pager Accessibility.
  • RadioGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • TreeList
    • TreeList Accessibility Compliance.
  • Upload
    • Upload - Enhanced keyboard support.

Telerik UI for WPF R3 2021

$
0
0
Telerik UI for WPF Badge Control.

Adds new Badge control to visualize app notifications, plus support for .NET 6 RC1.

Features

  • What's New
    • Introduced support for handling documents containing invalid cross-reference table start index.
    • Introduced support for Macro-Enabled Workbooks (xlsm).
    • RichTextBox now supports Non-Breaking Spaces.
    • Introduced text support for shapes in RichTextBox.
    • Add support for BoxPlot series type to RadCartesianChart.
    • RadExpressionParser is now publicly accessible and can be used for parsing expressions.
    • Visualize app notifications, show statuses, and short messages to provide additional contextual information with the new RadBadge component. Choose from a variety of types such as Available, OutOfOffice, Offline, DoNotDisturb, Away and etc.
    • A new build-in color variation for the Office2019 theme inspired by the Microsoft Windows OS 10's high contrast black theme.
  • All Controls
    • Introduced a new folder NetCore in Telerik_UI_for_WPF_[Version]_Hotfix.zip to distribute all generated theme files for using in Microsoft .NET Core, Microsoft .NET 5 and Microsoft .NET 6 application.
    • Unified styling of EmptyContent/WatermarkContent in different input controls.
    • ValidationErrorTemplateHelper is added in RadWatermarkTextBox, RadPasswordBox, System.Windows.TextBox, System.Windows.PasswordBox,RadAutoCompleteBox, RadCalculatorPicker, RadComboBox, RadDateTimePicker, RadMaskedInput, RadNumericUpDown and RadTimeSpanPicker controls which allows for the Validation.ErrorTemplate to be shown on keyboard focus.
  • Barcode
    • Introduced new HorizontalContentAlignment and VerticalContentAlignment properties to control the alignment of the barcode.
  • ChartView
    • Add support for BoxPlot series type.
  • Diagrams
    • Improved the HorizontalContentAlignment and VerticalContentAlignment support for the RadDiagramTextShape - they should take effect for the non-editable content, the editable content and the edit text box for all themes.
    • Improved the customization capabilities of DiagramConnector's ToolTip - it is now set as a RadDiagramConnectorStyle's Setter and template bound to the respective element in the connector's default template.
  • ExpressionEditor
    • RadExpressionParser is now publicly accessible and can be used for parsing expressions.
    • Introduced the ExpressionError event when an error occurs while parsing an expression and populate the Errors property with the errors.
  • GridView
    • Introduced support of Selected Unfocused state for the GridViewCell element.
  • OutlookBar
    • Improved theming of OutlookBarItems to support different image sizes when the control is in its minimized state. Introduce IconMargin property.
  • PanelBar
    • Implemented expand/collapse animation when opening/closing panel bar items.
  • PDF Viewer
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • RichTextBox
    • Fixed ComboBox and DropDownList content controls should not change value when list is updated.
    • Introduced support for Non-Breaking Spaces.
    • Introduced text support for shapes.
    • Changed existing and added missing images for each tab in the RichTextBox wizard.
    • Minor fixes for the content controls.
    • Implemented Mentions (Suggestions) allowing you to insert items with predefined create actions.
  • Slider
    • The SelectionMiddleThumb's cursor is changed to hand on MouseOver.
  • SpreadProcessing
    • Introduced support for changing chart's series color.
    • Introduced support for Macro-Enabled Workbooks (xlsm).
  • Spreadsheet
    • Introduced support for changing chart's series color.
    • Introduced support for Macro-Enabled Workbooks (xlsm).
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Telerik UI for WinForms R3 2021

$
0
0
Telerik UI for WinForms RadTaskBoard.

Adds new Task Board and DataFilter controls plus improvements to PDFProcessing.

Features

  • New Controls
    • RadTaskBoard - a Kanban-like control that comes with many features, like columns, tasks, users, tags, drag and drop, selection, accent settings, touch support, etc.
    • DataFilterView - a user-friendly UI for building filter descriptors. It builds appropriate categories and editors and provides easy to use UI for filtering large amounts of data.
    • Hierarchy in the Navigation View - the Navigation View inside RadPageView can now build a hierarchy. This mode supports drag and drop, infinite nesting, and comes with various settings controlling the visual appearance.
  • Support and Compatibility
    • Microsoft .NET 6.0 - the controls have been built against all the preview versions of Microsoft .NET 6.0 and are confirmed that they are fully compatible.
    • Microsoft Visual Studio 2022 support - the biggest gain is that the devenv.exe process is 64 bits, and the application should better handle large solutions.
    • WinForms Converter - converts the Microsoft controls to Telerik ones. Now the converter is compatible with the latest official Visual Studio.
  • Converter Tool
    • Form's designer file is missing in the converter wizard if the form's file name ends with "Settings".
  • RadGridView
    • Add option to set EndEditOnLostFocus property of editors.
  • RadImageEditor
    • Add zooming functionality that considers the mouse position.
  • RadMaskedEditBox
    • Improve the EMailMaskTextBoxProvider to allow TLDs which are longer than 4 characters.
  • RadPageView
    • Setting in the NavigationView allowing selection of the page view items when there is not enough space and the items container cannot fit the available space.
    • Add hierarchy to the NavigationView.
  • RichTextBox
    • Fixed ComboBox and DropDownList content controls should not change value when list is updated.
    • Introduced support for Non-Breaking Spaces.
    • Minor fixes for the content controls.
  • RadPdfViewer
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Telerik UI for ASP.NET AJAX R3 2021

$
0
0
Date Range Picker component.

Adds new Date Range Picker component and improves PDFProcessing, SpreadProcessing and WordsProcessing.

Features

  • Common
    • New DateRangePicker control.
    • Change Flash gif link in AnimationFramework to HTTPS.
  • Calendar
    • No postback needed for MultiView Calendar fast navigation.
    • Focus and Modifier Keys configuration implemented.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Kendo UI + Telerik UI for ASP.NET (MVC & Core) R3 2021

$
0
0
Kendo UI + Telerik UI for ASP.NET (MVC & Core)

Adds multiple grid enhancements, design tools, and new components.

Features

  • Common
    • New Popover Component.
    • New Captcha Component.
    • New HeatMap Component.
    • New OrgChart Component.
    • Bootstrap Theme Package (v4.41.2).
    • Default Theme Package (v4.42.2).
    • Material Theme Package (v4.41.2).
    • Classic Theme Package (v4.41.2).
  • Calendar
    • Streamline calendar rendering.
  • CheckBoxGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • Form
    • Аdd TextBox and TextArea as inbuilt editors of Form component.
    • Hidden fields support.
  • Grid
    • Include field to aria-label attribute of a.k-grid-filter element.
    • Pager Accessibility.
  • MediaPlayer
    • Use spacer instead of separator in mediaplayer toolbar.
  • MultiSelect
    • Add a DropDown Arrow to MultiSelect.
  • MultiViewCalendar
    • Streamline calendar rendering.
  • Pager
    • Pager Accessibility.
  • RadioGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • TreeList
    • TreeList Accessibility Compliance.
  • Upload
    • Upload - Enhanced keyboard support.
  • PDF Viewer
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Telerik UI for ASP.NET MVC R3 2021

$
0
0
Telerik UI for ASP.NET MVC Captcha control.

Adds new OrgChart, Captcha, Heatmap and Popover components for ASP.NET Core and ASP.NET MVC.

Features

  • Common
    • New Popover Component.
    • New Captcha Component.
    • New HeatMap Component.
    • New OrgChart Component.
    • Bootstrap Theme Package (v4.41.2).
    • Default Theme Package (v4.42.2).
    • Material Theme Package (v4.41.2).
    • Classic Theme Package (v4.41.2).
  • Calendar
    • Streamline calendar rendering.
  • CheckBoxGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • Form
    • Аdd TextBox and TextArea as inbuilt editors of Form component.
    • Hidden fields support.
  • Grid
    • Include field to aria-label attribute of a.k-grid-filter element.
    • Pager Accessibility.
  • MediaPlayer
    • Use spacer instead of separator in mediaplayer toolbar.
  • MultiSelect
    • Add a DropDown Arrow to MultiSelect.
  • MultiViewCalendar
    • Streamline calendar rendering.
  • Pager
    • Pager Accessibility.
  • RadioGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • TreeList
    • TreeList Accessibility Compliance.
  • Upload
    • Upload - Enhanced keyboard support.
  • PDF Viewer
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Telerik UI for ASP.NET Core R3 2021

$
0
0
Telerik UI for ASP.NET Core Captcha control.

Adds new OrgChart, Captcha, Heatmap and Popover components for ASP.NET Core and ASP.NET MVC.

Features

  • Common
    • New Popover Component.
    • New Captcha Component.
    • New HeatMap Component.
    • New OrgChart Component.
    • Bootstrap Theme Package (v4.41.2).
    • Default Theme Package (v4.42.2).
    • Material Theme Package (v4.41.2).
    • Classic Theme Package (v4.41.2).
  • Calendar
    • Streamline calendar rendering.
  • CheckBoxGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • Form
    • Аdd TextBox and TextArea as inbuilt editors of Form component.
    • Hidden fields support.
  • Grid
    • Include field to aria-label attribute of a.k-grid-filter element.
    • Pager Accessibility.
  • MediaPlayer
    • Use spacer instead of separator in mediaplayer toolbar.
  • MultiSelect
    • Add a DropDown Arrow to MultiSelect.
  • MultiViewCalendar
    • Streamline calendar rendering.
  • Pager
    • Pager Accessibility.
  • RadioGroup
    • Allow RadioGroup's and CheckBoxGroup's value to be set to zero.
  • TreeList
    • TreeList Accessibility Compliance.
  • Upload
    • Upload - Enhanced keyboard support.
  • PDF Viewer
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • PdfProcessing
    • Handle import of documents containing Simple fonts with names of entries in the Encoding's Differences that are not part of the Adobe Glyph List.
    • Introduced support for handling documents containing invalid cross-reference table start index.
  • SpreadStreamProcessing
    • Introduced API for exporting the page setup. Now you can set page settings for printing like orientation, size, scale factor, and fit to contents.
    • Introduced API for setting culture-independent number formats.
  • WordsProcessing
    • Introduced support for column width defined inside colgroup and col tags when importing HTML.
    • Introduced a way to replace text with other document elements.

Telerik DevCraft UI R3 2021

$
0
0
Telerik DevCraft UI

Introduces 50+ new components across all .NET and JavaScript products.

Features

Telerik DevCraft UI includes the following updates:

Viewing all 1480 articles
Browse latest View live


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