[]
        
(Showing Draft Content)

2020 v3

All

Enhancement

  • Added .NET 5 Support for all the MVC controls.

Bug Fix

  • Fixed the issue where warning sign is displayed in 'C1.DataEngine' dll in project on creating the project by checking Web Api DataEngine Library.

ProjectTemplates

Enhancement

  • Like TransposedGrid, provided support for TransposedMultiRow in all templates (Both core and non-core).

Bug Fixes

  • Fixed the issue where incorrect DE build version is displayed and project restore is failed in certain scenarios by using C1MVC non core templates.
  • Fixed the issue where in Non-core templates, selecting the 'Include TransposedMultiRow Library' check box in 'C1 ASp.NET MVC (4,5) Web Application' adds invalid references in References.
  • Fixed the issue where C1 MVC dlls of 'C1 Asp.Net MVC(3,4) Web Application (C#, VB)' can't restore automatically on building the project.
  • Fixed the issue where Packages Installation Error is observed when creating MVC or Api NonCore project with NetFramework 4.5.1 or lower version.

ItemTemplate

Bug Fixes

  • Fixed the issue where column names still appear in 'Column' dropdown after deleting all sheets in SpreadSheet template.
  • Fixed the issue where the grid fires the rowEditEnded event twice on using InputDate as an editor.

Barcode

Enhancements

  • Added BarcodeBase for Mvc.
  • Added Codabar control.
  • Added Code39 control.
  • Added Code128 control.
  • Added Ean8 control.
  • Added Gs1_128 control.
  • Added Ean13 control.
  • Added QrCode control.
  • Added UpcA control.
  • Added UpcE0 control.
  • Added UpcE1 control.
  • Added Code49 control.
  • Added Code93 control.
  • Added DataMatrixEcc200 control.
  • Added DataMatrixEcc000 control.
  • Added Interleaved2of5 control.
  • Added Itf14 control.
  • Added JapanesePostal control.
  • Added Gs1DataBarExpanded control.
  • Added Gs1DataBarExpandedStacked control.
  • Added Gs1DataBarLimited control.
  • Added Gs1DataBarOmnidirectional control.
  • Added Gs1DataBarStacked control.
  • Added Gs1DataBarStackedOmnidirectional control.
  • Added Gs1DataBarTruncated control.
  • Added Pdf417 control.
  • Added MicroPdf417 control.

Calendar

Bug Fix

  • Fixed the issue where Calendar control can't be displayed properly when direction is set into control if control is created with TagHelper.

Collection

Bug Fix

  • Fixed the issue where Unable to update DB with DeepBinding with AllowAddNew to true and with Empty data.

DashboardLayout

Bug Fixes

  • Fixed the issue where the input value doesn't show correctly when you enable AutoCompete for FlexGrid in C1DashBoard.
  • Fixed the issue where Vertical/Horizontal scroll bars of layout are not displayed and Tiles are overlapped when 'MaxRowsOrColumns' property is set with high value.
  • Fixed the issue where drag drop process cannot work properly when RTL direction is set in split layout using certain scenario.
  • Fixed the issue where maximize and more icons can't be displayed properly if 'HeaderText' is set with null value.


FileManager

Enhancement

  • Added support for resizing column in FileManager in Detail View.
  • Added tooltip support for Folder/File in simple list, detail view like thumbnail view, view icons and support shortcut key to change view.
  • Added support for 'Enter' key to open the folders.
  • Remove dependency of the control to bootstrap.

Bug Fixes

  • Fixed the issue where files/folders are not shown in Right Panel on clicking on Folder of Left Panel for all services.
  • Fixed the issue where folders/files and Columns can not sort properly in FileManager.
  • Fixed the issue where some consistent behaviours are observed in Upload Dialog of FileManager.
  • Fixed the issue where left panel does not get updated after add NewFolder, Delete Folder and Upload File.
  • Fixed the issue where folder opens on clicking Refresh button from Context menu in FileManager.
  • Fixed the issue where icons of Folders are expanded on clicking on Refresh button.
  • Fixed the issue of incorrect C1WebAPI call for CloudType LocalStorage.
  • Fixed the issue where space is displayed between Column Header of DetailView and Middle Line bar.
  • Fixed the issue where distance between folders/files can't be displayed properly when large thumbnail view is changed if it has long file/folder name.
  • Fixed the issue where displayed files go back to parent folder when double click open the second child folder if first and second child folder have the same name.
  • Fixed the issue where error occurs on deleting parent or child folder when name of parent and child folders are same.
  • Fixed the issue where some inconsistent behavior is observed when click on large Thumbnail view.
  • Fixed the issue where Name is wrapped and displayed in next line when add the long named file and go to 'Details' view.
  • Fixed the issue where incorrect C1WebAPI call for CloudType LocalStorage.
  • Fixed the issue where contents are overlapped and displayed outside of Tile in Split Layout.
  • Fixed the issue where some inconsistent behavior is observed when screen size is not enough to displayed the control.


