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

Kendo UI R2 2019 SP1

$
0
0
Kendo UI

Adds Drawer Scrolling Styles for Mozilla, plus accessibility improvements for adaptive rendering of Grid.

Features

  • AutoComplete
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • ComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • Common
    • Add minified version of the Kendo scripts files within @progress/kendo-ui and kendo-ui-core npm packages
  • Drawer
    • Add Drawer Scrolling Styles for Mozilla
  • DropDownList
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • DropDownTree
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • Grid
    • Setting a custom filter widget for a boolean column does not work
    • Accessibility improvements for adaptive rendering of Grid
  • MultiColumnComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • MultiSelect
    • Kendo and Google Chrome Autocomplete open Simultaneously
  • PDFViewer
    • Extend pdfjsprocessing file usage in wrappers and typescript
  • Switch
    • Automatically move input classes to the wrapper of the widget

Fixes

  • AutoComplete
    • Popup property is missing from dropdowns TypeScript definitions.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Button
    • Missing Button shadow in normal state with LESS Material theme.
  • ButtonGroup
    • Incorrect active-focused background color of ButtonGroup buttons in Material theme.
  • Calendar
    • Calendar throws JS error in Century view on decade navigation.
    • Calendar disabled dates breaks Year/Month view keyboard navigation.
  • ComboBox
    • ComboBox item selection issue when using "filtering".
    • Popup property is missing from dropdowns TypeScript definitions.
    • Virtualized ComboBox in grid maps to text field on cellClose.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Common
    • Show event of the View fires twice.
    • JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x.
    • Add notify method in kendo typescript definitions.
  • ContextMenu
    • Еrror when removing non-existing item from ContextMenu.
  • DateRangePicker
    • Placing TABLE in the DateRangePicker footer template throws JS error.
  • Drawer
    • Drawer improvements for invalid mode and minHeight behavior.
  • DropDownList
    • Popup property is missing from dropdowns TypeScript definitions.
    • DropDownList fails to group items by 0.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
    • Group headers are not set correctly when group field is null or empty.
  • DropDownTree
    • Popup property is missing from dropdowns TypeScript definitions.
  • Excel Export
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
  • Grid
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Column resize handle is displayed at incorrect position.
    • PersistSelection fails to work in MVVM Grid.
    • The scrollbar of the Grid with virtualization has wrong height in IE with jQuery 3.*.
    • Kendo UI Grid does not open cell for editing on last row with scrolling in iOS device.
    • Missing last header when all columns in a grid are Multi-header columns.
    • Grid with locked columns and virtual scrolling goes out of sync when the browser window is resized.
    • Grid column menu button is not highlighted with Office 365 and Metro themes when a column is filtered.
    • Insufficient color contrast of Grid pager info in Office365 theme.
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
    • In the Grid, if a column field matches another column title, the menu hides the wrong column.
    • Grid's column filter submenu has incorrect tooltips.
    • Pager _click does not parse the page number to integer.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Add cursor:default in Grid Heading.
    • Grid clear filter icon is misaligned for LESS themes.
    • Grid checkbox column selection is out of sync when items are selected with drag-drop or with Shift key.
    • Grid sort column style not applied correctly for SASS themes.
    • Unexpected text-decoration: underline style on Grid's filter icons in exported PDF.
    • Column reordering with multi column headers causes mixing of the column titles.
    • DataSource filter in getOptions is not copied.
    • Grid row becomes selected on command's icon click.
  • ListView
    • ListView: The scrollable behavior is enabled when height style is applied to the Kendo UI ListView wrapper element.
  • Menu
    • Menu hierarchical items are not expanded the first time when hovered.
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • MultiColumnComboBox
    • Popup property is missing from dropdowns TypeScript definitions.
  • MultiSelect
    • Popup property is missing from dropdowns TypeScript definitions.
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Tapping over a MultiSelect then scrolling throws a js exception and opens the widget's dropdown.
    • l.select(...).done is not a function error is thrown when delete the selected item after filtering.
    • Removing MultiSelect tag does not trigger change event with jQuery 3.3.1.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • MultiViewCalendar
    • Multiple dates can be selected on mobile devices when selection mode is "single".
  • Notification
    • Missing Notification icon right margin.
  • Pager
    • Pager _click does not parse the page number to integer.
  • PDFViewer
    • Using Custom Build with PDFViewer checked throws an error.
    • PDF files with capital case file extension are not rendered.
  • ResponsivePanel
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • Scheduler
    • Adaptive scheduler with editable false renders create button.
    • Scheduler events overlap additional days slots with small screen resolutions.
    • Scheduler in SignalR scenario does not fully update its UI.
    • Cannot read property 'firstSlot' of undefined thrown when remote resources with grouping and autoBind: false are used.
    • Scheduler events width not properly calculated in RTL scenarios when a scrollbar is displayed.
    • JavaScript error thrown on saving Scheduler event with invalid date format entered in Start/End inputs.
    • Select method throws error in monthview.
    • Scheduler is scrolled into view, when a time slot/event is focused.
  • ScrollView
    • Initializing ScrollView with one item and disabled paging shows the Next arrow.
  • Spreadsheet
    • Spreadsheet throws a js exception on exporting to Excel.
    • Spreadsheet bad performance on setting font size to multiple cells.
    • Pasting data from Excel file to Spreadsheet results in an image instead of data values.
    • Decimal values are not displayed when negative percentage value is filled in a cell.
    • Spreadsheet custom editor button is not visible in frozen columns scenario.
    • Spreadsheet opens only 200 rows from previously exported document.
    • Unable to reach last column custom editor button.
    • Negative floating point numbers are represented without the zero.
    • Spreadsheet widget cannot be scrolled under Android.
  • Tooltip
    • Tooltip disappears when the page is scrolled and the container has overflow: auto.
  • TreeList
    • TreeList resizes incorrect column.
    • TreeList pager doesn't change its UI correctly upon refresh button click.
    • TreeList "Status" element breaks widget layout upon resize method call.
    • TreeList "No records to display" is displayed below pager.
    • TreeList MVVM bindings stop working if a column template contains a table.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Kendo Treelist removing wrong col element when hidin column.
  • TreeView
    • NumericTextBox losing focus inside TreeView template in Chrome.

