DevExpress DXperienceComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
Infragistics ProfessionalImproves the ASP.NET Web Forms, JavaScript, Windows Forms and WPF controls.
Fixes
Infragistics has released new builds of the following products:
↧
↧
January 15, 2019, 3:07 am
MindFusion.WinForms PackImproves Diagramming, Virtual Keyboard and Spreadsheet controls.
Features
MindFusion.Diagramming for WinForms
- Visio2013Exporter improvements
- The Visio2013Exporter now fully renders tables, containers and composite nodes.
- The Visio2013Exporter now renders custom nodes that draw themselves through the IGraphics interface.
- Coordinates of exported link end points are now assigned Visio formulas and follow the borders of resized nodes.
- LayeredLayout improvements
- The KeepLinkShapes property lets you preserve the initial Shape value of links when LinkType is set to Cascading. The orthogonal path applied by a latter property is approximated using the respective link shape.
- PathFinder improvements
- Improved speed of FindAllCycles and EnumAllCycles methods.
- FindAllCycles and EnumAllCycles no longer report mirrored versions of cycles in undirected mode.
- Miscellaneous
- Improved precision when hit testing adjustment handles from touch events.
- The Caption property of container and table nodes now only wraps the base Text property. Map and Visio nodes now render Text too.
MindFusion Virtual Keyboard for WinForms
- Key improvements
- The UnicodeKey class can send any Unicode symbol as input to target text controls.
- RegularKey Content property values can now be sent to external processes.
- Keyboard improvements
- A new Windows10 color scheme added to Theme enumeration.
- SetKeyLabels method lets you override the labels of keys for a given language.
- Active window tracking
- The control updates its layout immediately when a window with a different current language activates.
- Pressing a key no longer activates last target window, which was necessary when keyboard was used as a popup inside application, but led to activation flickering. Set the new PreventActivation property instead to disable the keyboard's popup window from activating altogether.
MindFusion.Spreadsheet for WinForms
- The AllowResizeCells property specifies whether users can resize rows and columns by dragging cell borders.
- Enable AutoFillCopyOnly to make the auto-fill tool only copy values instead of extrapolating new values from a selection.
- ReadConditionalFormats property of ExcelImporter lets you disable import of conditional formats.
MindFusion.UI for WinForms
- Custom dock buttons - New DockControl API allows you to add custom buttons to the title-bar of dock items. Buttons are represented as instances of the TitleBarButton class, and can be added to the following collections of DockControl: DockedTitleBarButtons, UndockedTitleBarButtons, TabbedTitleBarButtons. They can be drawn by callback method bound to a Draw event or by directly seting the ButtonImage property. There are default title bar buttons available like close, auto hide and a button that shows the context menu. They are exposed as static properties of the TitleBarButtons class.
↧
January 17, 2019, 11:10 pm
↧
January 17, 2019, 11:10 pm
↧
↧
January 17, 2019, 11:10 pm
↧
January 17, 2019, 11:10 pm
↧
January 17, 2019, 11:10 pm
↧
January 17, 2019, 11:11 pm
New native React controls.Includes new Splitter, TreeView and DropDownButton components, plus Grid improvements.
Features
- New Components
- Splitter
- MaskedTextBox
- Window
- Toolbar
- DropDownButton and SplitButton
- TreeView
- Upload
- Grid Improvements
- Introduces the filter and column menu
- Introduces frozen columns (alternatively called locked columns)
- UMD Module
- Implemented a UMD Module of KendoReact that contains everything available within KendoReact in a single JavaScript file.
- Provides you with another way to work with KendoReact, and has been a very popular request from existing customers.
↧
↧
January 20, 2019, 11:14 pm
New Hamburger Menu for WPF.New NavigationView control (Hamburger menu), chart support for Spreadsheet, plus support for .NET Core 3.0.
Features
- What's New
- Spreadsheet, SpreadProcessing - Introduced support for charts letting you add, remove and manipulate chart objects in your spreadsheet documents.
- Introduced a new HyperlinkButton control.
- NavigationView (HamburgerMenu) - Enhance your application with the popular and modern hamburger menu navigation for a convenient and intuitive user experience.
- DiagramRibbon - implemented predefined Ribbon UI wired to the RadDiagram public commands.
- MultiColumnComboBox is now official and includes features like SelectionBoxesVisibility, customizable templates and easy integration with RadGridView.
- Introduced a new built-in GridView column type that incorporates RadMultiColumnComboBox for an editor.
- Introduced assemblies and NuGet packages for .NET Core 3.0.
- Introduced Coded UI automation support for Microsoft Visual Studio 2019.
- All Controls
- Implemented StringToGlyphConverter.
- AutoCompleteBox
- Expose a DropDownItemTemplateSelector property for the items inside the drop-down part of the RadAutoCompleteBox control.
- Buttons
- Introduced DropDownMinWidth and DropDownMinHeight properties for DropDownButton.
- ChartView
- Implemented support to display information for all data points per series in the trackball by setting the SnapSinglePointPerSeries property to false.
- Diagrams
- Enhanced AStarRouter with ability to avoid connection overlaps. Set AvoidConnectionOverlap to True and prepare enough custom connectors if many connections are attached to a single shape for optimal results.
- DragDrop Manager
- Added option to display the DragVisual in the DragSource's AdornerLayer, instead of creating a new window.
- Expander
- Added support for HeaderStringFormat property in RadExpander.
- ExpressionEditor
- Users are now allowed to enter decimal numbers without the leading zero, starting directly with the decimal separator.
- The values returned by an IF statement now can be of different numeric types and the parser will convert them to the most appropriate one.
- Developers can add custom categories and/or functions to the control and expression parser.
- End users can now drill down into fields of complex objects by setting the IsFieldsDrillDownEnabled property to true.
- The most popular text operations are now available as built-in functions.
- FileDialogs
- Implemented support for entering environment variables like %windir%, %temp% in Breadcrumb and AutoComplete.
- GridView
- Introduced ShowScrollPositionIndicator property which indicates whether the ScrollPositionIndicator will be shown while deferred scrolling.
- Implemented SearchPanelCloseButtonVisibility property which controls whether the close button is Visible, Hidden or Collapsed in RadGridView`s search panel.
- GridView: Added support for asynchronous exporting with RadSpreadStreamProcessing.
- Exposed the BusyIndicatorContent and BusyIndicatorContentTemplate properties in order to customize what is shown in GridViewLoadingIndicator's content.
- Exposed the BusyIndicatorProgressValue property in order to report any shifts in the GridViewLoadingIndicator's progress value. Exposed the BusyIndicatorIsIndeterminate property to control the modes of execution of GridViewLoadingIndicator.
- Image Editor
- Introduced Bold, Italic, Underline and FontFamily settings in the DrawTextTool.
- Introduced a second color of the selection path so it can be visible when on dark areas.
- Map
- RadMap now displays a scaled image of the last available zoom level when no images for the current one are available.
- MS Controls
- Provided styling for Hyperlink control (WPF) as well as for HyperlinkButton (Silverlight).
- MultiColumnComboBox
- Added CloseDropDownAfterSelectionInput property. The dropdown will be closed only with SelectionMode Single.
- Added SelectionBoxTemplate, SelectionBoxStyle, SelectionBoxTemplateSelection and SelectionBoxStyleSelector properties.
- Add IsReadonly property that indicates whether text input is allowed.
- Added SelectionBoxesVisibility property to toggle between SelectionBoxes and text-based selection interface.
- FooterTemplate, FooterContent and FooterVisibility properites are added, so that a custom footer content beneath the drop down control can be added.
- Introduced GridViewItemsSourceProvider.RowIndicatorVisibility property in order to hide the RowIndicator of RadGridView.
- PDF Viewer
- Add support for CropBox element in PDF page.
- PdfProcessing
- Implemented ImageSource.GetBitmapSource method to work with all color spaces and filters to enable you to obtain the source of images which use different color definitions.
- Implemented GetColor() method for the following color spaces: CalRgb, CalGray, Separation, DeviceN, Lab, DeviceCmyk, Pattern, IccBased, Indexed to allow you to import a wider set of color definitions.
- Implemented SCN, scn, K and k operators for setting color in CMYK colorspace.
- Added support for CropBox element in PDF page.
- Implemented support for import of images compressed with CCITTFaxDecode filter.
- PivotGrid
- Implemented support for resizing columns at run time.
- SpreadProcessing
- Introduced support for charts letting you add, remove and manipulate chart objects in your spreadsheet documents.
- Spreadsheet
- Introduced support for charts letting you add, remove and manipulate chart objects in your spreadsheet documents.
- SpreadStreamProcessing
- The stream containing the data is now flushed when closing it when exporting to CSV.
- WatermarkTextBox
- Implemented ReadOnlyBackground and DisabledBackground properties.
Fixes
- All Controls
- Missing resources in Docking and DataVisualization resource dictionaries for the Crystal theme.
- BusyIndicator
- The foreground of the ContentControl was not templated bound and theme-aware.
- Buttons
- When buttons are focused, they could not display a ToolTip properly in Office/Black/Blue/Silver, Summer, Vista, Transparent, Windows7, VisualStudio2013 themes.
- The foreground is not updated correctly when hovering and pressing buttons with custom content in Office2016 and Office2016Touch themes.
- ChartView
- CartesianGridLineAnnotation or CartesianPlotBandAnnotation`s LabelDefinition is not applied when set in style.
- The CartesianGridLineAnnotation's label is not displayed when the annotation is out of the plot area initially.
- ChartView3D
- Null values on the Z axis are wrongly rendered in some cases when using SurfaceSeries3D.
- Chat
- An InvalidOperationException is raised when calling the AddRange of a RadObservableCollection source.
- Setting a new instance for the DataSource does not clear the previous messages.
- Coded UI Test Builder does not display custom properties.
- ComboBox
- The BorderBrush property is not respected when IsEditable and IsReadOnly are set to True for ComboBox in Fluent theme.
- Docking
- Fixed missing MouseOver state for close button in RadDocking's DocumentHost for Office2013 theme.
- Expander
- Cannot extract a Template via VisualStudio designer.
- ExpressionEditor
- Highlighting logic is not executed as expected, resulting in an unreadable text in the dark themes.
- The logic that handles expressions in parentheses is incorrect.
- Expressions with a formula accessing an index of a collection are not calculated.
- Changed - PathGeometries used in RadExpressionEditor`s buttons are not consistent in themes Expression_Dark, Office2013DarkGray, Office2013LightGray, Office2013White, Office_Black, Office_Blue, Office_Silver, Transparent and Vista.
- Gauges
- An IOException is thrown when using a numeric indicator with HexagonalNumberPosition or SevenSegsNumberPosition with no-xaml binaries.
- GridView
- GridViewCell in edit mode had larger font size in Office2013 theme.
- FilteringControl was not correctly resized when FontSize was changed in Office_Black and Expression_Dark themes.
- A NullReferenceException could be thrown in UpdateNonFrozenNonVirtualizedCells method.
- ArgumentException could be thrown when columns display indexes are initialized.
- Cells with set background or in invalid state do not have a bottom border in Office2013 and Fluent themes.
- Adding invisible columns with initially assigned display index may leave gaps between columns on initial rendering.
- ColumnFilterDescriptors with FilterMemberPath get updated after setting ItemsSource to null, which causes an exception.
- External Row Details does not update when its visibility is changed.
- Setting the ShouldGenerateFieldFilterEditors property to true didn't allow one to change the default filter operator for boolean columns.
- Navigating with MoveRight while adding the first item in RadGridView's ItemsSource, commits edit operation
- RadGridViewCommands.MoveRight command always commits edit of a new row.
- There was 1px top Margin set on PART_MasterGridContainer which resulted in control being cut off.
- Slow performance with VQCV and GroupRenderMode.Flat.
- SortIndicator was not collapsed when CanUserSortColumns was set to false in VisualStudio2013 and Office2013 themes.
- StackOverflow exception is thrown when changing the ItemsSource of the control while sorting is applied and the item type implements ICustomTypeProvider in .NET 4.5.
- The cell is in EditMode when using Ctrl + F key combination and the CanUserSearch property is false.
- The SelectStyle method of a CellStyleSelector was called before the CreateCellElement method of the column.
- There was 1px border on top of the grid when ShowGroupPanel and ShowColumnHeaders are set to False in Windows8Touch theme.
- When UIAccess is set to true in the application manifest, the dragged HeaderCell is behind the Window containing the control.
- When ScrollMode is Deferred and the grid is bound to a VirtualQueryableCollectionView, items are loaded while scrolling. This could be stopped by setting RadGridView.ShowScrollPositionIndicator to False.
- Custom styling for HeaderRow and HeaderCell Background was not fully respected for all themes except Office2016, Fluent, Material and Crystal.
- There was a misplacement issue with the GridViewLoadingIndicator when there was a ColumnsSelectionButton.
- Total item count does not take into account expanded child items, which causes issues with cell selection.
- When ShowGroupPanel was set to False, 1px from the top of the grid was cut off.
- Clicking checkbox in a GridViewCell is not recognized as a valid action, because IsChecked property is not present.
- Setting DynamicHyperLinkColumn as current column and scrolling horizontally drastically degrades performance.
- CellTemplate and CellTemplateSelector are not respected in HyperlinkColumn and DynamicHyperlinkColumn.
- Changed - Moved PART_DistinctFilterControl to a separate column in GridViewHeaderCellTemplate to avoid overlapping with sorting indices in Office2013 theme.
- Changed - Data descriptors are now cleared when ItemsSource is changed with another collection of the same dynamic types, as dynamic types do not guarantee the same set of properties.
- Changed - The GridViewLoadingIndicator's template for Office and ExpressionDark themes was modified - now it contains a RadBusyIndicator.
- ListBox
- An ArgumentOutOfRangeException is thrown when calling the ScrollIntoView method with an invalid index and the control is grouped.
- MaskedInput
- Changed - There was extra space when the IsReadOnly property is True and the IsClearButtonVisible property is False in Green, Material and Office2016 theme.
- MultiColumnComboBox
FIXED
- NullReferenceException is thrown when the SelectedItem property is bound and set before the control is loaded.
- Setting one of the selection properties - SelectedItem, SelectedIndex, or SelectedValue before the ItemsSource is loaded, the other selection properties are not updated when it is loaded.
- DropDownMinWidth property is not respected until resize if DropDownWidth is not set.
- UI is inputable after item has been selected when SelectionMode="Single". SelectionBoxesVisibility property is introduced - when set to Hidden/Collapsed, SearchAutoCompleteBox contains the selected item as text only.
- Switching selection between items with the same SelecetedValue throws InvalidOperationException.
- The dropdown position doesn't update when the input field gets higher.
- MatchCase is not respected in Append mode.
- NumericUpDown
FIXED
- Editing the value now works as expected when using NumberNegativePattern different than the default one. When editing, the current value will be displayed with default NumberNegativePattern (-n).
- OutlookBar
FIXED
- Initially all items are rendered as minimized when IsContentPreserved is True and the total height of the items is more than the available height.
- Minimized DropDownMenuItems in OutlookBar could not be styled.
- Selected and MouseOver states of minimized items in the overflow popup are not applying when the Outlookbar is minimized in Windows8 theme.
- The Tooltip is not showing when hovering the vertical resizer in Crystal, Fluent, Material, Office2016, Office2016Touch themes.
- PasswordBox
- Changed - Set IsTabStop property to True by default for Crystal theme. Updated opacity of watermark for Material theme.
- PDF Viewer
FIXED
- Annotation appears turned upside down.
- COMException is thrown when copying content from the control and the application is hosted on a remote machine.
- Invalid page is displayed when destination defined with zero-based page index is activated.
- Rectangles with values that are indirect references are not imported correctly.
- PdfProcessing
FIXED
- Documents are exported with wrong creation and modification dates.
- Stencil color is not preserved when importing and exporting images.
- PivotGrid
FIXED
- Pivot displays wrong data if Olap Measure has null values for all records and is used as aggregate description.
- RibbonView
FIXED
- RibbonSplitToggleButton's Foreground was not readable when IsChecked=True and there was no proper indication that the button is toggled.
- The ribbonbackstage vertical scrollbar is clipped when using RibbonWindow in Office2013, VisualStudio2013, Office2016, Green, Fluent, Material, Crystal themes.
- Changed - Increased content height of RibbonView for the Windows8Touch theme and changed the SmallButtonsPerColumn property to 3 for the Fluent theme in a way to show 3 buttons in a single column.
- RichTextBox
- ArgumentException when document containing invalid XML characters is exported to XAML or DOCX.
- 'ToolTipStyle' resource missing exception is thrown in Office2016 theme (NoXaml).
- Empty headers or footers are not protected after applying protection to the document.
- Entering header and footer cannot be prevented using RadRichTextBox.CommandExecuting event when the document is protected.
- NullReferenceException is thrown when calling GetStatisticsInfo and the document is empty.
- Incorrect naming of definition for underline in HtmlFormatProvider.
- Memory leak when cloning document containing lists, including during mail merge operation (which internally clones the document).
- Non-breaking spaces are converted to plain spaces when importing documents from DOCX.
- NotSupportedException is thrown when trying to import an image with invalid data.
- Page field in header/footer of document created with mail merge always have value 1.
- PdfFormatProvider: Table borders are not positioned correctly when there is a continuous section break before the table.
- Quickly adding a tab stop and then removing it from document's ruler crashes the application.
- Improved layout performance. Most noticeable when there are many paragraphs in section or many spans in paragraph.
- Duplicated content when merging documents, pasting content, or inserting DocumentFragments.
- NullReferenceException is thrown when inserting line or page break.
- SpreadProcessing
- Documents with a global filter cannot be imported.
- ArgumentException is thrown when protecting a worksheet having missing algorithmName information.
- Filter command should be disabled when a single row or cell is selected.
- Shapes and charts appear invisible when created in a document generated by SpreadProcessing and WordsProcessing.
- Spreadsheet
- ArgumentException is thrown when protecting a worksheet having missing algorithmName information.
- Filter command should be disabled when a single row or cell is selected.
- SpreadsheetUI NuGet package is missing from the Telerik NuGet server.
- TabControl
- BorderThickness was visible even when it was set to 0 in all themes except Material, Fluent & Crystal.
- TileList
- ItemContainerStyle property does not apply.
- TreeList
- Bulk update of items' property, bound to IsExpandedBinding, makes items disappear.
- Dynamically inserting new items makes other items disappear when the items are initially expanded.
- VirtualGrid
- The GetItem() method of the RadVirtualGridAutomationPeer returns null.
- A NotImplementedException is thrown from GetSelection() method of the RadVirtualGridAutomationPeer.
- Window
- The host WPF Window of RadWindow creates AutomationPeer even AutomationManager.AutomationMode is Disabled.
- WordsProcessing
- Document variable fields are case-sensitive.
↧
January 20, 2019, 11:15 pm
MultiColumnComboBox and Chat controls.New MultiColumnComboBox control, plus new features for RadChat, Calendar, Charts and more.
Features
- Common
- MultiColumnComboBox control
- Security Improvements
- Backport jQuery XSS Vulnerability fix to the Telerik jQuery
- Device Detection Framework is updated with new data
- Calendar
- RadMonthYearPicker was added to the SkinManager's ControlTypeToApplyskin collection
- Chat
- ComboBox
- New get_textWithoutEmptyMessage method to return the text of the EmptyMessage
- Editor
- Improved stripping of DOM attributes when switching from HTML to Design mode in IE
- The StripDomEventAttributes filter captures more DOM attributes
- HtmlChart
- PlotBands can take DateTime objects for start and end
- Bar-type series can be overlapped by setting negative values to the Gap and Spacing properties
- PdfProcessing
- Add support for CropBox element in PDF page
- Port RadPdfProcessing to .NET Standard
- Implemented CCITTFaxDecode
- SpreadProcessing
- Introduced support for charts letting you add, remove and manipulate chart objects in your spreadsheet documents
- SpreadStreamProcessing
- The stream containing the data is now flushed when closing it when exporting to CSV
Fixes
- AsyncUpload
- AsyncUpload progress shows more than 100% when uploading a file
- Calendar
- DayCellToolTipFormat does not apply when the user changes the month
- Top and Bottom right corners of the clock icon are missing
- CloudUpload
- Unable to upload files whose name contains non-ASCII characters
- ComboBox
- Fix RadCombobox with EnableAriaSupport=true reading as readonly with JAWS
- RadComboBox dropdown stays open if you click on RadSearchBox
- Editor
- Paste with Ctrl-V into RadEditor pastes content twice in IE when EnableComments and EnableTrackChanges are enabled
- Error is thrown when deleting in an empty element/editor
- Ajax Spell Checker not focusing on misspelled word if it is positioned below the visible content area in Chrome, IE and Edge
- Clicking on an image map in RadEditor causes JS errors as of R2 2018
- Track Changes and Comments do not work when ToolProviderID is set
- Clear Class option in Image Properties dialog does not work
- The editor commands do not work when the editor is initially hidden in Firefox 62+
- Context menus mispositioned after page scroll when ContentAreaMode=Div in IE7-9
- FormDecorator
- Inability to delete content on IE11 if the mouse leaves textbox boundaries
- Gantt
- When OnTaskUpdate event is set, putting apostrophe in a task title causes an error
- Grid
- Grid RenderMode falls back to Classic when Grid's markup has a HeaderContextMenu tag and no explicitly set RenderMode
- Grid's Print functionality does not work in Chrome with Mobile render mode.
- ClientDeleteColumn throws JS error on Chrome and Edge.
- Error when filtering a Grid with CalculatedColumn is bound to EntityDataSource
- Hidden columns are shown on resize when the static headers and frozen column are used
- Batch editing not updating correctly from dropdown when items have trailing whitespace
- When exporting RadGrid with multi-column header to Excel binary formats and hide some column the header groups are not correct
- HeaderContext menu closes when you click outside the text or controls but in the boundary of the menu
- TextBox values are not cleared when NoFilter is applied in RadGrid Excel-Like filtering
- DatePicker and DateTimePicker values not cleared in RadGrid HeaderContextMenu when filter is cleared
- Values of DateTimeColumn are persisted on all columns of the same type for the Excel-Like Filtering
- HtmlChart
- Chart with Layout=Stock and shared tooltip template throws Cannot read property 'touch' of undefined error when hovering columns
- ImageEditor
- JS error is thrown when ShowAjaxLoadingPanel=true in Lightweight RenderMode
- ImageGallery
- SlideshowSlideDuration property ignored when set to 7000
- Input
- The SelectAllText property of Input controls does not work on focus in FireFox and Edge
- Map
- Marker tooltips throw an error when they have to flip next to the edge of the map viewport
- Menu
- Vertical menu throws 'Telerik is undefined' when LoadScriptsBeforeUI=false on the script manager
- Wrong placement (position) after horizontal scrolling in Edge
- PivotGrid
- Тhe pivot grid is not recognizing that there are 21 items and is only showing 20
- PdfProcessing
- Documents are exported with wrong creation and modification dates
- Stencil color is not preserved when importing and exporting images
- ProgressBar
- Duplicate component registration after AJAX request with asp:ScriptManager
- Scheduler
- Incorrect parse of Recurrence rule when INTERVAL property is missing
- Misalignment of hours and content columns when RowHeaderWidth property is set
- Misalignment between Content and Hours
- SpreadProcessing
- Documents with a global filter cannot be imported
- ArgumentException is thrown when protecting a worksheet having missing algorithmName information
- Filter command should be disabled when a single row or cell is selected
- SpreadStreamProcessing
- SpreadStreamProcessing: ArgumentException is thrown when exporting characters not supported in XML
- TreeList
- First header cell of TreeList has wrong left padding
- After dragging the popup edit form under a zoomed IE, the following exception is thrown: The numeric part ('nnn.nn') of 'nnn.nnpx' cannot be parsed as a numeric part of a Pixel unit
- TreeView
- The NodeClick event is triggered when scrolling the Treeview in Android
- WordsProcessing
- Document variable fields are case-sensitive
↧
January 20, 2019, 11:16 pm
Telerik DevCraft UIAdds new components, 300+ improvements, plus support for Visual Studio 2019 preview and .NET Core 3.0.
Features
Telerik DevCraft UI R1 2019 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R1 2019 - Includes new scaffold templates plus support for Razor Pages in ASP.NET Core.
- KendoReact R1 2019 - Includes new Splitter, TreeView and DropDownButton components, plus Grid improvements.
- Telerik UI for ASP.NET AJAX R1 2019 - New MultiColumnComboBox control, plus new features for RadChat, Calendar, Charts and more.
- Telerik UI for Silverlight R1 2019 - Adds smart routing to the Diagram control, plus custom categories and functions to the Expression Editor.
- Telerik UI for UWP R1 2019 - Adds built-in NavigateBack command to Radial Menu, plus reordering of grouped items in ListView.
- Telerik UI for WinForms R1 2019 - New Tabbed Form and TimeSpanPicker controls, plus support for .NET Core 3.0 and Visual Studio 2019.
- Telerik UI for WPF R1 2019 - New NavigationView control (Hamburger menu), chart support for Spreadsheet, plus support for .NET Core 3.0.
- Telerik UI for Xamarin R1 2019 - Updates Calendar with recurring appointments, new PDFViewer and Popup controls, plus support for VS 2019.
↧
January 20, 2019, 11:17 pm
Telerik DevCraft CompleteAdds new components, 300+ improvements, plus support for Visual Studio 2019 preview and .NET Core 3.0.
Features
Telerik DevCraft Complete R1 2019 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R1 2019 - Includes new scaffold templates plus support for Razor Pages in ASP.NET Core.
- KendoReact R1 2019 - Includes new Splitter, TreeView and DropDownButton components, plus Grid improvements.
- Telerik JustMock 2019 R1 - Implements support for .NET Core 2.0, plus new command line tool and support for Visual Studio 2019.
- Telerik Reporting R1 2019 - Adds support for .NET Core 2.0+, new localization support in Report Designer, plus improves Web Viewers.
- Telerik UI for ASP.NET AJAX R1 2019 - New MultiColumnComboBox control, plus new features for RadChat, Calendar, Charts and more.
- Telerik UI for Silverlight R1 2019 - Adds smart routing to the Diagram control, plus custom categories and functions to the Expression Editor.
- Telerik UI for UWP R1 2019 - Adds built-in NavigateBack command to Radial Menu, plus reordering of grouped items in ListView.
- Telerik UI for WinForms R1 2019 - New Tabbed Form and TimeSpanPicker controls, plus support for .NET Core 3.0 and Visual Studio 2019.
- Telerik UI for WPF R1 2019 - New NavigationView control (Hamburger menu), chart support for Spreadsheet, plus support for .NET Core 3.0.
- Telerik UI for Xamarin R1 2019 - Updated Calendar with recurring appointments, new PDFViewer and Popup controls, plus support for VS 2019.
↧
↧
January 20, 2019, 11:18 pm
Telerik DevCraft UltimateAdds new components, 300+ improvements, plus support for Visual Studio 2019 preview and .NET Core 3.0.
Features
Telerik DevCraft Ultimate R1 2019 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R1 2019 - ncludes new scaffold templates plus support for Razor Pages in ASP.NET Core.
- KendoReact R1 2019 - Includes new Splitter, TreeView and DropDownButton components, plus Grid improvements.
- Telerik JustMock 2019 R1 - Implements support for .NET Core 2.0, plus new command line tool and support for Visual Studio 2019.
- Telerik Report Server R1 2019 - Improves scalability of the Report Scheduling Service.
- Telerik Reporting R1 2019 - Adds support for .NET Core 2.0+, new localization support in Report Designer, plus improves Web Viewers.
- Telerik UI for ASP.NET AJAX R1 2019 - New MultiColumnComboBox control, plus new features for RadChat, Calendar, Charts and more.
- Telerik UI for Silverlight R1 2019 - Adds smart routing to the Diagram control, plus custom categories and functions to the Expression Editor.
- Telerik UI for UWP R1 2019 - Adds built-in NavigateBack command to Radial Menu, plus reordering of grouped items in ListView.
- Telerik UI for WinForms R1 2019 - New Tabbed Form and TimeSpanPicker controls, plus support for .NET Core 3.0 and Visual Studio 2019.
- Telerik UI for WPF R1 2019 - New NavigationView control (Hamburger menu), chart support for Spreadsheet, plus support for .NET Core 3.0.
- Telerik UI for Xamarin R1 2019 - Updated Calendar with recurring appointments, new PDFViewer and Popup controls, plus support for VS 2019.
↧
January 22, 2019, 1:44 am
Set Legends width by percentage.Allows setting legend.width as a percentage, plus restrain default width to 50% for legends at the side of charts.
Features
- Added feature to set legend.width as a percentage, and restrain the default width to 50% for legends at the sides of the chart.
↧
January 25, 2019, 2:10 am
↧
January 25, 2019, 2:25 am
DevExpress DXperienceComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
↧
January 25, 2019, 2:31 am
DevExpress UniversalComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
January 28, 2019, 4:00 am
MindFusion.Scheduling for JavaScriptImproves the Calendar and Schedule controls.
Features
Calendar
- startTime and endTime read-only properties return the time of the first and last visible calendar cells.
- itemsStartTime and itemsEndTime read-only properties return the time of the first and last calendar cells, that can contain items.
- getItemCells method returns the calendar view cells that hold the specified item's visual elements.
- getCellItems method returns the items, whose visual elements are contained in the specified calendar cell.
- getItemDom method returns the specified item's visual elements.
- itemsChanged and itemsChanging events are raised whenever the user has changed or tries to change the calendar's schedule collections of items and resources.
- All item interactions (drag, resize, in-place edit) now raise the itemModifying and itemModified events. The type of interaction is stored in the ItemModifiedEventArgs.action field.
Schedule
- getAllItems method retrieves all events, including recurrent item instances, scheduled to occur in the specified time interval.
- itemsChanging, itemsChanged events are raised when items are added and removed from the items collection.
BaseForm class
- Calendar and item read-only properties allow access to the underlying calendar and the modified item.
- Element, header, content properties return references to the corresponding DOM elements.
- Controls property returns a dictionary, containing references to all controls present in the form.
Miscellaneous
- Day headers in month and week views can now be set to fill the whole day cell via the expandDayHeaders property of the corresponding settings class.
- Localization json files.
- Updated themes.
↧
February 6, 2019, 3:55 am
Aspose.Tasks for .NETAdds support for Microsoft Project Online files.
Features
- Added support for Microsoft Project Online files.
- Added support for setting CSS prefix for HTML export.
- Added feature to set custom date format while exporting to PDF.
↧