FlexChart

Enhancements

  • Added new module wijmo.chart.webgl to MVC for WebGL rendering.
  • Added new enum property RenderEngine of FlexChart for using WebGLRenderEngine in the new module wijmo.chart.webgl.

FlexGid

Enhancements

  • Added new CaseSensitiveSearch property for FlexGrid.
  • Added sample for the new CaseSensitiveSearch property of FlexGrid.
  • Added new ExpandSelectionOnCopyPaste property for FlexGrid.
  • Added sample for the new ExpandSelectionOnCopyPaste property of FlexGrid.
  • Added new column.editor property for FlexGrid which allow using any Input controls as cell editors.

Bug Fixes

  • Fixed the issue where focus is out of control after doing tab action when 'KeyActionTab' is set as 'CycleOut' in TransposedMultiRow.
  • Fixed the issue where the data in the frozen rows disappear after scrolling the FlexGrid with "FrozenRows(1)" and "DisableServerRead" set to "False".
  • Fixed the issue where Tab key does not focus to next element (WjControl).
  • Fixed the issue where filtered value are not checked in Filter Dialog on filtering DataType Integer Column.
  • Fixed the issue where error occurs when filter dialog is opened if there is no item source in control.
  • Fixed the issue where setting the IsEditable property of the DataMap does not have any affect.
  • Fixed the issue where only filtered value is not involved when 'ExclusiveValueSearch' is set as true in Filter.
  • Fixed the issue where flickering is observed on opening Filter dialog of FlexGrid in Filtering page.
  • Fixed the issue where 'The package signature file entry is invalid.' warning message is displayed in certain scenarios.
  • Fixed the issue where entering negative number is disabled when Unobtrusive validation is enabled and ImeEnabled is set to true.

FlexGridSearch

Bug Fixes

  • Fixed the issue where highlight of match result do not clear although search keyword is deleted in FlexGrid search control if Flexgrid is bind with OData.
  • Fixed the issue where the search control does not clear search in FlexGrid when the Input text is empty.

FlexViewer

Enhancement

  • Added new event ZoomModeChanged for ReportViewer/PdfViewer.

Gauge

Bug Fixes

  • Fixed the issue where 'HasShadow' property does not work properly in LinearGauge,RadialGauge & BulletGraph.

Input

Enhancements

  • Added new CaseSensitiveSearch property for ListBox and ComboBox, also apply it for AutoComplete and MultiSelect.
  • Added new PopupPosition property for Popup.
  • Added new events Dragging, Dragged, PositionChanging, PositionChanged, Resizing, Resized, SizeChanging, SizeChanged for Popup.
  • Added new Popup.dialogResultSubmit property.
  • Added new InvalidInput event for InputNumber, InputDate, InputTime, InputDateTime, InputColor, and InputMask.

MultiRow

Enhancement

  • Added new IsRowHeader property for column groups of MultiRow.

Bug Fixes

  • Fixed the issue where Edit Cell template does not work with HeaderLayoutDefinition.
  • Fixed the issue where Editor does not get fit within the cell if the colspan value is greater than 1.

MultiSelect

Bug Fix

  • Fixed the issue where dropdown of MultiSelect control is closed automatically when search the items using filter box and searched results are many in 'MvcExplorer(Non Core)' sample.

PDF

Enhancement

  • Added new module wijmo.pdf.security to MVC for supporting PDF security using javascript.

PivotGrid

Bug Fix

  • Fixed the issue where '1' value of 'AlternatingRowStep' property doesn't affect properly as expected at Olap\PivotGrid control.

ToolTip

Enhancement

  • Added new PopupPosition property for Tooltip.

Touch

Enhancement

  • Added new support of drag-drop on touch Devices using new module wijmo.touch.

VirtualScrolling

Bug Fix

  • Fixed the issue where errors display and can't display data in 'ODataVirtualCollectionView' grid in 'OData Service Bind' sample page of 'FlexGrid' control using Core30 and Net50 solutions.

Scaffolder

Bug Fix

  • Fixed the issue where 'License Information missing' alert box is displayed when controls is added/inserted from scaffold into core project.