Kendo UI + Telerik UI for ASP.NET (MVC & Core) R2 2019 SP1

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

Adds compatibility with .NET Core 3 Preview 6, plus accessibility improvements for adaptive rendering of Grid.

Features

  • Wrappers (ASP.NET Core): ToolBar
    • Add spacer CommandType to ToolBar.
  • Wrappers (ASP.NET MVC): DataSource
    • Allow setting request headers in data source configuration.
  • Wrappers (ASP.NET MVC): ToolBar
    • Add spacer CommandType to ToolBar.
  • MultiColumnComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • ComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • MultiSelect
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • PDFViewer
    • Extend pdfjsprocessing file usage in wrappers and typescript.
  • Switch
    • Automatically move input classes to the wrapper of the widget.
  • Grid
    • Setting a custom filter widget for a boolean column does not work.
    • Accessibility improvements for adaptive rendering of Grid.
  • AutoComplete
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Common
    • Support for .NET Core 3.0 Preview 6.
    • Add minified version of the Kendo scripts files within @progress/kendo-ui and kendo-ui-core npm packages.
  • Drawer
    • Add Drawer Scrolling Styles for Mozilla.
  • Wrappers (ASP.NET Core): DataSource
    • Allow setting request headers in data source configuration.
  • DropDownTree
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • DropDownList
    • Kendo and Google Chrome Autocomplete open Simultaneously.

Fixes

  • Common
    • Show event of the View fires twice.
    • JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x.
    • Add notify method in kendo typescript definitions.
  • AutoComplete
    • Popup property is missing from dropdowns TypeScript definitions.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Button
    • Missing Button shadow in normal state with LESS Material theme.
  • ButtonGroup
    • Incorrect active-focused background color of ButtonGroup buttons in Material theme.
  • Calendar
    • Calendar throws JS error in Century view on decade navigation.
    • Calendar disabled dates breaks Year/Month view keyboard navigation.
  • ComboBox
    • ComboBox item selection issue when using "filtering".
    • Popup property is missing from dropdowns TypeScript definitions.
    • Virtualized ComboBox in grid maps to text field on cellClose.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • ContextMenu
    • Еrror when removing non-existing item from ContextMenu.
  • DateRangePicker
    • Placing TABLE in the DateRangePicker footer template throws JS error.
  • Drawer
    • Drawer improvements for invalid mode and minHeight behavior.
  • DropDownList
    • Popup property is missing from dropdowns TypeScript definitions.
    • DropDownList fails to group items by 0.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
    • Group headers are not set correctly when group field is null or empty.
  • DropDownTree
    • Popup property is missing from dropdowns TypeScript definitions.
  • Excel Export
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
  • Grid
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Column resize handle is displayed at incorrect position.
    • PersistSelection fails to work in MVVM Grid.
    • The scrollbar of the Grid with virtualization has wrong height in IE with jQuery 3.*.
    • Kendo UI Grid does not open cell for editing on last row with scrolling in iOS device.
    • Missing last header when all columns in a grid are Multi-header columns.
    • Grid with locked columns and virtual scrolling goes out of sync when the browser window is resized.
    • Grid column menu button is not highlighted with Office 365 and Metro themes when a column is filtered.
    • Insufficient color contrast of Grid pager info in Office365 theme.
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
    • In the Grid, if a column field matches another column title, the menu hides the wrong column.
    • Grid's column filter submenu has incorrect tooltips.
    • Pager _click does not parse the page number to integer.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Add cursor:default in Grid Heading.
    • Grid clear filter icon is misaligned for LESS themes.
    • Grid checkbox column selection is out of sync when items are selected with drag-drop or with Shift key.
    • Grid sort column style not applied correctly for SASS themes.
    • Unexpected text-decoration: underline style on Grid's filter icons in exported PDF.
    • Column reordering with multi column headers causes mixing of the column titles.
    • DataSource filter in getOptions is not copied.
    • Grid row becomes selected on command's icon click.
  • ListView
    • ListView: The scrollable behavior is enabled when height style is applied to the Kendo UI ListView wrapper element.
  • Menu
    • Menu hierarchical items are not expanded the first time when hovered.
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • MultiColumnComboBox
    • Popup property is missing from dropdowns TypeScript definitions.
  • MultiSelect
    • Popup property is missing from dropdowns TypeScript definitions.
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Tapping over a MultiSelect then scrolling throws a js exception and opens the widget's dropdown.
    • l.select(...).done is not a function error is thrown when delete the selected item after filtering.
    • Removing MultiSelect tag does not trigger change event with jQuery 3.3.1.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • MultiViewCalendar
    • Multiple dates can be selected on mobile devices when selection mode is "single".
  • Notification
    • Missing Notification icon right margin.
  • PDFViewer
    • Using Custom Build with PDFViewer checked throws an error.
    • PDF files with capital case file extension are not rendered.
  • Pager
    • Pager _click does not parse the page number to integer.
  • ResponsivePanel
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • Scheduler
    • Adaptive scheduler with editable false renders create button.
    • Scheduler events overlap additional days slots with small screen resolutions.
    • Scheduler in SignalR scenario does not fully update its UI.
    • Cannot read property 'firstSlot' of undefined thrown when remote resources with grouping and autoBind: false are used.
    • Scheduler events width not properly calculated in RTL scenarios when a scrollbar is displayed.
    • JavaScript error thrown on saving Scheduler event with invalid date format entered in Start/End inputs.
    • Select method throws error in monthview.
    • Scheduler is scrolled into view, when a time slot/event is focused.
  • ScrollView
    • Initializing ScrollView with one item and disabled paging shows the Next arrow.
  • Spreadsheet
    • Spreadsheet throws a js exception on exporting to Excel.
    • Spreadsheet bad performance on setting font size to multiple cells.
    • Pasting data from Excel file to Spreadsheet results in an image instead of data values.
    • Decimal values are not displayed when negative percentage value is filled in a cell.
    • Spreadsheet custom editor button is not visible in frozen columns scenario.
    • Spreadsheet opens only 200 rows from previously exported document.
    • Unable to reach last column custom editor button.
    • Negative floating point numbers are represented without the zero.
    • Spreadsheet widget cannot be scrolled under Android.
  • Tooltip
    • Tooltip disappears when the page is scrolled and the container has overflow: auto.
  • TreeList
    • TreeList resizes incorrect column.
    • TreeList pager doesn't change its UI correctly upon refresh button click.
    • TreeList "Status" element breaks widget layout upon resize method call.
    • TreeList "No records to display" is displayed below pager.
    • TreeList MVVM bindings stop working if a column template contains a table.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Kendo Treelist removing wrong col element when hidin column.
  • TreeView
    • NumericTextBox losing focus inside TreeView template in Chrome.
  • Wrappers (ASP.NET MVC): DatePicker
    • Date format is not apply correctly on the server and client.
  • Wrappers (ASP.NET MVC): Grid
    • Nested DropDown editors in detail Grid throw errors when there are "\r\n" new lines in text.
    • Sort indexes functionality does not work with server biding.
    • Grid Accessibility in MVC wrappers table header.
  • Wrappers (ASP.NET MVC): Menu
    • SecurityTrimming's HideParent should hide the topmost item that appears empty after trimming items.
  • Wrappers (ASP.NET MVC): TreeList
    • TreeList parentId should be nullable by default.
    • There is no indent in the TreeList when a command column is first.
  • SpreadProcessing
    • Calculating the values of formulas which includes large cell ranges causes OutOfMemoryException.
    • NullReferenceException is thrown when importing data validation rule without parameters.

Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R2 2019 SP1

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

Adds compatibility with .NET Core 3 Preview 6, plus accessibility improvements for adaptive rendering of Grid.

Features

  • Wrappers (ASP.NET Core): ToolBar
    • Add spacer CommandType to ToolBar.
  • Wrappers (ASP.NET MVC): DataSource
    • Allow setting request headers in data source configuration.
  • Wrappers (ASP.NET MVC): ToolBar
    • Add spacer CommandType to ToolBar.
  • MultiColumnComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • ComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • MultiSelect
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • PDFViewer
    • Extend pdfjsprocessing file usage in wrappers and typescript.
  • Switch
    • Automatically move input classes to the wrapper of the widget.
  • Grid
    • Setting a custom filter widget for a boolean column does not work.
    • Accessibility improvements for adaptive rendering of Grid.
  • AutoComplete
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Common
    • Support for .NET Core 3.0 Preview 6.
    • Add minified version of the Kendo scripts files within @progress/kendo-ui and kendo-ui-core npm packages.
  • Drawer
    • Add Drawer Scrolling Styles for Mozilla.
  • Wrappers (ASP.NET Core): DataSource
    • Allow setting request headers in data source configuration.
  • DropDownTree
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • DropDownList
    • Kendo and Google Chrome Autocomplete open Simultaneously.

Fixes

  • Common
    • Show event of the View fires twice.
    • JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x.
    • Add notify method in kendo typescript definitions.
  • AutoComplete
    • Popup property is missing from dropdowns TypeScript definitions.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Button
    • Missing Button shadow in normal state with LESS Material theme.
  • ButtonGroup
    • Incorrect active-focused background color of ButtonGroup buttons in Material theme.
  • Calendar
    • Calendar throws JS error in Century view on decade navigation.
    • Calendar disabled dates breaks Year/Month view keyboard navigation.
  • ComboBox
    • ComboBox item selection issue when using "filtering".
    • Popup property is missing from dropdowns TypeScript definitions.
    • Virtualized ComboBox in grid maps to text field on cellClose.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • ContextMenu
    • Еrror when removing non-existing item from ContextMenu.
  • DateRangePicker
    • Placing TABLE in the DateRangePicker footer template throws JS error.
  • Drawer
    • Drawer improvements for invalid mode and minHeight behavior.
  • DropDownList
    • Popup property is missing from dropdowns TypeScript definitions.
    • DropDownList fails to group items by 0.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
    • Group headers are not set correctly when group field is null or empty.
  • DropDownTree
    • Popup property is missing from dropdowns TypeScript definitions.
  • Excel Export
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
  • Grid
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Column resize handle is displayed at incorrect position.
    • PersistSelection fails to work in MVVM Grid.
    • The scrollbar of the Grid with virtualization has wrong height in IE with jQuery 3.*.
    • Kendo UI Grid does not open cell for editing on last row with scrolling in iOS device.
    • Missing last header when all columns in a grid are Multi-header columns.
    • Grid with locked columns and virtual scrolling goes out of sync when the browser window is resized.
    • Grid column menu button is not highlighted with Office 365 and Metro themes when a column is filtered.
    • Insufficient color contrast of Grid pager info in Office365 theme.
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
    • In the Grid, if a column field matches another column title, the menu hides the wrong column.
    • Grid's column filter submenu has incorrect tooltips.
    • Pager _click does not parse the page number to integer.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Add cursor:default in Grid Heading.
    • Grid clear filter icon is misaligned for LESS themes.
    • Grid checkbox column selection is out of sync when items are selected with drag-drop or with Shift key.
    • Grid sort column style not applied correctly for SASS themes.
    • Unexpected text-decoration: underline style on Grid's filter icons in exported PDF.
    • Column reordering with multi column headers causes mixing of the column titles.
    • DataSource filter in getOptions is not copied.
    • Grid row becomes selected on command's icon click.
  • ListView
    • ListView: The scrollable behavior is enabled when height style is applied to the Kendo UI ListView wrapper element.
  • Menu
    • Menu hierarchical items are not expanded the first time when hovered.
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • MultiColumnComboBox
    • Popup property is missing from dropdowns TypeScript definitions.
  • MultiSelect
    • Popup property is missing from dropdowns TypeScript definitions.
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Tapping over a MultiSelect then scrolling throws a js exception and opens the widget's dropdown.
    • l.select(...).done is not a function error is thrown when delete the selected item after filtering.
    • Removing MultiSelect tag does not trigger change event with jQuery 3.3.1.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • MultiViewCalendar
    • Multiple dates can be selected on mobile devices when selection mode is "single".
  • Notification
    • Missing Notification icon right margin.
  • PDFViewer
    • Using Custom Build with PDFViewer checked throws an error.
    • PDF files with capital case file extension are not rendered.
  • Pager
    • Pager _click does not parse the page number to integer.
  • ResponsivePanel
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • Scheduler
    • Adaptive scheduler with editable false renders create button.
    • Scheduler events overlap additional days slots with small screen resolutions.
    • Scheduler in SignalR scenario does not fully update its UI.
    • Cannot read property 'firstSlot' of undefined thrown when remote resources with grouping and autoBind: false are used.
    • Scheduler events width not properly calculated in RTL scenarios when a scrollbar is displayed.
    • JavaScript error thrown on saving Scheduler event with invalid date format entered in Start/End inputs.
    • Select method throws error in monthview.
    • Scheduler is scrolled into view, when a time slot/event is focused.
  • ScrollView
    • Initializing ScrollView with one item and disabled paging shows the Next arrow.
  • Spreadsheet
    • Spreadsheet throws a js exception on exporting to Excel.
    • Spreadsheet bad performance on setting font size to multiple cells.
    • Pasting data from Excel file to Spreadsheet results in an image instead of data values.
    • Decimal values are not displayed when negative percentage value is filled in a cell.
    • Spreadsheet custom editor button is not visible in frozen columns scenario.
    • Spreadsheet opens only 200 rows from previously exported document.
    • Unable to reach last column custom editor button.
    • Negative floating point numbers are represented without the zero.
    • Spreadsheet widget cannot be scrolled under Android.
  • Tooltip
    • Tooltip disappears when the page is scrolled and the container has overflow: auto.
  • TreeList
    • TreeList resizes incorrect column.
    • TreeList pager doesn't change its UI correctly upon refresh button click.
    • TreeList "Status" element breaks widget layout upon resize method call.
    • TreeList "No records to display" is displayed below pager.
    • TreeList MVVM bindings stop working if a column template contains a table.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Kendo Treelist removing wrong col element when hidin column.
  • TreeView
    • NumericTextBox losing focus inside TreeView template in Chrome.
  • Wrappers (ASP.NET MVC): DatePicker
    • Date format is not apply correctly on the server and client.
  • Wrappers (ASP.NET MVC): Grid
    • Nested DropDown editors in detail Grid throw errors when there are "\r\n" new lines in text.
    • Sort indexes functionality does not work with server biding.
    • Grid Accessibility in MVC wrappers table header.
  • Wrappers (ASP.NET MVC): Menu
    • SecurityTrimming's HideParent should hide the topmost item that appears empty after trimming items.
  • Wrappers (ASP.NET MVC): TreeList
    • TreeList parentId should be nullable by default.
    • There is no indent in the TreeList when a command column is first.
  • SpreadProcessing
    • Calculating the values of formulas which includes large cell ranges causes OutOfMemoryException.
    • NullReferenceException is thrown when importing data validation rule without parameters.

Kendo UI + Telerik UI for JSP R2 2019 SP1

$
0
0
Kendo UI + Telerik UI for JSP

Adds Drawer Scrolling Styles for Mozilla, plus accessibility improvements for adaptive rendering of Grid.

Features

  • Common
    • Add minified version of the Kendo scripts files within @progress/kendo-ui and kendo-ui-core npm packages.
  • AutoComplete
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • ComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Drawer
    • Add Drawer Scrolling Styles for Mozilla.
  • DropDownList
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • DropDownTree
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Grid
    • Setting a custom filter widget for a boolean column does not work.
    • Accessibility improvements for adaptive rendering of Grid.
  • MultiColumnComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • MultiSelect
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • PDFViewer
    • Extend pdfjsprocessing file usage in wrappers and typescript.
  • Switch
    • Automatically move input classes to the wrapper of the widget.

Fixes

  • Common
    • Show event of the View fires twice.
    • JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x.
    • Add notify method in kendo typescript definitions.
  • AutoComplete
    • Popup property is missing from dropdowns TypeScript definitions.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Button
    • Missing Button shadow in normal state with LESS Material theme.
  • ButtonGroup
    • Incorrect active-focused background color of ButtonGroup buttons in Material theme.
  • Calendar
    • Calendar throws JS error in Century view on decade navigation.
    • Calendar disabled dates breaks Year/Month view keyboard navigation.
  • ComboBox
    • ComboBox item selection issue when using "filtering".
    • Popup property is missing from dropdowns TypeScript definitions.
    • Virtualized ComboBox in grid maps to text field on cellClose.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • ContextMenu
    • Еrror when removing non-existing item from ContextMenu.
  • DateRangePicker
    • Placing TABLE in the DateRangePicker footer template throws JS error.
  • Drawer
    • Drawer improvements for invalid mode and minHeight behavior.
  • DropDownList
    • Popup property is missing from dropdowns TypeScript definitions.
    • DropDownList fails to group items by 0.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
    • Group headers are not set correctly when group field is null or empty.
  • DropDownTree
    • Popup property is missing from dropdowns TypeScript definitions.
  • Excel Export
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
  • Grid
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Column resize handle is displayed at incorrect position.
    • PersistSelection fails to work in MVVM Grid.
    • The scrollbar of the Grid with virtualization has wrong height in IE with jQuery 3.*.
    • Kendo UI Grid does not open cell for editing on last row with scrolling in iOS device.
    • Missing last header when all columns in a grid are Multi-header columns.
    • Grid with locked columns and virtual scrolling goes out of sync when the browser window is resized.
    • Grid column menu button is not highlighted with Office 365 and Metro themes when a column is filtered.
    • Insufficient color contrast of Grid pager info in Office365 theme.
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
    • In the Grid, if a column field matches another column title, the menu hides the wrong column.
    • Grid's column filter submenu has incorrect tooltips.
    • Pager _click does not parse the page number to integer.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Add cursor:default in Grid Heading.
    • Grid clear filter icon is misaligned for LESS themes.
    • Grid checkbox column selection is out of sync when items are selected with drag-drop or with Shift key.
    • Grid sort column style not applied correctly for SASS themes.
    • Unexpected text-decoration: underline style on Grid's filter icons in exported PDF.
    • Column reordering with multi column headers causes mixing of the column titles.
    • DataSource filter in getOptions is not copied.
    • Grid row becomes selected on command's icon click.
  • ListView
    • ListView: The scrollable behavior is enabled when height style is applied to the Kendo UI ListView wrapper element.
  • Menu
    • Menu hierarchical items are not expanded the first time when hovered.
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • MultiColumnComboBox
    • Popup property is missing from dropdowns TypeScript definitions.
  • MultiSelect
    • Popup property is missing from dropdowns TypeScript definitions.
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Tapping over a MultiSelect then scrolling throws a js exception and opens the widget's dropdown.
    • l.select(...).done is not a function error is thrown when delete the selected item after filtering.
    • Removing MultiSelect tag does not trigger change event with jQuery 3.3.1.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • MultiViewCalendar
    • Multiple dates can be selected on mobile devices when selection mode is "single".
  • Notification
    • Missing Notification icon right margin.
  • PDFViewer
    • Using Custom Build with PDFViewer checked throws an error.
    • PDF files with capital case file extension are not rendered.
  • Pager
    • Pager _click does not parse the page number to integer.
  • ResponsivePanel
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • Scheduler
    • Adaptive scheduler with editable false renders create button.
    • Scheduler events overlap additional days slots with small screen resolutions.
    • Scheduler in SignalR scenario does not fully update its UI.
    • Cannot read property 'firstSlot' of undefined thrown when remote resources with grouping and autoBind: false are used.
    • Scheduler events width not properly calculated in RTL scenarios when a scrollbar is displayed.
    • JavaScript error thrown on saving Scheduler event with invalid date format entered in Start/End inputs.
    • Select method throws error in monthview.
    • Scheduler is scrolled into view, when a time slot/event is focused.
  • ScrollView
    • Initializing ScrollView with one item and disabled paging shows the Next arrow.
  • Spreadsheet
    • Spreadsheet throws a js exception on exporting to Excel.
    • Spreadsheet bad performance on setting font size to multiple cells.
    • Pasting data from Excel file to Spreadsheet results in an image instead of data values.
    • Decimal values are not displayed when negative percentage value is filled in a cell.
    • Spreadsheet custom editor button is not visible in frozen columns scenario.
    • Spreadsheet opens only 200 rows from previously exported document.
    • Unable to reach last column custom editor button.
    • Negative floating point numbers are represented without the zero.
    • Spreadsheet widget cannot be scrolled under Android.
  • Tooltip
    • Tooltip disappears when the page is scrolled and the container has overflow: auto.
  • TreeList
    • TreeList resizes incorrect column.
    • TreeList pager doesn't change its UI correctly upon refresh button click.
    • TreeList "Status" element breaks widget layout upon resize method call.
    • TreeList "No records to display" is displayed below pager.
    • TreeList MVVM bindings stop working if a column template contains a table.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Kendo Treelist removing wrong col element when hidin column.
  • TreeView
    • NumericTextBox losing focus inside TreeView template in Chrome.

Kendo UI + Telerik UI for PHP R2 2019 SP1

$
0
0
Kendo UI + Telerik UI for PHP

Adds Drawer Scrolling Styles for Mozilla, plus accessibility improvements for adaptive rendering of Grid.

Features

  • Common
    • Add minified version of the Kendo scripts files within @progress/kendo-ui and kendo-ui-core npm packages.
  • AutoComplete
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • ComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Drawer
    • Add Drawer Scrolling Styles for Mozilla.
  • DropDownList
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • DropDownTree
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • Grid
    • Setting a custom filter widget for a boolean column does not work.
    • Accessibility improvements for adaptive rendering of Grid.
  • MultiColumnComboBox
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • MultiSelect
    • Kendo and Google Chrome Autocomplete open Simultaneously.
  • PDFViewer
    • Extend pdfjsprocessing file usage in wrappers and typescript.
  • Switch
    • Automatically move input classes to the wrapper of the widget.

Fixes

  • Common
    • Show event of the View fires twice.
    • JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x.
    • Add notify method in kendo typescript definitions.
  • AutoComplete
    • Popup property is missing from dropdowns TypeScript definitions.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • Button
    • Missing Button shadow in normal state with LESS Material theme.
  • ButtonGroup
    • Incorrect active-focused background color of ButtonGroup buttons in Material theme.
  • Calendar
    • Calendar throws JS error in Century view on decade navigation.
    • Calendar disabled dates breaks Year/Month view keyboard navigation.
  • ComboBox
    • ComboBox item selection issue when using "filtering".
    • Popup property is missing from dropdowns TypeScript definitions.
    • Virtualized ComboBox in grid maps to text field on cellClose.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • ContextMenu
    • Еrror when removing non-existing item from ContextMenu.
  • DateRangePicker
    • Placing TABLE in the DateRangePicker footer template throws JS error.
  • Drawer
    • Drawer improvements for invalid mode and minHeight behavior.
  • DropDownList
    • Popup property is missing from dropdowns TypeScript definitions.
    • DropDownList fails to group items by 0.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
    • Group headers are not set correctly when group field is null or empty.
  • DropDownTree
    • Popup property is missing from dropdowns TypeScript definitions.
  • Excel Export
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
  • Grid
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Column resize handle is displayed at incorrect position.
    • PersistSelection fails to work in MVVM Grid.
    • The scrollbar of the Grid with virtualization has wrong height in IE with jQuery 3.*.
    • Kendo UI Grid does not open cell for editing on last row with scrolling in iOS device.
    • Missing last header when all columns in a grid are Multi-header columns.
    • Grid with locked columns and virtual scrolling goes out of sync when the browser window is resized.
    • Grid column menu button is not highlighted with Office 365 and Metro themes when a column is filtered.
    • Insufficient color contrast of Grid pager info in Office365 theme.
    • Kendo.Mvc.Export.dll SetCellValue method should handle null values.
    • In the Grid, if a column field matches another column title, the menu hides the wrong column.
    • Grid's column filter submenu has incorrect tooltips.
    • Pager _click does not parse the page number to integer.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Add cursor:default in Grid Heading.
    • Grid clear filter icon is misaligned for LESS themes.
    • Grid checkbox column selection is out of sync when items are selected with drag-drop or with Shift key.
    • Grid sort column style not applied correctly for SASS themes.
    • Unexpected text-decoration: underline style on Grid's filter icons in exported PDF.
    • Column reordering with multi column headers causes mixing of the column titles.
    • DataSource filter in getOptions is not copied.
    • Grid row becomes selected on command's icon click.
  • ListView
    • ListView: The scrollable behavior is enabled when height style is applied to the Kendo UI ListView wrapper element.
  • Menu
    • Menu hierarchical items are not expanded the first time when hovered.
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • MultiColumnComboBox
    • Popup property is missing from dropdowns TypeScript definitions.
  • MultiSelect
    • Popup property is missing from dropdowns TypeScript definitions.
    • MultiSelect inside Grid loses its text visibility when using Nova skin.
    • Tapping over a MultiSelect then scrolling throws a js exception and opens the widget's dropdown.
    • l.select(...).done is not a function error is thrown when delete the selected item after filtering.
    • Removing MultiSelect tag does not trigger change event with jQuery 3.3.1.
    • Horizontal scroll bar is displayed in the dropdown even if autoWidth is enabled.
  • MultiViewCalendar
    • Multiple dates can be selected on mobile devices when selection mode is "single".
  • Notification
    • Missing Notification icon right margin.
  • PDFViewer
    • Using Custom Build with PDFViewer checked throws an error.
    • PDF files with capital case file extension are not rendered.
  • Pager
    • Pager _click does not parse the page number to integer.
  • ResponsivePanel
    • The ResponsivePanel closes immediately on mobile devices after it is opened in Chrome due to passive event listener.
  • Scheduler
    • Adaptive scheduler with editable false renders create button.
    • Scheduler events overlap additional days slots with small screen resolutions.
    • Scheduler in SignalR scenario does not fully update its UI.
    • Cannot read property 'firstSlot' of undefined thrown when remote resources with grouping and autoBind: false are used.
    • Scheduler events width not properly calculated in RTL scenarios when a scrollbar is displayed.
    • JavaScript error thrown on saving Scheduler event with invalid date format entered in Start/End inputs.
    • Select method throws error in monthview.
    • Scheduler is scrolled into view, when a time slot/event is focused.
  • ScrollView
    • Initializing ScrollView with one item and disabled paging shows the Next arrow.
  • Spreadsheet
    • Spreadsheet throws a js exception on exporting to Excel.
    • Spreadsheet bad performance on setting font size to multiple cells.
    • Pasting data from Excel file to Spreadsheet results in an image instead of data values.
    • Decimal values are not displayed when negative percentage value is filled in a cell.
    • Spreadsheet custom editor button is not visible in frozen columns scenario.
    • Spreadsheet opens only 200 rows from previously exported document.
    • Unable to reach last column custom editor button.
    • Negative floating point numbers are represented without the zero.
    • Spreadsheet widget cannot be scrolled under Android.
  • Tooltip
    • Tooltip disappears when the page is scrolled and the container has overflow: auto.
  • TreeList
    • TreeList resizes incorrect column.
    • TreeList pager doesn't change its UI correctly upon refresh button click.
    • TreeList "Status" element breaks widget layout upon resize method call.
    • TreeList "No records to display" is displayed below pager.
    • TreeList MVVM bindings stop working if a column template contains a table.
    • Reordering duplicate columns/template columns does not reorder properly columns in the column menu.
    • Kendo Treelist removing wrong col element when hidin column.
  • TreeView
    • NumericTextBox losing focus inside TreeView template in Chrome.

Telerik UI for UWP R2 2019 SP1

$
0
0
Telerik UI for UWP

Adds toolbox support for Microsoft Visual Studio 2019.

Features

  • AutoCompleteBox
    • Added SelectAllOnKeyboardFocus property that prevents the selection of the whole text when there is a keyboard focus.
  • Common
    • Added toolbox support for Microsoft Visual Studio 2019.

Fixes

  • NumericBox
    • The number six could not be entered using an AZERTY keyboard in tablet mode.

Telerik UI for Xamarin R2 2019 SP1

$
0
0
Telerik UI for Xamarin

Adds ability to enable hardware acceleration in PDF Viewer, plus new Completed event in AutoCompleteView.

Features

  • AutoCompleteView
    • Added Completed event.
  • PDF Viewer
    • Enable hardware acceleration.

Fixes

  • Calendar
    • [Android] All-day area is not visible when navigating through the week-view navigation.
    • [Android] DisplayDate is not updated when MultiDayView is used.
    • [iOS] Cannot swipe to go to next month when in range selection.
  • Chat
    • [iOS] A NullReferenceException is thrown when navigating back from a page that contains a RadChat with Xamarin.Forms 4.0.
  • CheckBox
    • IsCheckedChanged event is raised before the IsChecked value is actually updated.
  • Common
    • StocksView item template throws null ref exception.
  • DataGrid
    • Automatic LoadOnDemand is called when there are no more items for loading.
  • ListView
    • [Android] [UWP] Canceling item swipe from the ItemSwipeStarting event not working.
    • [UWP] Canceling ItemSwipeStarting causes the swiped item to disappear
    • [Android] SwipeOffset property is not respected.
    • [Android] Exception is thrown inside ScrollView and loading items on demand.
    • [iOS] ArgumentNullException is thrown when item is selected and the groups are expanded/collapsed.
  • PDF Viewer
    • Improved scrolling performance.
  • SideDrawer
    • Exception when switching to Tab that contains the control.
  • TreeView
    • [UWP] The control is not properly rendered with large amount of items when placed inside StackLayout.
    • Changed - [iOS] Items can be dynamically resized.
  • Xamarin for Android
    • Calendar: Exception is thrown when inline appointments are shown on Api 28.

Telerik Report Server R2 2019 SP1

$
0
0
Telerik Report Server

Improves SQL Query Designer support for MS Access.

Features

  • Improved SQL Query Designer support for MS Access.

Fixes

  • Server
    • Telerik.ReportServer.ServiceAgent is not running in 64-bit mode
  • Server Manager
    • The error "Throwing promises chain stop error." occurs when scheduling a report with parameters and missing data connection
  • Engine Common
    • TocText, DocumentMap and AccessibleDescription properties are not localizable
  • Designer
    • Incorrect behavior of the Conditional Formatting Rule editor when invoked on multiple items from the PropertyGrid window
    • NavigateToReport interactivity action with relative UrlReportSource is not resolved correctly in Graph item
    • The Property Grid values are unreadable when localized
  • Object Data Source
    • The wizard crashes when invoked for a project (shared) data source component
  • Processing
    • URLs containing '%2F' are not correctly resolved
  • PDF Rendering
    • Text rendered with font ligatures cannot be copied correctly
    • The configuration file setting for EnableAccessibility parameter is not respected
  • Excel Rendering
    • The unsupported Excel 97 rendering format is visible in .NET Core projects
  • PowerPoint Rendering
    • An error occurs when exporting specific Table item setup to PowerPoint
  • CSV Rendering
    • An error occurs when a data item is bound to data source returning no rows
  • REST WebAPI
    • Error slipps unhandled when cache I/O error occurs on finishing of the report rendering
  • Preview
    • Kendo subset is not loaded when displaying Report Server reports
    • Report pages are not loaded when zooming out

Telerik UI for Blazor v1.2.0

$
0
0
Telerik UI for Blazor

Adds compatibility with .NET Core 3 Preview 6.

Features

  • Common
    • Compatibility with .NET Core 3 Preview 6.
  • DateInput
    • Binding DateInput and DatePicker to nullable value.
    • Nullable DateTime can be used in a grid, date input and date picker.
  • DatePicker
    • Binding DateInput and DatePicker to nullable value.
    • Nullable DateTime can be used in a grid, date input and date picker.
  • Grid
    • Use EditorTemplate in popup editing.
    • Nullable DateTime can be used in a grid, date input and date picker.

Telerik DevCraft UI R2 2019 SP1

$
0
0
Telerik DevCraft UI

Adds compatibility with .NET Core 3 Preview 6, plus performance improvements for WPF, Xamarin & more.

Features

Telerik DevCraft UI R2 2019 SP1 release includes the following updates:

Telerik DevCraft Complete R2 2019 SP1

$
0
0
Telerik DevCraft Complete

Adds compatibility with .NET Core 3 Preview 6, plus performance improvements for WPF, Xamarin & more.

Features

Telerik DevCraft Complete R2 2019 SP1 release includes the following updates:

Telerik DevCraft Ultimate R2 2019 SP1

$
0
0
Telerik DevCraft Ultimate

Adds support for .NET Core 3 Preview 6, Visual Studio 2019, plus improvements for WPF, Xamarin & more.

Features

Telerik DevCraft Ultimate R2 2019 SP1 release includes the following updates:

ZingGrid released

$
0
0
ZingGrid

Build responsive, interactive JavaScript (Angular, JQuery, React, Vue.js) data grids and tables with minimal set-up.

Features

Manipulate and format your grid's data

  • Aggregation
  • Built-In CRUD Functionality
  • Currency Types
  • Easy Integration
  • Performance
  • Remote & Inline Data
  • Rich API
  • Server Features
  • Server-Side Rendering
  • Static & Dynamic Data

Make your data come alive with interactivity

  • Context Menu
  • Dialog Modal
  • Dragging
  • Drilldown
  • Editing
  • Expandable Content
  • Exporting Data
  • Filtering
  • Paging
  • Search
  • Selection
  • Sorting
  • Status
  • Virtual Scrolling

Customize the look & feel of your grids & tables

  • Buttons
  • Captioning
  • Column Headers
  • Column Types
  • Conditional Formatting
  • Custom Columns
  • Gridlines
  • Layouts
  • Loading Screen
  • Media Types
  • Mobile
  • Nested Content
  • Source
  • Viewports
  • Zebra Striping

Supported Dev Technologies

  • JavaScript
  • React
  • Vue
  • Angular
  • Polymer
  • JQuery

Supported Data Sources

  • REST APIs
  • Firebase
  • MySQL
  • MongoDB

SysInfo DLL SDK v2.1

$
0
0
SysInfo DLL SDK

Major rewrite of graphics card detection, plus increases max number of CPU groups supported from 4 to 12.

Features

  • Major rewrite of graphics card detection, will now prioritise information from Nvidia/AMD APIs when available.
  • Changed the maximum number of CPU groups supported from 4 to 12.
  • Made some changes to skip MSR queries on AMD systems when running Windows 10 Enterprise and Device Guard might be enabled (as the MSR's are not implemented in the Microsoft VM environment that Device Gaurd enables).
  • Made some changes when reading 0xBE SMART attribute for Intel drives, now treated as normal temperature (not 100-value) when an Intel drive is detected.
  • Added interface type to hard drive report details.
  • Added all AWS instances (as of 2018/08/03) listed on https://aws.amazon.com/ec2/instance-types/ to VM check.
  • Added linux VM quemu to check for linux VM's.
  • Partition Info, added support for APFS.
  • SPD, added support for Intel Cannon Lake PCH SMBus, unknown Intel SMBuses.
  • SPD, updated JEDEC ID list.
  • Updated temperature offsets for AMD Ryzen CPU models.
  • Updated CPU specifications for Ryzen 12nm chips (like 2990WX).
  • Added support for Hygon Dhyana chipset which is based on AMD EPYC chipset.
  • SMBIOS, added new memory device fields for SMBIOS v3.2.
  • CPU, added support for retrieving CPU info for Intel Goldmont and Goldmont Plus.
  • Removed G-Sync setting from being set, reading the nvidia settings is unreliable and will return G-Sync as on a system where it is not available.

Fixes

  • SMBIOS, fixed corrupted strings for memory device.
  • Fixed an issue with some transcend SSD models where the byte order was being reversed unnecessarily.
  • SMART, fixed an error when sending NVMe command "Get log page".

Aspose.Cells for .NET V19.6

$
0
0
Aspose.Cells for .NET

Adds OpenDocument Flat XML Spreadsheet (.fods) file format support.

Features

  • Added support for comments when exporting XLS/XLSX to HTML files.
  • Added OpenDocument Flat XML Spreadsheet (.fods) file format support.
  • Added StarOffice Calc Spreadsheet (.sxc) file format support.
  • Embeded OOXML files as a package for XLSX.

Stimulsoft Dashboards.WIN 2019.3.2

$
0
0
Stimulsoft Dashboards.WIN

Improves drawing indicators in Table element.

Features

  • Expressions are now used in gauge ranges in Gauge element.
  • Improvements to drawing indicators in Table element.
  • Dashboards WPF viewer - cache clearing before loading a new report.
  • Optimizations of view data form.
  • Code editor improved for better working with dashboards.

Stimulsoft Reports.JS 2019.3.2

$
0
0
Stimulsoft Reports.JS

Optimizes speed when using a large number of Total functions.

Features

  • Optimized speed when using a large number of Total functions.

Stimulsoft Reports.Net 2019.3.2

$
0
0
Stimulsoft Reports.Net

Improves WinForms Designer and CustomTextFormat.

Features

  • Added new option: StiOptions.Engine.DisableAntialiasingInPainters.
  • CustomTextFormat now understands "(###)###-####" FormatStrings for string data types.
  • Designer WinForms - Drag and drop of all types of resource files to a closed designer.
  • HTML tags - 'p', 'ol', 'ul' now recognize style attributes.
  • Optimized view data form.
  • Optimized speed when using a large number of Total functions.

Stimulsoft Reports.Web 2019.3.2

$
0
0
Stimulsoft Reports.Web

Improves CustomTextFormat and HTML tag support.

Features

  • CustomTextFormat now understands "(###)###-####" FormatStrings for string data types.
  • HTML tags - 'p', 'ol', 'ul' now recognize style attributes.

Stimulsoft Reports.Wpf 2019.3.2

$
0
0
Stimulsoft Reports.Wpf

Improves CustomTextFormat and HTML tag support.

Features

  • CustomTextFormat now understands "(###)###-####" FormatStrings for string data types.
  • HTML tags - 'p', 'ol', 'ul' now recognize style attributes.
Viewing all 12445 articles
Browse latest View live


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