PR 105416: Added XamTreeFlat component to improve performance ( 2024-01-09 )
Cherry pick from !105356
Added XamTreeFlat component to improve performance +semver:feature Unit tests added CITs added
Related work items: #712119, #713599
PR 103156: Updating to latest License report version to stabilize license task group ( 2023-08-18 )
Updating to latest License report version to stabilize license task group
Related work items: #706464
PR 101983: Improve Guid.toString performance ( 2023-06-30 )
Improve Guid.toString()
performance, by performing less string concatenations and less slice
operations.
Also remove a leaked interval on ProgressBar
component.
Related work items: #692873, #694493
PR 101572: Adjusting DST offset when deserializing date ( 2023-06-22 )
Adjusting DST offset when deserializing date
Related work items: #697293, #697294, #697301, #697302, #697304
PR 101713: Add E2E test for IsEnable in Button with CT ( 2023-06-21 )
Add an E2E test for IsEnable
property on a button with a control template.
Related work items: #698948
PR 101568: XamGrid Remove validation messages when grid is not visible ( 2023-06-15 )
Remove XamGrid
validation messages when grid is not visible.
Also improved imports from lodash
to import only what is being used.
Also fix some errors on XamGrid
unit tests which throw garbage on console.
Related work items: #691026
PR 101441: Change rxjs version to fix one issue while trying to package wm-netsupport wi... ( 2023-06-12 )
Change rxjs version to fix one issue while trying to package wm-netsupport with webpack
Related work items: #697573
PR 101360: Fix Cypress disconnecting from browser instance at the end of execution ( 2023-06-09 )
Fix Cypress disconnecting from browser instance at the end of execution
Related work items: #695439
PR 101199: Fix GridSplitter not releasing the mouse ( 2023-06-01 )
Fix GridSplitter
not releasing the mouse, by checking the primary button. When button is not pressed, be sure to stop moving the splitter.
Also fix splitter not moving when mouse is over an iframe
, by disabling mouse events on iframe
when splitter is being dragged.
Related work items: #690228, #690093
PR 100976: XamGrid and DataGrid CIT Stabilization ( 2023-05-30 )
XamGrid and DataGrid CIT Stabilization
Related work items: #692356, #692358
PR 101064: Merging changes related to the cellEditHandler to master ( 2023-05-30 )
Related work items: #690890, #694655
PR 100707: Adding a new scenario for the evaluateColumnDataErrors() ( 2023-05-15 )
Cherry picked
Related work items: #690890
PR 100003: Removing wrong logic that causes space to always be placed at the end in rad-auto-complete-box ( 2023-05-05 )
Removing wrong logic that causes space to always be placed at the end in rad-auto-complete-box
Cherry picked from !99970
Related work items: #689273
PR 100047: PR 99895: Fixing Xam Grid cells empty validation ( 2023-05-05 )
Merged PR 99895: Fixing Xam Grid cells empty validation
Fixing Xam Grid cells empty validation
Related work items: #683448
(cherry picked from commit 8bf3742a5a55c228762b407594c61c9dbf747f71)
Related work items: #683448
PR 100421: PR 100315: Fix XamTree slow loading time ( 2023-04-27 )
Fix performance issue when lots of nodes (>5000) are added into a XamTree
, which produced a long delay when rendering such nodes. Fixed by replacing wm-check-box
use in the tree by igx-checkbox
, and disabling ActualSize
calculations for XamTreeItemContainer
component.
Related work items: #690194
PR 100002: Implement new methods in StringBuilder and Convert ( 2023-03-29 )
Implement new methods in StringBuilder and Convert
Implement remove()
, clear()
and insert()
methods in StringBuilder
class. Also implement toByte()
function.
Related work items: #688785
PR 99830: PR 99823: Bug 685458: Cell Templates are getting destroyed beforehand ( 2023-03-22 )
Merged PR 99823: Bug 685458: Cell Templates are getting destroyed beforehand
Bug 685458: Cell Templates are getting destroyed beforehand
Related work items: #685458
(Cherry picked from commit 7e6d32f97428264ffd01833ad80088b003b6e5eb)
Related work items: #685458
PR 99855: Improve
stringTrimRightChar()
( 2023-03-21 )
Improve stringTrimRightChar()
in a couple of ways: - Accept a string or an array of strings as characters to remove. - Replace use of substr()
(which is deprecated) with slice()
. - Add unit tests for stringTrimRightChar()
. - Add documentation.
Related work items: #687852
PR 99784: PR 99735: Fixing Bug 686268 - Saved List Group Disappears When the Lis... ( 2023-03-17 )
Merged PR 99735: Fixing Bug 686268 - Saved List Group Disappears When the List Group Drop-Down is Selected
Fixing Bug 686268 - Saved List Group Disappears When the List Group Drop-Down is Selected
Related work items: #687386
(cherry picked from commit 3bca7665e3c398874005d2df396f2ee0376484ae)
Related work items: #687386
PR 99817: Make arguments optional on
SubmitChanges()
( 2023-03-17 )
Make arguments optional on SubmitChanges()
, to that it can be called with 0 arguments (just like in legacy code).
Related work items: #687852
PR 99767: Getting the latest changes from epsi_components to the master branch ( 2023-03-15 )
Getting the latest changes from epsi_components to the master branch
Related work items: #682297, #685402, #687495
PR 99706: Adding some tests and some changes (refactoring method, removing unused imports, others) to increase code coverage. ( 2023-03-14 )
Adding some tests and some changes (refactoring method, removing unused imports, others) to increase code coverage.
Related work items: #687153
PR 99666: Updating code to use Angular 14 version. ( 2023-03-10 )
Changes required to use Angular 14.
Related work items: #687153
PR 99634: handling when format is null ( 2023-03-09 )
handling when format is null
Related work items: #686900
PR 99566: Validating in line value of the current cell before context update ( 2023-03-07 )
Related work items: #683484
PR 99571: Changes to increase code coverage. ( 2023-03-07 )
Changes to increase code coverage. Adding a change to make the CreateRegionManager argument optional.
Related work items: #684544, #684545
PR 99557: Workaround to support the use of scoped region managers ( 2023-03-07 )
Workaround to support the use of scoped region managers. This change will require some manual changes in the migrated projects to support the scoped region managers partially. A correct solution must be researched and we need to find out how to get the instance of the current application (module) scoped region manager instead of getting the root region manager by using the ServiceLocator.
Related work items: #684544, #684545
PR 99446: adding test for xam-grid-sample.component ( 2023-03-01 )
adding test for xam-grid-sample.component
Related work items: #685458
PR 99399: Bug 681556: Add Row button in My Links screen disabled to allow one single empty row at a time ( 2023-02-28 )
Bug 681556: Add Row button in My Links screen disabled to allow one single empty row at a time.
PR 99356: Stabilization of unit test change row selection Between column layouts for XamGrid Settings suite ( 2023-02-24 )
Stabilization of unit test change row selection Between column layouts for XamGrid Settings suite
Related work items: #681831
PR 99263: Getting the input value from the html element ( 2023-02-22 )
Getting the input value directly from the html element. Current implementation is returning null value
Related work items: #683484
PR 99228: Implementing a new validation error type for radio-button ( 2023-02-22 )
Implementing a new validation error type for radio-button
Related work items: #683007
PR 98855: Implement DropBefore events on XamTree ( 2023-02-09 )
Add implementation to fire DropBefore
events on XamTree
. Previously XamTree
only produced DropOnto
and DropAfter
events when lines were drag and drop on the tree. This produces subtle errors on client code which expects DropBefore
events on some cases.
Also the legacy control don't issue events when source and target items are the same (i.e. when a line is dragged into itself). Fix the XamTree
control to behave same as legacy.
Also fix line appearance when items are drag and drop around the tree.
Related work items: #678140
PR 99078: Fixing bug 682672 ( 2023-02-09 )
Fixing bug 682672 Validating new height not to be zero
Related work items: #682672
PR 99045: Changed code order to change active cell before event ( 2023-02-07 )
Changed code order to change active cell before event
Related work items: #681584
PR 99001: Adding support to NumericUpDown initialize value when Minimum is set ( 2023-02-03 )
Adding support to NumericUpDown initialize value when Minimum is set
Related work items: #681845
PR 98957: Prevent setting the selecteditem on null when the item is on the items to render ( 2023-02-02 )
PR 98923: Fixing radComboBox selectedValue visibility issue, when using a template ( 2023-02-01 )
Fixing radComboBox selectedValue visibility issue, when using a template
Related work items: #678257
PR 98886: Adding support to detectChange in adequate timeout ( 2023-01-31 )
Adding support to detectChange in adequate timeout.
After fix in components
PR 98804: Added rowEditHandler new condition to validate when an active cell has errors ( 2023-01-30 )
PR 98840: Adding changes to support KeyDown in order to enable arrow left and arrow rig... ( 2023-01-27 )
Adding changes to support KeyDown in order to enable arrow left and arrow right when moving in the control inside the cell.
Related work items: #681448
PR 98769: Added selected behaviour to expandable node ( 2023-01-24 )
Added selected behaviour to expandable node
2.45.408
Bug Fixes
PR 98596: Giving xam-tree drag & drop divisor the correct look ( 2023-01-17 )
PR 98516: Chande nonexpandable dropzone location and changed styles to prevent flickering ( 2023-01-16 )
Chande nonexpandable dropzone location and changed styles to prevent flickering
Adding support to arrowRight and Left in MyLinks
Added support for validation errors to Entity class Related work items: #672410 Adding support for deep search. Adding support to arrowRight and ArrowLeft in KeyDown Event Added unit test for verify it works when index is 0 Related work items: #672936 Modified condition for it to works when index is 0 Related work items: #672936 Adding support to highlight the correct selectedItem when the RadCombobox is using stackPanel and virtual Scroll RadComboBox was highlighting the incorrect item. After this fix, the problem is solved. Change in the XamGrid TabKeyListener to add an additional validation to execute the Infragistics tab navigation when the grid hast the addRow button instead of using the custom tab navigation. Adding tests Related work items: #665742 Related work items: #652778 Added size to numeric up down for it to grow with its text When Related work items: #665892 Added behaviour where bindings of the cell are executed when cell exit edit mode Related work items: #656282 Fixed Data grid columns movement when the column header has a template Related work items: #671066 Fix Related work items: #584022 Reverts !97493 Related work items: #673825 Bug 672476: Adjusting control in cell in order to take all cell space Related work items: #672476, #672477 Related work items: #666013 Added dirtyInput flag to password model to determine when the user has updated it
Adding support for parentRow property when there are nested rows Related work items: #668288 Fix Related work items: #584022 Bug 664852: When a value is filtered and dropdown is reopened, tiny scrollbar is visible. Related work items: #664852 Added dirtyInput flag to password model to determine when the user has updated it
Related work items: #656119, #665953 666249 - When clicked on editable textbox of the grid.Cursor color is light gray and not visible properly. Related work items: #666249 Adding support to only highlight an item of dropdown. Before: After:
Added missing behaviour when scrollIntoWiew parameter is true this for fixin bug #663073
Add mouse handlers on Also fix a typo in Also fix some unit tests to avoid console errors on screen. Related work items: #665892 Bug 661803: Selecting text in Columns Tab Selected Fields grid Related work items: #661803 Revert 95112, regression 667811 has been detected Related work items: #656119, #667811 Clear Also fix a couple of exceptions when grid reference is Related work items: #641769 Adjustment on E2E matchers for passwordbox because of DIV added Related work items: #664290 Adding support for tab navigation on xam-grid when rows have validation messages Related work items: #663806 When a Fixed by triggering a Related work items: #662979 Related work items: #656119 Adding support to validation borders in password boxes. Before: After:
fix for bug #656367 added behaviours that are on legacy Related work items: #656367 Bug 656123: Setting proper outline color and padding for cell in grid while editing. Related to EPSi Pull Request 96379 Related work items: #656123 Change to fix an issue when trying to switch columns positions in the DataGrid component. There is an issue with the igx grid and it seems like the information in the model is not being synchronized. Adding a validation to avoid moving columns unpinned columns to the position of pinned columns and pinned columns to the position of the unpinned columns (this behavior comes from the original silverlight control). Adding Tests. Related work items: #613585 XamTileManager static tiles rendering issues Related work items: #652796 Fixed wrong StoryBoard base type. Added XElement remove mapping. Related work items: #662273, #662275 Fix for bug #656367 add condition for not exiting edit mode when a date picker is opened
Fix for bug #659839 mark error flag as false when all error messages are removed
Fix for Bug #651889 prevent entering edit mode when grid is reloading data also runned a few Datamanger TCS to be sure it didnt broke anything Should only execute ChangeItemCheck once but all the childs should update IsChecked property Related work items: #657663 Adding custom add range method in the Observable collection Adding test Related work items: #657754 On first load, the arrow icon on the Changed the icon to use an embedded SVG, so that there is no load time and the user doesn't perceive any changes. Related work items: #616414 Related work items: #616414 Related work items: #656169 Fix for xam-grid tab navigation not working when there are validation errors, the "editMode=true" event was getting canceled when there were validation errors present in the row Related work items: #603986, #659761 Revert "Merged PR 95179: Adding condition to Xam-grid DoubleClick Handler when Cell is on edit mode" This reverts commit 46fe86290950e3df7cb937ded62bd04f7b7f55c5. Related work items: #659756 Related work items: #656168 Fix xam-grid sorting strategy returning null instead of default sorting strategy This was the error Now the filter appears correctly Reverting processActiveCell else statements, because it causing some issues. Related work items: #657715, #658256 Reverting PR !94903 Related work items: #657620 Adding conditional to update handleNavigation Related work items: #657427, #657450 Reverting a change made on the next PR: Pull Request 94925: Added support to xam-grid tab navigation Related work items: #657620 656367-When date picker or time picker is opened on clicking of the button beside the date picker it is not closing. Related work items: #656367 Adding timeout of 100 to execute the login in the begin add row that adds the addRowKey to avoid the value to be overwritten by a null value Related work items: #636702 Adding condition to Xam-grid DoubleClick Handler when Cell is on edit mode Related work items: #655868, #657346 Change to fix XamTree using that checking or unchecking the checkboxes. Adding CheckBoxMode input support. Adjusting a failing tests and adding some additional tests scenarios. Related work items: #647375 Fix xam-grid should clear row selection when tab to change row Related work items: #584022 Change event handlers locations to work as expected The default igx-grid navigationHandler was ovewriten by a custom tabKeyListener Also, unified the cell.editMode under one function cellEnterEditMode() Related work items: #583799, #584704, #603986 Fix percentage assigned per star type columns in xam-grid Related work items: #627917 Block some events when the collection is changing for a silverlight behaviour
Fix XamGrid SortingSetttings by synchronizing them with the model on XamGrid setup, instead of overwriting model setting with HTML settings on each Angular lifecycle. Also fix a few XamGrid tests, to prevent exceptions on tests runs. Related work items: #641769 Adding timeout in the beginAddRow method to avoid that other methods that must be executed first rest the addRowKey variable value. Adjusting some unit tests Related work items: #636702 Related work items: #637497 Fixing issue when memoizing a function receiving null|undefined|'' as parameters, they used to generate the same key so they were returning incorrect values Related work items: #650672 Related work items: #654605 OutlookBar StringSettings property partial support Related work items: #653086 Related work items: #642659 644469 - Text is not aligned at the center of the cell. Related work items: #644469 Related work items: #639795, #651676 Adding decorator to memoize functions Related work items: #650672 Adding support to clear searches when the value doesn't find results Before: After: Add support to gridSplitter updateColumnRowModel function to avoid assigning NaN value to columnDefinition property. Related work items: #650407 CellEnteredEditMode increase timeout time to avoid issues, in some scenarios a timeout of 0 milliseconds is not enough time to resolve the editor template, with the increase to 50 milliseconds can resolved well. Related work items: #651740, #652775 Manual fixing for Bug 651801: Combo boxes do not take up the whole cell space Related to EPSi Pull Request 94415 Reverts !93601 Reverts !93830 Related work items: #653207 Timeout is important to avoid an infinite loop Reverts !93416 Reverts !93851 Related work items: #653207 Reverts !92609 Reverts !93888 Related work items: #653207 Revert "Merged PR 93135: - Fix parameters in OnSelectionChanged." This reverts commit b31fab9cd51db234b45c11b847ae48915ba8fbed. Related work items: #639795, #651676 Added support for PageChangingEventArgs and fixed use in event. Added missed export for type. Ignore mappings manage in code behind. Related work items: #632729 On first load, the icon (down arrow) on the RadRibbon is not shown until the necessary fonts are loaded by the browser. On slow networks this may take a long time, and the user perceives this as text which later is converted to an icon. Changed the icon to use an embedded SVG, so that there is no load time and the user doesn't perceive any changes. Related work items: #651788 Related work items: #650510 Adding support to components with validation borders Reverts !93585 Related work items: #645199 Related work items: #647674 Validates if the validation directive is active in the current selected row to avoid click event trigering multiple times when trying to select another row Related work items: #650429 On first load, the icon on the Changed the icon to use an embedded SVG, so that there is no load time and the user doesn't perceive any changes. Related work items: #651789 Supporting data-grid not-inherited CTs Related work items: #635668 Added expand fucntion to handler so it is called also when the items are loaded Related work items: #636701 Adjust default cell to looks like input in edit mode Related work items: #646845, #649354 Reverts !92609 Related work items: #648374 RadComboBox clearing selection when it should not. Also when the itemsSource have changed it was not clearing the text on the input. Fixed xam-grid wrong row being selected when grid is sorted Related work items: #648332, #648342, #648389 Timeout is important to avoid an infinite loop Reverts !93416 Related work items: #648374 In some scenarios ScrollViewer does not render anything. Related work items: #645242, #648702 Reverts !93601 Related work items: #648374 Adding support to open drompdown on click non-editable radcombobox Related work items: #647740 Related work items: #639792 Modified XamTree e2e so it match the project scenario Change to fix issue with XamGrid. Clearing the ActiveNode when the grid selection is cleared Related work items: #612815, #614786 Mappings for certain members have been updated. Related work items: #644219 Adding support to components with validation borders Related work items: #629226, #645199 Fix Outlook popup close functionality when clicking on the Outlook Bar component. Related work items: #632693 Timeout is important to avoid an infinite loop Related work items: #647730 Reverts part of a change made by this PR !93222 The xam-grid should be kept in edit mode when clicking on an overlay (combo boxes for example) Also, added an e2e to avoid future regressions Related work items: #644427 Reverts !92822 Related work items: #629226 Adding a specific alignment when radComboBox uses a text-block. Adding static Div custom class with default value. This class could be used in the customer code to hide the staticDiv when the content displayed is only dynamic. Related work items: #644573 Fix header dataGrid space because Prettier changes Related work items: #642696 Related work items: #612815 Related work items: #639795 Reverted change to fix tab-header-active not being clickable Related PR !92951 Related work items: #645913 Reactivating end-to-end test case Verify that grid splitters are working well with outlookBar minimized properties Related work items: #618324 Fixing misspelling and ignoring not 1:1 mappings Related work items: #632728 Fixed xam-grid header width when it is of type SizeToCells Related work items: #641587 The onTabDetachAction function is in charge of unsubscribing the 'detach' method that removes the tab content when switching tabs The preserveContent Input allows this behavior to the tab-control as a hole, or it can be set individually to tabs Related work items: #631954 Related work items: #611679 Fix header xamgrid spacing Changed removed error behaviour on binding for acting more like silverlight #640715 Related work items: #640715 Issue con RadMaskedNumericInput --> Add rad masked numeric clear opction Related work items: #621098 Increase selected tab height by 2px to match legacy tab control. Also remove ripple effect. Also fix selected border color, which should be light blue only when the selected tab has focus. When focus is lost should return to gray, even if it remains selected. Finally added a few Related work items: #609405 Add support for the complex property value directive which adds an additional parameter to set a template context. Related work items: #613589 Adding a bit of margin to separate time picker from date picker. Trigger selectedRowsCollection event when the SelectedRowsCollection changes Related work items: #611765 Added entities are stored in a special collection of addedElements but not in indexedEntities. Detach was testing the entity to be detached to exists in indexedEntities so it was not deleted from addedElements Item-controls template set from inner templates. When a item template is set to another items control with a items panel template, this template is set to outermost items-control object. Change mousedown instead of click event to avoid issues while dragging, the clicks need a mousedown and moseup to be triggered, when the user is dragging it only triggers the mousedown. Also move the event higher in the HTML hierarchy so no matter if you clicked on the label or on the blank space of the item, either way, it will select the node. Related work items: #615923 XamTree expanding node issues Related work items: #612896, #614741, #614786 Adjust the validation border to his content. Migrated with this fix: Legacy version: Applying variable background color to radDatePicker. Related to Epsi Pull Request 92623.
Adding variable background color to radDatePicker toggle Related work items: #556366 Related work items: #641650 Change to add the default background to the spinner button input. Related work items: #608633 This fix ensures that when a lazyContent is set its always returned over a normal content Related work items: #638942 Fix the value binding for the footer section in the XamGrid Related work items: #632806 Adding changes to fix multiple issues with the textbox: Change to allow the text selection when the textbox SelectAll or Select methods are executed. Change to update the values of SelectionStart and SelectionLength Adding tests for TextBoxModel.ts Adding new tests to validate multiple scenarios for the TextBox component Related work items: #614693 Add correct rad menu item highlight color Related work items: #612620, #639529 addded behaviour for shift+tab to work on rad combobox and to recover focus when data si loaded Related work items: #611356, #631403 Added mappings for SET 3.2 files Related work items: #640504 Related work items: #611849 Previous implementation was failing for cases like appyNumericFormat(2, 'N'), when the number was too small it was adding a leading 0 Related work items: #640548 RadComboBox Tab Selection Related work items: #611350 The scroll-viewer was using an undefined property, also the content was not adjusting to the correct size when static, related to PR !91915 Related work items: #639882 Adding a null background-color to keep the correct xam-grid row color Related work items: #635468 Adding support to basic color in filtering in xam-grid Related work items: #614078 Added mappings for SET 10.1 files Related work items: #639453 Rad Ribbon Drop Down Button, setting the tooltip Visibility when the dropdown is opened/closed Related work items: #612626 Added mappings for SET 8 files Related work items: #633439 Added the first batch of mappings for SET 3 *NOTE that this is the first half of the set Related work items: #633433 Added mappings for SET 9 Related work items: #633445 ListBox did not supported tab to change focus. Instead of changing focus to next control it changed focus in internal items. Addded mechanism that allows key arrow navigation thru items, keeping tab to move to next control Related work items: #636276 Adding changes required for the mappings generation Related work items: #633446 Remove timeout on Accordion and StackPanel so the content can render faster. Related work items: #566108 XamTile should maximized when double clicked Related work items: #594302 Adding required tags for correct mappings generation Related work items: #633438 support sorting by column with custom sorter Related work items: #587780 Related work items: #612304 Mappings SET2 Added support for multi source properties to a target. Related work items: #633432 Adjust padding of xam-grid cells Related work items: #614083 Added mappings for SET 4 files Related work items: #633434 Add pending mappings for already supported library elements in components (SET 5) Related work items: #633435 This allows the user to switch between rows while in edit mode when single-click is active Related work items: #591605 ScrollViewer rendering issues Refactor Unit test. Related work items: #611367 Related work items: #632612 Fix to avoid process of internal nodes members. Ignored members with underscore as start character of identifier. Allow multi definition of source method names for methods. Remove duplicated Style class using RuntimeStyleInfo. Added tags information for SET1 files. Related work items: #625345 Adding support to isEditable property to obtain styles Related work items: #611380 Fix to ensure model/component synchronization Related work items: #634195 Add pending mappings (SET 6) Related work items: #633437 Adding support: hidden overlay when the grid is empty Related work items: #621660 Added support to process get and set accesors mappings extraction. Added @wIgnoreDeclaration to allow add members mappings ignoring type map. Related work items: #625345 Related work items: #634370 Related work items: #631936, #632742 Manual fix for bug 614158 - Moving virtualHeight property to XamGridModel so that EPMGrid can access it. Related work items: #614158 Related work items: #591605 delete images and pptx from the documentation XamTileManager ResizeObserver adjusments Related work items: #601010 Add documentation/diagram for PRISM topic Change applied to add a addHandler that was removed in a previous change. The missing add handler was generating some issue when rendering items in the Stack Panel. Related work items: #633421 612620 - Border and style is missing for New button of 'Header/Footer Format' and also when mouse hovered it is not highlighting Related work items: #612620 Related work items: #632799 Reverting a change made by PRs that messed with the processItemsSource: - !90543 - !90972 Related work items: #631156 Related work items: #632101 preventDefault andd StopPropagation were called on all keys Related work items: #632171 XamGrid Event Manager Click not executing correctly. Related work items: #612371 Adjust height in text box to avoid overlapping Related work items: #615725 Flattening arrays when joining its items to avoid added commas for nested arrays Related work items: #462776 Change to set the args.Key to uknown when the args.Key is undefined Adding unit test Related work items: #614693 Related work items: #630708 Reduced xam-grid header padding to allow more room for complex header that containg text and multiple icons Related work items: #614499 Related work items: #580518 Fix xam-grid columns width should be calculated when it is visible RadComboBox in ItemsPanel mode has some selection issues sortFunction comparing undefined values crashes. Fixed data-grid data not getting loaded sometimes Also, fixed columns width getting calculated before columns were ready Fix XamGrid horizontal scrolling by only calling Related work items: #623318 Fixing hidden error that is causing out of the blue that builds in wms-netsupport to fail. The old expression was always to report false because JavaScript compare objects by reference Related work items: #462772 Information tooltip should not display square border Related work items: #612056 The last column autosize is supposed to be optional, disabled by default Related work items: #609916 Reverting xam-grid evaluateLastColumn functionality Related work items: #627122, #627664 Fix bug 611367: Run rule sets screen, blank popup appears on click on rules link Added support for dynamic rendering Reverts !90660 Related work items: #611367 Fix for 609941 - Data Grid checkbox has missing border Related work items: #609941 Adding case for convert to boolean when value is null Related work items: #462772 added behaviour so tab on rad combobox works as an Enter Related work items: #611356 Fix bug 611367: Run rule sets screen, blank popup appears on click on rules link Added support for dynamic rendering Related work items: #611367 Border colors should be by default undefined Related work items: #625362 Related work items: #586806 Child windows have a 300ms resize animation, so the isGridVisible was modified to return true only when the correct size was reached Change also related to the PR !90639 Related work items: #621752, #625927 Workaround to determinite if the grid is visible Related work items: #625927 Manual fix for 609932 - Display Arrow in RibbonDropdownButton when text has two lines Related work items: #609932 change style for removing the pink border and added behaviour for row and detail to act as one Related work items: #575522 Fixed data-grid cells not having correct size Related work items: #609918 Fixed xam-grid last column not resizing to fill the grid Improved the amount that setColumnsWidth function is called I also moved some duplicated code between data-grid and xam-grid to a util/grid class Related work items: #610635 DatGrid sorting issues and sometimes the data is not showing fixed Related work items: #625254, #625271, #625387 Delayed CheckBox.onChange event to avoid event order issues in XamGrid Solved an issue where Checked, Unchecked and Indeterminate were triggered twice. Added some documentation to ToggleButtonModel. It may seem awkward to have a timeout on an event, but it needs to be triggered on pointerDown event but the actual change in the model needs to be executed afterward. Related work items: #624559 remove padding of pager item and changed condition to show the of pagenumber on 1 page Related work items: #609897 613581 - Standard Data Load Edit Steps 1 Tabs are not highlighted in blue. Related work items: #613581 Non-editable rad Combo Box should show a validation message Related work items: #610088 Added background custom property to rad-ribbon Related work items: #623372 Virtual Scroll page size should be smaller Related work items: #603654 RowsManager.getInternalData was throwing a null error Related work items: #601010 This fix ensures that the width of the column is calculated once the grid is visible even in cases where it takes time to get it ready, especially in child windows Related work items: #609916 Adding support to index in radComboBox items Related work items: #610493 DataGrid component should not have the sorting responsibility when bound to CollectionViewSource. Related work items: #613360, #622497 Adding custom css to match Silverlight behavior WrapPanel component Legacy: Migrated: Switch from change to pointerdown event om CheckBoxComponent Related work items: #609938 Adding border color style in combo box component Related work items: #610372 Text overlaping on RadGalleryItem fixed Related work items: #556263 Fixing for convertToBoolean when parameter is NaN Related work items: #497530 change background default color for the cells in xamGrid. Related work items: #610798 Shift key selection action must be started from single click selection. Related work items: #617101 Fix the rowSelection of selectionsettings with value of none to avoid the selection in the igx-grid Related work items: #610590 adding the grid sppliter e2e into the build RadComboBox had the wrong aligment when its inside a XamGrid Related work items: #604326 Reverting change made by PR !89860 Related work items: #621661 Adding support to numbers to percent representations Related work items: #457508 Date-picker was not growing when in stretch Related work items: #609931 Manual fix for 610684 - Getting proper control for Editor when cell is entered and exited Related work items: #610684 Separating and implementing support for currency format in FormatNumber (affecting function applyNumericFormat) Related work items: #498396, #591812 Removing DatGrid timeouts to boost performance Related work items: #566854 Revert change to set true actualSizeCalled only if the element requires it. Related work items: #619455 RadDateTimePicker KeyUp event support Related work items: #617514 Adding support to Horizontal and Vertical Content Alignment Related work items: #561622 recalculate size when the dataGrid is inside a tab component and the item tab become active Related work items: #609905 Added checkbox hover effect Related work items: #556869 Fixed some memory leaks related to wrong events handlers remove when ngOnDestroy, cleaning references to templateRef attached to models and internal elements references. Related work items: #566114 Since the column width calc affects performance there are cases where it should re-size always (when udpating the data from a combo-box) or only the first time, like when filtering data Related work items: #609918 XamGrid should evaluate columns while horizontally resizing Related work items: #606732 Change to execute the processTriggerExitEditMode when the row is in edition mode, not only when the cell is in edit mode. Related work items: #603915 Added support to date-picker to resize the input to its content Related work items: #587562 Support for DropDownClosed event and ValueMemberPath Related work items: #614075, #614079 This was causing that the scroll bars appeared cut Related work items: #561714 Support a string number value for numericUpDown component Related work items: #612371 Removing zindex.directive.ts not longer required and adding some notes about future improvements Related work items: #608571 Fixed rad-combo-box was not clearing its input value when selectedValue or selectedItem where set to null in a template Also added background color support for the dropdown arrow Related work items: #612853 TextBlock MouseLeftButtonUp support Control.Focus now triggers GotFocus SubscriptionEvent. Related work items: #613347 Fixed FilterMenu Icon to white using igx-icon-color variable Related work items: #614499 Fixing issue when there is double click Related work items: #612647 Change to remove the infragistics panel that display the buttons cancel/Done. Adding a display none in order to avoid and overlay of the panel displayed over the grid rows. Related work items: #612298, #613905 RadComboBox should not disabled virtualization if is on StackPanel mode. Delete test variables added on ButtonModel. Related work items: #610238 Moving zIndex support to base.component.ts so it supports when controls are created on code behind Related work items: #608571 This fix skips the SortingDirection 'None' state so the grid works as it does in Silverlight Related work items: #613678 Remove input and support autoSizeHeader in SizeToCell Related work items: #608710 Adding additional validation in the DataPager PageIndexChanged callback to fix a performance issue caused by the execution of a double request. Related work items: #609901 Related work items: #608710 Removing old change log script Related work items: #612139 Soap response errors should raise an exception. Current implemetation was delegating the exception directly to the Application. Current.UnhandledException but it failes to cut the execution so next statements were executed Related work items: #613981 Skip serialization for null date properties. Date serialization should not send nil values for null values Related work items: #612926 Instead of using removeAllHandlers changed to removeHandler, to avoid removing necessary handlers. Related work items: #613870, #613878, #613908 Adjustments so if subscription handlers for a binding expressions gets destroyed when a component gets destroy, and then a new instance of the component tries to use the same model and binding expressions, the bindings gets recreated so the subscription handlers gets restored as needed Related work items: #606738 ListBox Height and Selection Issues solved Related work items: #610815, #611555, #612851 Revert "Updated text-box for data grid performance" This reverts commit 7267249eca3f10cf5666d2107566f054fa17b037. Related work items: #608710 613333 - Report Administration' button font size is small compared to legacy app Related work items: #613333 ButtonBase removeAllHandlers was causing a lot of issues Related work items: #613693, #613697, #613718 Null Date as SupportDateTime.minValue is not properly serialized. Conversion uses the min value to refere to a date nullity, but when serializing as soap message it was being generated as 01-01-0001 instead of nil Related work items: #612926 Fix for 608599 - Using correct arrow icons when ExpansionPanel is collapsed and expanded Related work items: #608599 Solving some memory leaks related to clickAction and ItemsControlModel handler not being removed. Related work items: #603896 fix data pager position Related work items: #609909 Change to override the XamGrid theme variable that defines the background color of the cells when are in edit mode. Related work items: #608633 ListBox aditional information requrired by QualityMate Related work items: #611693 Adjustment to prevent infinite loop when calling ExitEditMode from an user handler attached to RowExitedEditMode event Adjustment in handler for ExitEditMode to sent the proper value of the flag Related work items: #591605 Add support for footer styles on Also fix a console error when asking for Also refine Also remove a comma ( Related work items: #603873 fix default value for cursor in tab control Related work items: #611909 fix the default value for the selectionSettings.RowSelection Related work items: #604389 Change in the XamGrid clickListener to fix an issue that avoid the execution of the processExitEditMode when you click anywhere outside the grid and there was a cell in edit mode. Related work items: #604327 Aligning igx-checkboxes within cells in the center, this happens only for boolean columns that don't define a cell template Related work items: #591605 Adjustment so values for enums SortDirection and SortingDirection can be converted between each other as needed Related work items: #604321, #611375 Adjustment to set position = fixed for pure instance of ChildWindowComponent only Related work items: #611558 2022-07-26 NA Updated xam-tree icons Related work items: #608594 Doing some clean up of cell selection Related work items: #605043 Fixed RadRibbonDropDownButton default color when dropdown is opened Related work items: #604315 Change Horizontal and Vertical Alignment values to make the accordion have width and height on auto Related work items: #566112 Changed validation for invalidate selection when row index is out of items source size Related work items: #603968 This change is related to the next PR !88502 Related work items: #604321 This PR was created from the next one !88278 Related work items: #603756 This PR was created from the next one !88278 Related work items: #603756 Added validation when items source is empty when invalidate selection or active item. Related work items: #603968 Datapager end-to-end tests stabilization Related work items: #580518 Adjustments in child window animation to make it centered and not blink while removing vertical scrollbars Related work items: #604304 change code to calculate the actualWidth and actualHeight when the width/height changes with NaN value Related work items: #602291 Related work items: #560324 Related work items: #591645 Customizing appearance of internally disabled button to not show so blurred or almost invisible Related work items: #604289 Adding support for accordion-item.background Adding support for accordion.background Removing hard-coded font size Related work items: #603942 This PR was created from the next one !88278 Related work items: #603756 This PR was created from the next one !88278 Related work items: #603756 This PR was created from the next one !88278 Related work items: #603756 This PR was created from the next one !88278 Related work items: #603756 ChildWindow Close button issue Related work items: #608624 Enabled button-spinner self alignment and added mechanism to overrides cell alignment when required. Fixed default cell padding for XamGrid. Fixed button-spinner default class width. Related work items: #594310 Change to set the correct width of the comboBox. Adding test to validate the value set to the width Setting the host display to block Related work items: #604916 Enable Draggable ChildWindows Related work items: #566692, #569784, #569807, #587716 566113 - Border control is missing for Tasks in 'Schedule History' and some values are are cut Related work items: #566113 Adjusting default background color for checkboxes Related work items: #566117 Change to make that the datepicker input inherits the background set in his parent. Related work items: #566105 When a notification object notifies a change on one of its properties, it can specify the property name in a case insensitive way. This change fixes the change listeners so they react with the proper name in any casing. Related work items: #568289 Added mechanism to identify when a control should handle its own horizontal alignment or base on the container. Added check for horizontal alignment in xam grid css selectors Enabled hostHozSelfAlign for ComboBoxComponent Related work items: #565999 Change to display the footer when there is a FooterText defined for non group columns Adding tests. Related work items: #603881 Object.prototype.toString.call(value) returns a native string representation of the given object type - In our case "[object Date]". Because date.toString() overrides its parent method, we need to .call or .apply the method from Object.prototype directly which: - Bypasses user-defined object type with the same constructor name (e.g.: "Date") - Works across different JS contexts (e.g. iframes) in contrast to instanceof or Date.prototype.isPrototypeOf. Related work items: #605312 Adjustment so the header text don't overlap over or under the sorting icons Related work items: #587570 Fixed listbox item default padding Related work items: #591628 566119 - Pink color line is displaying while resizing the columns. Related work items: #566119 Adjustment to prevent virtualization when no needed Related work items: #556402, #602522 Added validation for focusout handler for button to emulate Silverlight behavior which not lost focus when clicking internal elements in the button. Using element contains to check if relatedTarget (new focus element) is inside button element. Related work items: #603134 support boolean column type in DataGrid using dw-checkbox Related work items: #582051 Changing wm-allowfiltering attribute to be more explicit to the kind of filtering being applied in the xam-grid, so customers codes can do specific customization Related work items: #572034 Fix Related work items: #601662 Add template support for Related work items: #561600 Added code suggestion related to the next PR !87515 Related work items: #566120 Related work items: #556393, #596648 Text box in Silverlight has the behavior to adjust to the text side when inside a grid with no column definition, except when the textbox has horizontal alignment stretch. But when the grid's columns have absolute widths the text box adjust to this fixed size. Related work items: #566120 Added support for mouseEnter and mouseLeave for grid Added flag to enable pointerevents when border has no children Related work items: #587236 Update new background color for checked checkboxes in E2E test. Related work items: #556396 Adjustment to allow pure check boxes columns to be editable Removing condition that disable columns if the data type is boolean making columns using default check boxes not usable Related work items: #447379, #591605 Fixed issue in XamTree internal wm-checkbox synchronization, using checked and unchecked to sync node.IsChecked property Related work items: #600358, #600516 Revert "Merged PR 86861: Fixed virtualScrollEnabled flag not updating the dropdown state" This reverts commit 8a876a926a563bcc4a83a67b2fc430c139247900. Related work items: #86861, #596648 Related work items: #596646, #596650 fix checkbox border color for wm-check-box and igx-checkbox Related work items: #565521 Auto minimized Outlookbar when the actual width is lower than the MinimizedWidth property. Related work items: #580410 Texbox inside XamGrid had the wrong alignment Related work items: #598227 Adding support for Binding.StringFormat Adjusting smFormatDate to support 'g' alias Related work items: #591812 Fixed when a border is dynamically added to a canvas-item alignment Added support for canvas background property Related work items: #561621 show information in the html for the rad combo popup Related work items: #589395, #591869 Change to adjust the checkbox style when it's disabled Related work items: #557045 support background in RadComboBoxComponent Related work items: #561624 Revert "Merged PR 87087: 566692 - Popup Windows & Popup Messages are not moving. It is moving in Silve..." This reverts commit 05bbe5a60c85e4546a6f1983094c5a0f069ca7c0. Related work items: #566692 Fix Related work items: #584705 Changes to adjust the general style of the checkboxes. Removing changes for the checkboxes styles included in the xam-grid.component.scss file. Related work items: #556918 Fix column width calculations on Also improve Also reimplemented Related work items: #594439 RadAutoComplete virtualizacion feature Related work items: #556402 QualityMate request. Manual adjustment on E2E project required to enable the horizontal scroll on the project. This is required for QualityMate team to enable one of their functional tests. Forcing the width of the column will allow the horizontal scroll to appear in the DataGrid when using Firefox. Related work items: #596631 566692 - Popup Windows & Popup Messages are not moving. It is moving in Silverlight application. This issue is present throughout the application. Related work items: #566692 Replace input with checkbox type with our wm-check-box. Related bug: #556396 Related work items: #556396 Changed white-space css style to pre instead of pre-line to fix column autosize calculation Added css variable to allow override default border internal div display Related work items: #556919 EnteringEditMode event now gets cancel when a subscriber of CellEnteringEditMode updates the BeginEditingCellEventArgs.Cancel to true Related work items: #580415 Adjusting TimeUpDown effects for border, hover, selected, text color and background Adjusting radioButton.color to avoid so transparency Related work items: #556086 add variable to enabled/disabled the check spell in inputs Related work items: #556417 Set font-size to inherit to use from inheritance controls or default application. Related work items: #556426 Removing ping color in the column headers when the columns get active Related work items: #556878 Removed expandable icon on non expandable nodes Related work items: #556416 Adjusting date picker to show week numbers Unifying styles for igx-date-picker-drop-down Unifying styles for igx-time-picker-drop-down Declaring variables so styles can be overridden Related work items: #556373 add loading modal disabled by default in data-grid Changed use of change.fire using 'SelectedItem' to 'SelectedRowsChanged' for internal notification of selected rows changed to avoid naming collisions with client code. Related work items: #590762 565516 - Grid have no column borders where as in a Silverlight applications it presents. Related work items: #565516 When a column is created dynamically (i.e. added by code behind) its footer was not displaying the correct text. Fixed by moving the Related work items: #587786 The calculatePageData function updates the virtualScrollEnabled property, but it was not reflected in runtime Related work items: #556393 Adding support to convert to an Array Related work items: #592789 565529 - Checkboxes Checked /Selection display in pink on column definition tab. Related work items: #565529 RadColorPicker visual refactor. Solving a context issue on the RadCombox when there is template. Related work items: #556381, #556382, #556383 566598 - Popup window font, color not similar silverlight. Related work items: #566598 ListBox items should not be focusable ones. Previous implementation was defining focus items as focusable ones but it is wrong, only listbox is focusable and navigation between items should not affect the current active element. Adding a concept of focusableIndex that is updated on key up, key down and click events Related work items: #584903 Added support for Button ClickMode Press or Release using KeyDown and KeyUp with Enter or Space key. Added unit testing. Related work items: #581552 Change cursor to Related work items: #556371 Move margin property to base component Related work items: #556264 This change removes some conflictive classes defined in the Related work items: #556271, #556376 Related work items: #570659 Adding a HTML attribute when the filtering is enabled Related work items: #589467 Adjusting disable functionality to block all the control so no hover effects can be fired when disabled Setting text-align to the right as in Silverlight Cleaning background color as in Silverlight Related work items: #556369 Fix visible tabs inconsistency when collection changed or tabcontrol is reloaded. Bug #556006 : [EPSi][Reporting][Customer-BUG N70][R#XX] When a report is saved .'Heading Column' width is decreased. / Related work items: #556006 Implementing tabControl.background to apply to the tabItems as in Silverlight Related work items: #556364, #556369 Added validation to only force updateSource on destroy when TextBox is focus. Related work items: #588559 Adjustments to have the button's container to handle the inner padding/margin so there is not overlapping in some cases Related work items: #564805 Added navigation directive for rad combos other than the ones that uses stack-panels Related work items: #579494 When a Also add type info to Related work items: #556206 OutlookBar popup feature Related work items: #588453 Changing value of igx-checkbox variable disabled-color to change the color of the checkbox when is disabled. Related work items: #564792 Adjusting colors in progress-bar to match the appearance on Silverlight Related work items: #556262 Related work items: #588744, #588745, #588746 Adjusting tooltips so it honor line breaks on its content Related work items: #556262, #588581 RadCombo disabled state css minor change Related work items: #556256 570357 - On Mouse Hover Group Before, Group after... Related work items: #570357 Related work items: #402475, #556260, #557047 Change to fix an issues with the textbox text binding when the controls does not have the focus. Adding additional code to determine if the control has the focus to use the normal source update instead of waiting for the lost focus to do the binding source update. Adding tests Related work items: #584133 Rverting some UserControl Styles Related work items: #587100 What the change actually does is to make the selectors a little more specific, besides that I unified the rules under a tree like structure to make it more SASSy Related work items: #556222 Textbox should adpat to its content on more scenarios Related work items: #556141, #556164, #556166, #556168, #556187 Reverting previous changes for bug 414893 in order to fix incorrect hardcode font-size for buttons Related work items: #414893, #556218 ComboBox was not key navigation friendly. 1.Added support for Control+KeyDown to open dropdown 2.Added support for key navigation between elements 3. Adjusted css to reflect focused combobox and focused drop down item on key navigation Related work items: #584903 Setting SelectedItem = null throws an exception when a previous value existed Related work items: #556118 Refactor OutlookBar minimized styles Related work items: #556044 Related work items: #554660 A change to override font-size applied presumably by an Ignite binding Using inherit take advantage of the next feature !84143 Related work items: #556128, #556129, #556153, #556156 When Related work items: #555952 Related work items: #584964 Change in TextBox component to fix an issue that avoid the textbox value to be updated correctly Test Added Related work items: #580524 Updated it filter style to make it look more like Silverlight's Removed filtering text: Updated color theme: Changing the column resize splitter color from a pink to a dark gray Related work items: #556017 570357 - On Mouse Hover Enter Value textbox, Assign Value Textbox, Group Before and Group After are not highligted with blue color. Related work items: #570357 Fixed XamGrid Header size, added min-height instead of height and set paddings for header cell. Related work items: #556060 Adding TabStop and TabIndex to base component. Both TabStop and TabIndex need to be supported by all controls, so it was moved to base component. Adding additional css settings to show current focused element Modifiying controls to set tabIndex Related work items: #584903 This reverts commit 6c00586245b549b26632f5274ea3817dca47f9c7. Removing hardcoded min-width, reducing height of items, adding border, removing transparency of the text - fixing e2e Related work items: #555901, #556288 Changed default igx-grid igx-paginator content to override page-size control. Fix for progress-bar to generate always a linear gradient base on the given color. Changes SmColor.Green css color equivalent. Related work items: #555940 575755 - The list of schedules is only displayed in the middle of the screen. Related work items: #575755 Adjusting xam-grid styles for selected rows to reset forecolor, border and avoid overriding the background-color of selected rows Related work items: #556051 Updated tab-control tabs style to look more like Silverlight's Adding support for ToogleButton.fontStyle/fontWeight Related work items: #555975 Change to support the use of MaxWidth when using the splitter. Adding test Related work items: #556029 The tooltips are dependan of the columns width and current content width, so they are updated on: - Scroll - Data changed (this includes paging) - After column resize Related work items: #555951 Prevent hyperlink navigation when such hyperlink does not have an Related work items: #565481 Adding key up/down navigation to ListBox. +semver.feature Changes include: 1.Adding focusable div elements to listboxItems and listbox to capture focus. 2. Adding current index to listboxitems component and requestFocus method. 3. Adding Css to hide default focused box for div 4. Adding a keyup/down listner in listbox, handling the navigation and delegating the target listboxitem for focus request Related work items: #580646 The line-height rule was limiting the row height to 10px when font-size was 11px Related work items: #555945 Sorted icons where changed from pink to white Related work items: #555939 Changed styling for progressBar using css variables override. Added progress bar css variables to allows customize the control appareance. Added getCssColor utility Related work items: #555931 570422 - Auto Minimize Checkbox display pink color. Related work items: #570422 Adjusting disabled effect to be consistent between controls Related work items: #555928 The button needs to be dynamically created and removed since the igx-overlay is shared between all instances of the rad-combo-box
Related work items: #555901, #556288 Adjusting width of tooltips to adjust to its content with a max value Related work items: #555910 Change to fix an issue related to a checkbox that is disabled and should be firing the click event. Adding test Renaming css file and css class to make it general instead of specific for the button or the checkbox Related work items: #565476 hotfix: adjust selector to support checkbox + label with and without validations Related work items: #579037 Added mechanism to force recalculate grid splitter resizeDirection when is loaded. Change checkSplitterAlignments to resolve resizeDirection as Silverlight Related work items: #565413 Added drag and drop directives to allow more customization Updated XamTree igx directives to use our directives instead Added isDirty flag to only triggers listenOnLostFocus mechanism when the dependency property was changed. Related work items: #570517 Notify Related work items: #556287 Adding validation support to date/time pickers Related work items: #561593 556387 - Screen color,Font Control style is different then silverlight application. Related work items: #556387 Added mechanism in propertyInfo to identify built-in types properties. Added conversion mechanism for built-in types. Added late binding mechanism for special properties using lostFocus. This behavior occurs in the TextBox.TextProperty and PasswordBox.PasswordProperty. Related work items: #570517 Removed the direct firing of the event from the component, because such event is registered on the model using Related work items: #568369 TabControl opacity issue fixed also added a border so the control is similar to the Silverlight one. Related work items: #556400 On components which inherit from Also fix teardown issues on Also remove Related work items: #572096 Fix some UserControl and StackPanel alignment issues Related work items: #564782 DataGrid does not have style for odd/even rows nor selected row Related work items: #576395 Internal xam-grid will render all rows in DOM when the grid is under 2000 rows Removed red borders and margin from internal xam-grid Hardcoded min width generates dropdown part bigger than required. Related work items: #575459 Support the alignment inside the tabcontrol Related work items: #572086 Grid row render mechanism adjustment (Change from auto to max-content). Deleted unnecessary !important. Minor ComboBox style change. Related work items: #574664 Updating selectedValue with selection of the user Adding support to bind currentDateTimeText Related work items: #555902 Fixed a case when the row was exiting edit mode when row is added using the addRow button or shortcut, this was causing the xam-grid-add-new-row e2e to fail Regression caused by the next PR !84952 Related work items: #568389 Adjusting UI for radio buttons Related work items: #555934, #562761 Label white-space issue fixed Related work items: #555899 ToggleButton with control template had the wrong display Related work items: #556079 Update cypress version to from 8.1.0 to 9.6.0 Related work items: #571982 566111 - When mouse is hovered color is not changing in 'Schedule History' screen Related work items: #566111 Changed button spinner click to pointerdown to avoid issue with first click in XamGrid. Related work items: #573288 Text property is not updated when the selected item is changed Adding callback to SelecteItem property that sets the text property Related work items: #573166 Sync of SelectedItem and SelectedIndex when Items Source changes Minor correction for cases where SelectedIndex is specified|bound but no SelectedItem is defined Related work items: #556002 SelectedItem not update with KeyValue objects. When the itemsSource property is bound with dictionary, the selected item was not set because equality comparison of KeyValue object (an array). new KeyValue(2, "two") === new KeyValue(2, "two) is false !!! so indexOf method returns -1 Related work items: #573347 ChildWindow title had the wrong font size. Refactor a bit scss file to be more structured. Related work items: #569782 Related work items: #568389 Added implementation to support reposition of dropdown when is out of window bounds emulating Silverlight behavior Related work items: #556120 Change to remove validation messages that stay on the wrong cells after scrolling. Related work items: #563945, #569059 Fix for radCombobox arrow key navigation end to end test support navigation for the radCombobox with arrows when the popup is open Related work items: #556202 Fix multiple validation messages on Related work items: #569047 word-wrap has become an alias for overflow-wrap and using 'anywhere' covers 'word-wrap' plus cases where text can't be break https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap Related work items: #565570 I required to change the ownerTarget of the directive from the igx-checkbox-composite to the input since this one is the one that is getting the focus, additionally a div container for the input was required to contain the cornerDiv DOM structure before: - igx-checkbox - input - div (contains validation message) - span (label) DOM structure after: - igx-checkbox - div (contains validation message) - input - div (contains corner div) - div - span (label) Related work items: #566661 Not always the dropdown has items and if we try to navigate to a non-existing item we get errors Related work items: #555916, #556233, #571629 Adjusting list-box layout and functionality to not fire events on first rendering and resetting selectedItem and selectedIndex Related work items: #566671 Correction in WcfCustomBinding so it can process messages where the result is 0 Related work items: #565564 Adjusting margin support in child-window to use calculate sizes that reach to browser size changes Related work items: #569780 XamContextMenu was closing in the wrong moments Related work items: #569896 Adding pre-formatting for miliseconds Related work items: #569631 Change to fix issue related with the execution of the processActiveCell method when the Active Cell is changed. Change to fix an issue in the event manager when the grid is a DataGrid. Adding validation to determine if the evaluateColumnDataErrors method is undefined. Adding test and applying changes existing ones. Related work items: #566753 This change overrides the default alpha applied to the igx-cell color Related work items: #545013 Fixings to use minHeight when Height is auto Related work items: #558886 The style class was not getting set in the Related work items: #569310 XamGrid Header had the wrong white-space Related work items: #556235 Adding extended selection mode to current item style Related work items: #565182 RadComboBox autocomplete selection feature Related work items: #555916, #556233 Related work items: #569825, #569826, #569827 Related PR !84175 Related work items: #566855 Added DataPager component bindings support and fix syncWithPageCollection to use DatePager PageSize when defined Related work items: #565746 Avoiding mouseup event when a child window is in the process of being displayed Related work items: #556039 Layout fixing for AutoComplete - Border smoothed - DropDown has enough room to show all elements Related work items: #555919 556197 - border is not givenfor filtering options. Related work items: #556197 Adjusting processing of tooltips so setting null tooltip will clear the current existing tooltip or avoid adding an empty tooltip Related work items: #556020 Recalculate columns width on Related work items: #564028 Adjusting formats to test when parsing dates to include the ShortDatePattern configured Related work items: #567311 Removed not required style in css for ChildWindow Related work items: #557047 Changes to avoid moving to another row when the active row/cell is in edit mode and has validation errors. - Changes added in the click handler interception to validate if there are errors in the row that is in edit mode. - Adding pointer down event interception to check if there are validation errors and avoid moving the other row. Fixing and adding tests Change to fix rad ribbon button regression. Related work items: #556009, #566740 Added focus menu and lost focus handler to emulate Silverlight original behavior Added hasBackdrop property false to remove overlay Related work items: #555992 Added the important tag to style to avoid losing the value to hierarchy Related work items: #557048 Related work items: #556288 adjust the height-line for the wrap-panel content Related work items: #564808 Related work items: #556286 FontSize issue on the RadioButton and the XamTree Rename property on XamGridColumns from filterable to isFilterable to match the Silverlight property. Related work items: #556208, #556210, #556211 Adjustments to let the igx-date-picker to know the format of date to use Related work items: #556014 Unifying look and feel of date/time pickers Related work items: #556014 Adding support for Extended Selection mode. +semver.feature Related work items: #565182 Fixing time-up-down.component appearance and selection behavior #556090 Related work items: #556090 Ribbon View and items styles refactoring Refactor Stykles of the following: - RadGallery - RadGalleryItem - RadMenuItem - RadRibbonButton - RadRibbonDropDown - RadRibbonGallery - RadRibbonGroup - RadRibbonRadioButton - RadRibbonView - RadRibbonTab - RadRibbonToggleButton Extracted SCSS variables of the ribbon Related work items: #556061, #556063, #556093, #556099 Added mechanism to avoid set properties from style when already set directly Related work items: #555926 Adding wmValidationSupport to the numeric up down control Removing mouseDownHandler to avoid a wrong behavior in the numeric up down control Adding ValidationSupportDirective to the numeric up down test file Adding changes in DependencyObject.ts class to replicate the Silverlight behavior when notifying a property change without modify the property value. Change in bindingsdataerrorinfo.spec.ts file. Updating test to validate that the validationMessage is empty and the InValidationError is false due to the changes applied in the DependencyObject.ts. Related work items: #556005 Support of font properties from base.component for extended Control components. Using hostBindings to set FontFamily, FontStyle, FontSize and FontWeight, added fontDefaultStyles class if required. Moved FontStyle calculation to utilities.ts Added flag to allow process rows initial collection when rendering. Added support for FontFamily, FontStyle, FontSize and FontWeight in XamGrid cell styling mechanism. Removed default fontSize value in Control.FontSizeProperty. Fixed cell styling triggering mechanism. Fixed FontStyles enum order. Added unit testing. Related work items: #556056 fixing the datePicker appearance Related work items: #556091 Related work items: #556084 Partially reverting changes from 'PR 83586: Fix star columns width calculation on Related work items: #563901 Synchronization of the selected item in the dropdown Related work items: #562777 Un-setting font colors so there is not black with transparency Related work items: #556102 Added Implementation to convert RegexOptions toString. This is required to use the RegExp javascript type as equivalent. Related work items: #556045 To prevent multiple popup windows from showing up if the user clicks several times on some controls, a Related work items: #556879 Wrong entity was being detached. Detaching was iterating thru all entity sets trying to detach by key. If one key was in multiple entity sets then it detached the first one. Changed to use the getEntitySet entity mehtod to get direct access to entity set Related work items: #563400 Added a stop propagation decorator to hyperlink button Related work items: #557043 Adding css rules for setting the default item focused style and the item hover style for the rad-auto-complete-box. Related work items: #555919 Related work items: #556083 Related work items: #556045 igx-drop-down is failing to calculate its position in some cases because there is not a proper ancestor to use as anchor Related work items: #554471, #558901 Change to fix an issue with the XamGrid cells edition. Adding tests Related work items: #535904 Related: !78936 !79743 !83586 Related work items: #460984 Adjustments of the layout of the spin button, related to bug Bug 556390: [EPSi][Reporting][Customer-BUG N10][R#71 & R#72] Verify Columns tab -> Add Day Difference & Verify Columns tab - 4)Font,Color,Control styles are different then silverlight application Related work items: #556390 SelectedItem bound value is not initially set. AccordionModel selection mechanism works with AccordionItemModel objects that are not initialized till the component is rendered. Checking for isInitialized value, delaying the property setting till the rendered elements are calculated. Integration test adjusted to set "header2" as initial selected value Related work items: #562133 Fix collapsed Related work items: #506423 Fixing regression caused by PR 83723 and use of SelectValueDelayedSelectionChanged in 'onSelection', selectedValue must be cleared otherwise if the same value is selected onSelection->SelectValueDelayedSelectionChanged won't update selectedValue, selectedItem and selectedIndex Related work items: #458724, #549109, #559333 Related work items: #559366 StackPanel not honoring height of the inner elements Related work items: #556177 Add support for Also fix an exception on Related work items: #506423 XamContextMenu padding fixes Related work items: #555920 Comboboxes don't show its selectedItem if it is not valid within the collection of ItemsSource Related work items: #556104 Related work items: #554605 Adding support to let the outlook-bar-groups to use the CustomCSSClasses feature Related work items: #396935, #544511, #555953 exclude the newRow from the endpending process Related work items: #559943 Visual issues handling list with many elements. DrowdownItems were added into the drop down without any scrollable area. Adding div with max-height to force scrolling. Related work items: #560725 Adjustment to update SelectedValue, SelectedItem and SelectedIndes, let the bindings be updated and then fixing the event OnSelectionChanged Related work items: #458724, #549109, #559333 Minor adjustment to avoid some panels to show an unnecessary vertical scrollbars due to extra pixels in the height calculation Related work items: #423430 Adjustment to avoid overlapping with other elements due to miscalculation of height or width Related work items: #423430 544596 - Minimized ribbon bar is not displayed as legacy Related work items: #544596 Fixings for Bug 558901: [EPSi][DataManager][Regression][DM#17] Width of RadComboBox items not displaying properly Related work items: #558901 fix radio button position when is set in stretch Related work items: #501366 TextBox Control Template Support Related work items: #502292 Added required css class for div when using control template Related work items: #501008 Fixing edit mode for the cell, keep the value after exit the edit mode Related work items: #555306 Fix star columns width calculation on Related work items: #507774 Corrections to honor min-width and min-height if they are used in the control Related work items: #488311 Fixed InvalidateSelectionAndActivation to validate agains itemsSource instead of Rows and called before RowCollectionHandler Related work items: #555384 Implementation of forceDisplayGrid on the GridComponent Related work items: #556939 Added support for the border thickness in the button component Related work items: #469976 Adjusting splitter implementation to reduce interference with other controls when in place - Removing unnecessary code - Avoiding unnecessary calculations and simplifying to use fractional sizes always - Optimizing tracking of mouse events - Separating logic for main splitters - Adding rulers to calculate sizes while resizing - Clean up of code - Re-implementing maximized state - Removing border when invisible - Workaround when maximizing inherited xam-tile were leaving garbage affecting the layout - Minimized items don't get full width - Fixings to avoid grid overflowing by limiting the maxSize of the css grids - Clean up and fixing of xam-tile not responding after resizing - Fixing unit tests and e2e Related work items: #498804, #500613, #539368, #547472, #547479 Attached resource |
Implementation of UnboundDataContext Resolver Related work items: #556358 Related work items: #474647 OutlookBar not taking all avaliable height Related work items: #423430 Related to the next PR !83465 Related work items: #555256 Change to fire the the CellClicked event before setting the cell control Focus. Adding additional validation in filteringHandler method to avoid adding new filters when the fieldName is undefined Related work items: #553845 Fix for combobox dropdown component initial width from igx-drop-down which overflows when there are too many elements and generates position issues Related work items: #554471 Related work items: #488433 Related work items: #547477 Related work items: #547478 The icon size was consuming too much space After the fix: Added mechanism to set all columns width to numeric values, when a column is resized from UI. Related work items: #551837 Added default styles to the ScrollViewer Related work items: #547481 Change to enable the cell focus when the cell is in edit mode. Change to enable the cell focus when the tab is pressed on an row in edit mode. Related work items: #548238 FixEs5CompilationError Related work items: #547699 Change to give the focus to the active editing cell control. Change in test to provide the column index and row index in the mocked cell. Related work items: #548238 Grid should focus the cell when editng Related work items: #532154 When a Related work items: #549066 471502 - Background color, font and layout of 'MB Template' is incorrect Related work items: #471502 471502 - Background color, font and layout of 'MB Template' is incorrect Related work items: #471502 When a row is removed from the XamGrid, its Related work items: #549066 Incorrect initialization value of the IsSortable property in the UnboundColum Related work items: #551429 Reverting UnboundColum.IsSortable change, because the Unbound column can be sorted with the combination of the properties IsSortable and SortComparer. Related work items: #551429 Adjusting bordering of xam-tree to not conflict with uses of padding Related work items: #423430 cellEditHandler was creating a cell with wrong values Related work items: #548256, #549213 Setting a previous version of the code given modelProxy.Rows and model.SelectionSettings.SelectedRows seems to be able to have instances that represents the same rows but are not exactly the same instances Related work items: #535263 Related work items: #544586 Synchronize text with selected item in the RadComboBox Related work items: #547476 Adjusting default colors for hover, selected and odd rows/cells for xam-grid Related work items: #447374, #538030, #547471 Adjusting background, selected and hover styles, also borders of the Xam-Tree Related work items: #547475 Change to fix an issue when the tree view has hierarchicalDataTemplate Related work items: #519109 Added RadComboBox delayed selecteditem onSelectionChanged trigger functionality Related work items: #549109 Implementation of SelectedGroupChanged event with corresponding args Related work items: #544415 test: Stabilize RadComboBox end-to-end test Related work items: #548990 Fix some exceptions on Related work items: #547054 Added implementation of OnGotFocus for XamGrid Related work items: #547099 Fix usage of SelectionChanged args in listbox sample page Related work items: #544451 workaround to populate itemssource after component is initialized Related work items: #531093 Changing contentChildInheritance should force to reevaluate the static child value. A previous change removed a timeout that was calling setStaticChild so it is causing that setting the contientChildInheritance to be ignored. Related work items: #548934 Adjusting e2e to match new implementation of grid-splitter Related work items: #501275 Related work items: #544586 Adjustments to work on the direction and target of resizing when using the grid-splitter Related work items: #501275 Related work items: #419191 Moving the selectionChanged trigger to the model. Related work items: #544451 Related work items: #547499 Initial commit to support CancelEventArgs helper Related work items: #539390 Fixing behvior of columnEditable directive to avoid calling cellEditDone when edittingSettings.allowEditing is 'Row' Related work items: #544451, #544466 Related work items: #529271 Grid readOnly property is not honored. TextColumn were always editable if not set readonly directly independently of grid readonly property. Related work items: #544531 Added needed functionality to inherit the cursor style property of the component to child controls +semver:feature Related work items: #527611 Popups are wrongly closed when clicking outside. Current popup implementation closes the windows when clicking outside of the box, this behavior is not present in Silverlight Related work items: #541753 Revert "Merged PR 82182: GridSplitter not updating layout correctly" This reverts commit 0b15ce093df2fb2926457245d1354e42cb1d69e0. Related work items: #501275, #539375, #541585 Adjusting appearance to resemble better Silverlight Adjusting drop down min-width to have at least the same width as the control Adjusting hover and selected styles to resemble better Silverlight Related work items: #539211 columnEditableValue Related work items: #527923 Related work items: #522795 Sync the sortingExpressions from the xamgrid with the model SortingSettings Related work items: #538497 Removing bold font to column-headers that is applied by igxgrid default style Related work items: #440156 Fix default styles for scroll viewer Related to #495975 Related work items: #495975 Added styles so the expander icon looks similar to SIlverlight one Change to execute the performDataErrorValidationIfRequired when the property is modified in code Related work items: #537662 Adjustments to have the internal inputs/textarea to calculate its width correctly Related work items: #499164 Added implementation for char.ToUpper Related work items: #521887 Reverted enum RegexOptions case to pascal case Related work items: #537986 Related work items: #494937 Adjusting height behavior to match Silverlight, by default height is 22px and if verticalAlignment = Stretch it is ignored and behaves as Center Related work items: #532395 Removing code to avoid emitting an event twice Related work items: #535939 Avoid creating OutlookBar header if not required Related to #497775 Related work items: #497775 Fixed public member case on Regex helpers Related work items: #527779 GridSplitter not updating layout correctly Related work items: #501275 Related work items: #527603 Fix Related work items: #535903 Revert "Merged PR 82019: Add support to base component syncComponentAndModel" This reverts commit 630f6567e21ad27221150695397a295844c2f651. Related work items: #534534 FixCancelEnterEventValidation Related work items: #534680 Fix, Update ActiveCell when IsSelected of a row changes Related work items: #530786 EditHandlerValidations Related work items: #534680 Adding correct behavior for itemsSource and itemsToRender in list-box component Related work items: #531093 Add syncComponentAndModel call on ngAfterViewInit. Before this, components where calling the sync function on the ngOnInit and somethings the html element was not ready Related work items: #534534 Refactor Related work items: #499227 Change to register the Loaded event observer in the ChildWindow component ngOnInit method. Related work items: #534756 Adding fail safes for cases where the display member property exists but its value is null Related work items: #533915 Fixed enabled of arrow buttons nos being updated Related work items: #530786 Adding code to avoid showing minimize section if there are no other elements Firing the update layout in xam tile manager when items to render has been modified to fire related events as expected Related work items: #476191 Re-implement number formatting #475186 'simpleStringFormat method returns a different input from the legacy app' Related work items: #475186 RadComboBox width mechanism improvements Related work items: #534516 Added the scrollto implementation to the itemssource change handler, this due to that behavior being the correct one in the xamgrid. Related work items: #534560 Added the updateRows method in the handler of the sorting so it can be updated and contains the right values. Related work items: #528001 Added support for regex match and ismatch Related work items: #527656 fixComboBoxSelectedItemchangeEvent Related work items: #530951 Performance optimization on the folwing controls - Border - DataGrid - RadComboBox - TextBox Also refactored datagrid unit test Related work items: #527647 Fix close button appearance (the X on top right) and behavior on mouse over and click on Related work items: #495617 Adding license report dependency Related work items: #533854 Related work items: #532170 Added a change for the padding in the part selector Related work items: #494343 Added flag to identify if a component is used as an internal element for inheritance, this will allow to add conditional code to avoid duplicated code execution when inheritance. Added condition to avoid call detectChangesAction in RadComboBox selectedvalue when the component is not initialized. Added call to loadModel in basepropertydirective to try to load model if available. Related work items: #527904 Revert re implementation for number Formatting #475186 Related work items: #475186 Adding support for the endsWith with kind. Adding tests Related work items: #531750 Fix DatePicker updating model at the wrong time Related to #531097 Related work items: #531097 Related work items: #494416 Adjustments to reduce the size of the tree items and have border Related work items: #494422 Adding implementation of AllowToolTips and ColumnWidthType enums Some setTimeouts of unit tests were increased to 50 ms Related work items: #454414 fix combobox cell data Related work items: #530951, #531478 xamTileService inheritance issues Related work items: #500613 471416 - Incorrect check-boxes background color in grid cells Related work items: #471416 Changes to fix an issue in the Virtual Collection LoadItems method. When loading new Items, and they are more than the PageSize the items must be splitted in the InternalData. Adding a Change in the XamGrid to execute the InvalidateSelectionAndActivation and the SelectedRows.clear only when the ItemSource changes. Adding tests Related work items: #530853 Add validation with IDataErrorInfo objects Related to #531024 Related work items: #531024 Related work items: #528462 Added sorting support for properties in nested objects Related work items: #527733 RadComboboxes should stretch if its parent is stretch and they are stretch, otherwise its content should be auto Related work items: #495305 Related work items: #494417 ListBox no update when itemsSource is first null. When the ListBoxModel ItemsSource property is intially null and then set after initialization the changes on the list are not reflected in the ListBox Related work items: #528706 Adding HTMLInputElement input parameter to openFileDialog -Adding FileUtilities to index.ts -Adding file parameter to openFileDialog -Adding unit testing Related work items: #531029 Use Related work items: #528071 Changing DataGrid component to consider template columns to define if a column is editable Related work items: #521472, #528681 Fix Line and Canvas issues Fixes: Related to #527885, #527732, #527713 Related work items: #527713, #527732, #527885 Fixing fire for rows.collectionChanged modify condition #523765 Related work items: #523765 Adjustment in splitter to honor height and width when available, otherwise to use a default size of 8px as in Silverlight Related work items: #477584 Fixes for DragDrop event args Also fixes Linq Related to #527745 Related work items: #527745 Adding changes to split the XamGridComponent unit tests to separate workload into different workers. Related work items: #522792 Optimization in validationsupport.directive.ts to update message instead of re-registering Fixing to report changes in the validation messages Related work items: #528650 Add StringSplitOptions to the index for importing into another project Related work items: #530331 fix: XamGridCommitRow Related work items: #511910, #526121, #527625, #528023 Fixed wm-xam-grid not refreshing after changing row order Related work items: #518852 XamGrid.ScrollCellIntoView implementation Related work items: #526913 Adding fallback to parse not contemplated formats like 'YYYY-MM-DD', the parameter strict=true in the call of momment is essential to avoid false parsing of values like '@CurrentMonth@ - 0' Related work items: #530041 Change to fix the RadMenuItem issue when needs to display an icon. Fixing some container sizes issues that where affecting the icon image to be displayed. Adding test Related work items: #469680 Instead of setting the size to a "100%", now its setting up to "auto" in case that the size mechanism fails Related work items: #528396 When binding using an indexer (like Related work items: #527612 Adjusting smParseDate to use CurrentCultureInfo to try to parse string dates Adjustment to process fractions of seconds in a similar way as done in .NET Adjustment create new patterns using combinations of shortDate and short|longTime Related work items: #526822 Added new export to Wm-netsupport Related work items: #521879 Related work items: #508389 Adding an element to a ItemsSource property was not updating the list box. detectChangesAction missing, moved inside of assignItems Related work items: #528706 Added border to the XamGrid component Related work items: #440161 Tooltip positioning mechanism improve Related work items: #524641 Avoid triggering change('Count') for each processed item in setWithCollection using internalAdd Related work items: #527092 Add Related to #527674 Related work items: #527674 Changing calculation of 'Auto' width in columnDefinitions to size according to its content same as Silverlight. Related work items: #526319 Fixed wm-xam-grid is not refreshing the data after removing the filter Related work items: #527572 Viewbox CalcAtualDimensions function was improve to support more scenarios. Related work items: #520370 When the user selects a date using Related work items: #523759 Add basic Related to #514197 Related work items: #514197 Adding necessary files to generate the change log as part of the API documentation for Silverlight Components. Related work items: #515059 Fixed Some columns don't get sorted well Related work items: #519836 Manual fix for 485527 - Checkboxes don't have font bold (Checkbox.FontWeight is not supported) Related work items: #485527 Update logic for white-space wrapping in TextBox using TextWrappingProperty Added css styles to avoid title text overflow in ChildWindow Related work items: #524637 Adding custom ErrorHandler to report exceptions to Application?.Current?.UnhandledException Related work items: #525650 Related work items: #523804 Removing left margin on igx-grid Related work items: #469667 Fixing the path component to use 'none' as default value for 'fill' attribute. Related work items: #525724 test: Fix Rad Auto Complete Box Verify that radAutoCompletBox having minWidth end-to-end test Related work items: #522805 Adding implementation for Rect.Contains Related work items: #515767 Move opacity support to base.component using hostBinding to apply opacity Added suppport for foreground in button.component. Moved getForeground to base.component Added input controlTemplate for control templates support Related work items: #469788 Added cachedItems to validate if the itemsToRender should be recalculated Related work items: #524674 Use Auto as default width, because listbox is displaying as block element #511173 Related work items: #511173 Re-implement number formatting #475186 'simpleStringFormat method returns a different input from the legacy app' Related work items: #475186 test: Fix Ribbon verify dynamic functionality end-to-end test Related work items: #518462 Change to fix a wrong behavior done by the DataGrid when there are no SortDescriptions. Adding additional validations to avoid executing the updateSorting and expandDetails methods when the SortDirections has no elements. Related work items: #523685 Adjustments to make accordion to fill its available space and let accordion-items to split its available space between those who are expanded Related work items: #520271 Added validation to throw an FormatException when the parse date string is invalid Related work items: #525475 Adding code to reserve space for the scrollbar when it is needed, adjustment for proper detection of height Adding unit tests Fixed wm-xam-grid not refreshing after changing row order Related work items: #518852 Adding background and increasing the z-index on the ToolTip Related work items: #524641 Related work items: #523788 TextBox height based on content Related work items: #469667 fixed problem with the update of the active cell and focus element editable element in new row in the xamgridcomponent Related work items: #511539 Change to fix the way the cell Dom element is queried in the XamGridComponent getNativeElement method. Related work items: #511945 Added an Input so the width of the columns can be resolved as workaround Fix issue related to the grid not scrolling to new row Related work items: #474963 ListBox item selection bug fixed Related work items: #474963 Reset Related to #476699 Related work items: #476699 Reverts !80856 Related work items: #511177 Fix GridSplitter not being draggable. Related work items: #523512 Adding a parameter to indicate relative urls should be used in the body message When using a load balancer or proxy using absolute uri generates a dataservice error Related work items: #523101 This PR continues the next one !80652 Related work items: #513430 Fix problem with When using this property in a button with a command that doesn't have a Related to #513552 Related work items: #513552 This PR continues the next one !80772 In the last PR the input text was only selected when an item of the drop down was changed, but it was required that the text was also selected when the drop down was initially open Related work items: #477026 Fix Related to #473078 Related work items: #473078 Work-around for validation in DataManager screen. Work-around for igx grid issue which incorrectly emits the cellEditExit event twice. Related work items: #495908 Fixed the implementation of the selectedRowHandler and selectedHandler in the datagridcomponent, due to problems with inherintance. Related work items: #519133 Adjusting Listbox.dragOverHandler because now any ListBox can be target for a drop action no matter what screen it is used Related work items: #515767 XamGridRowCollectionChangeEvent Related work items: #518956 Fix Related to #521346 Related work items: #521346 Changes to fix an issue in the DatePicker component when setting the selected date text Updating test to include the selected format Modifying the smParseDateWithFormat method to pre-process the format to use a moment valid format. Related work items: #519049 Add basic DataPager pagination Related to #511270 Related work items: #511270 Related work items: #477026 Added support for the ExitEditMode event Related work items: #516421 Fix for UpdateSelectionByItem when item null, addedItems should be a list empty. Related work items: #521331 Fixed text in RadRibbonButton, don't do break on works increasing the width of the buttons Related work items: #417935 Added mechanism to update content after called AfterViewInit Related work items: #514306 Adding output for ItemTemplate property to allow binding in html Related work items: #515767 to avo... ( 2022-02-21 ) to avoid problems of z-index Adding unit test Related work items: #475131 fixed problem with the value being changed in the model and not changed in the component. Related work items: #519841 ScreenTip e2e update Related work items: #485505 Related work items: #520165 Related work items: #469806, #485505 RadMenuItems Styles fixes Related work items: #513474 Fix getColumKey 'data.' remove to get key Related work items: #513544 test: Fix for rad-combo-box end-to-end Related work items: #517574 Fix Close method when matmenu is defined Related work items: #520170 Adding support for mouseEnter and mouseLeave in border Related work items: #516522 Related work items: #513430 Added cachedViewBoxSize to be use as a condition to force a new calc if required in ngDoCheck Related work items: #517694 Fix RadRibbonButton handling for Disabled commands Related to #511425 Related work items: #511425 Add add handler for CellControl for tool tip set value Add new event AfterCellControlAttached, to be called when control already exist in the model. Related work items: #473077 Fix XamGrid/VirtualCollection on-demand pagination Related to #494862 Related work items: #494862 Fixing Selection functionality at ItemsControlSelectorModel. Firing SelectionChanged event from model for RadGallery component. Related work items: #515639 Adjustments so the getBBox has the chance to return the real value Adding unit tests Related work items: #469797 Added fix to parser to correctly transform Auto* widths Related work items: #507778 Fix an issue where Related work items: #487124 dropdownCloseWhenRadMenuItemClicked Related work items: #517634 Fixed a problem with the border not getting the correct pointer-events value. Related work items: #454529 Fixed filter box overlapping current row in XamGrid Related work items: #486492 Avoid triggering change with the same dependency property value Related to #514172 Related work items: #507707, #514172, #514485 Fixed issued for valueConverterParameter not send to Convert method Fixed issue with rowData value used in Converter wrapper instead of expected data. When Related work items: #515656 Related work items: #432855 Changes to identify when the radcombobox is in a container with HorizontalAligment.Stretch to use 100% as width Related work items: #499324, #500738 Change in data grid to synchronize the data information with the information in the itemsSource.internalArray Updating some existing tests and adding some new ones to validate different scenarios Related work items: #510197 Due to floating point rounding errors, Also moved minimum-maximum validation inside Related work items: #515620 Added a clear to current selection If the element is no longer in the current selection a clear is run on current selection to avoid having selected elements that are not par of the collection. Related work items: #469854 Regression ViewBox fixed Related work items: #487759 Fixed grid columns calculated width was rounding up Related work items: #472253 Changes for datagrid loading improvement. Related work items: #492932 RadMenuItem checked was not working as expected Related work items: #470928 Corrections so when ItemsSource is updated and there was a SelectedValue available, SelectedItem and SelectedIndex gets updated if possible Adding unit test Related work items: #510152 Data pager was not updated when data was added to the PagedCollectionView Related work items: #470016 fix comboscrollingIssues Related work items: #508562 fix: Add Task ribbon menu is not always initialized as expected Related work items: #470366 On Related work items: #514485 Related work items: #473853, #487759 fix header height Related work items: #503365 Related work items: #449257, #504483, #506877, #511910, #513414 Fix MoveLeftButton not being enabled when clicked a row in a filtered grid Related work items: #505345 Add pending index.ts export (code review suggestion) Related to #510549 Related work items: #510549 Related work items: #510549 Automatically resize dropdown on RadComboBox, so that it shows the full text of its items. Related work items: #471483 Changes to fix some issues with the rad-date-time-picker. Changes to fix an issue when using the smTryParseDate method. Modifying the default shortDatePattern from the DateTimeFormatInfo in globalization.ts Applying some adjustments to existing unit tests due to the change in the default shortDatePattern Adding new unit tests to validate the date Parse using different formats Related work items: #512555 Unifying use of maxDropDownHeight in containerSize so there are no two scrollbars when doing virtualization Related work items: #513527 Adding listeners to react to changes in the count of items Adjusting PresentationFrameworkCollectionModel to notify when internal collection was cleared and property 'Count' has changed Adding unit tests Related work items: #512027 Fix problem adding the already selected row to selected rows Fixes problem with XamGrid where a row that is already part of the selected rows collection is added again to the collection. Related to #513554 Related work items: #513554 Add basic Adds basic replacement for Related to #510549 Reverts !80040 Related work items: #510549 Missing Guid in Index file +semver:feature Related work items: #512761 Fix progress bar issues. #463799 ProgressBar not displaying tooltip Related work items: #463799 Add basic Adds basic replacement for Related to #510549 Related work items: #510549 SelectionMode property was not correctly implemented Related work items: #511224 Fix OutlookBar expand selected operation Fixes problem with 'expand selected' operation to avoid collapsing the already expanded group . This prevents random painting/refreshing problems. Related to #504647 Related work items: #504647 Related work items: #487247 Adding a workaround to disable user control by removing pointer-events and reducing opacity. Related work items: #501038 Correction to search first within the current grid and then if not found, in the document Related work items: #502251 Fix e2e test for Progress Bar: - Verify if two way binding works when I change the variable - Verify if two way binding works when I change the model Related work items: #512585 DataGridColumns size Related work items: #473845 Related work items: #507774 Adjusting firing of CellExitingEditMode event to work on cases where an editorTemplate has been used in the column Related work items: #510379 Fix formatter not applied to text column when using textwrap Related to #509026 Related work items: #509026 Adding support to FilteringCell tooltip, the value is received by an input of XamGrid and the tooltip is applied to every FilteringCell without distinction. Related work items: #503351 test: Adding new functional scenario for the data grid vertical scroll bar using arrow keys. This scenario is expected to be excluded for now. A new PBI will be added for research about how to use the virtual scrolling in a cypress test. Related work items: #509025 Exposing events in XamGrid so they can be bound in html Related work items: #510379 This PR is need to revert this one !79884 Related work items: #506420 Updated RadComboBox items to align left and added e2e tests !79835 Related work items: #506482 Change to fix an issue with the selection of the rows in the XamGrid. Registering the cellEnteringEditMode using the RegisterObservers Adding method to verify the Invalidate the row selection. This will be used to remove rows that are removed from the XamGrid itemSources but can be still part of the SelectedRows. Adding test and applying some changes to existing tests. Related work items: #505819 Related work items: #466647 Fix problem with initial RadComboBox selection Fixes problem with the initial selection of a RadComboBox that is initialized as disabled. Related to #501054 Related work items: #501054 Added mechanism to retry columns width calculation for special values if an exception is throw from the column autosize code Related work items: #503841 Mapped maxDropDownHeight property and implemented functionality !79758 Related work items: #506420 test: Adding end-to-end scenarios for xam grid using the horizontal and vertical virtual scroll with keys Related work items: #503935 Adding strict parameter at smTryParseDate to filter invalid strings Related work items: #506790 This reverts commit 679a5f745b9194c36638beb5a2c73b1898f71061. Because it introduced regressions: icons cut in half, text aligned to left on application launcher buttons. Related work items: #509571, #506482 Added timeout to allow a process to update data correctly Related work items: #476699 Enable control template for selected item Header in Outlookbar Related to #504647 Related work items: #504647 fix: Added styles for rad menu item Related work items: #474985 Adjusting SmEnumHelper.getName to return '' instead of undefined when value can't be resolved Related work items: #503796 Adjusting tab header to adjust its width to its content Related work items: #503962 Fixed the way the textbox wraps the contents. Related work items: #507382 Adjusting background of RadRibbonButton and RadRibbonToggleButton to use default hover background highlighting Related work items: #508145 Fix Related work items: #471466, #471474 Allowing tabControl to consider if tabItem is disabled when hiding its content Related work items: #475102, #487660 RibbonMinimizedChange Related work items: #470972, #508197, #508767 Related work items: #507707 Fixed href setting '#' by default Related work items: #508359 Implemented a custom default template for the boolean datatype column, this due to a problem with the default one. Related work items: #447379 fix: virtualScrollGap Related work items: #505157, #508360 The edit row mode popup is now hidden Commit row changes on mouse click or enter key pressed events Related work items: #503934 Fix RadMenuItem command Related to #476210 Related work items: #476210 Adding tolerance to the XamGrid columns mechanism Related work items: #506725 XamGrid entering on editing mode mode when there is no template to apply Related work items: #506952 Adjusting implementation of validationMessage to support multiple messages per binding|property name Related work items: #476932 Added support for stringy enum Related work items: #485752 Added fix for dectect changes in XamTree after refresh Related work items: #503359 Adapting behavior of click and key events in radComboBox to allow filtering properly Related work items: #477516 radComboButtonsAlignment Related work items: #506482 fixingAutoScrollingIssues Related work items: #484949 Change to fix an issue the trying to a new window using the Navigate from HtmlWindow Related work items: #471721 Related work items: #475172 TextBox should grow to the size of its content also delete some unused code. Related work items: #423374 Disabling tolerane to avoid qualityMate issues. Related work items: #503391 Added implementation for string builder replace Change trigger of xam grid rowAdded Fix issue to avoid add row when the edit mode is closed related to a ItemSource update Related work items: #501120 Fix #463799 [R#30] ColumnsTab, ProgressBar not displaying tooltip Related work items: #463799 Change to support the XamGrid initialize row event. Adding tests. Related work items: #471476 TimeUpDown not displaying arrows instead showing some text also showing the correct default value Related work items: #475180 On C#, when a Unity container is disposed, it also disposes all instances which it manages, calling their Related work items: #499789 fix: RadMenuItemComponent check only works with the checkbox Related work items: #493725 !79235 Related work items: #486951 Fix a couple of issues with listbox Related to #504499 Related work items: #504499 447374 - Grid Row Border fix. Related work items: #447374 Related work items: #504003 fix radComboBoxScrolling Related work items: #505005 test: Fix for autocompletebox and datagrid e2e test - Autocompletebox verify selected item. - Datagrid verify if the second grid second row is selected Related work items: #466647 FixEPSIPrecompilationErrors Related work items: #505162 Related work items: #471538 Fix problem with MouseLeftButton for XamTree Related to #500662 Related work items: #500662 Wrong date and time formats in the RadDateTimePicker and DateTimePicker Related work items: #503132, #503167 Added support for RadRibbonDropDownButton Added disabled/enabled support so that the button correctly disables Related work items: #469337 Elementos de trabajo relacionados: #495828 fix: xam-grid highlighting being lost after clicking ^ button Related work items: #493725 Change to fix an issue with the XamTile manager. Adding additional validation to update the XamTile column only when there is only one tile in the XamTileManager. Related work items: #501555 Related work items: #503934 fix: TabLoadEventsTriggersToManyTimes Related work items: #459437 Related work items: #474554 Added tree view refresh mechanism to avoid not expanded elements when required issues Added unit testing Related work items: #493801 Fix RadComboBoxes used with inheritance and ItemTemplates Related to #474578 Related work items: #474578 Reactivating e2e test for autocompletebox and radDateTimePicker Related work items: #466647, #466650 Add support for non expandable tree nodes with icons Related work items: #495300 Change the selector used to focus the first focusable control Fixes problems when: Related to #460652 Related work items: #460652 Related work items: #460627, #472215 438534 - Distributed Reports, Computed Column, value textbox placeholder not showing Related work items: #438534 Related work items: #473200 Adding attribute to expose date and time formats to Quality Mate framework. Related work items: #485762 Change to replicate the accordion default behavior that should disable the header (expandable panel item) when the item is exapended. Adding tests Related work items: #495628 Added a change to correctly change the dates when a value changes Related work items: #474575 Inherited TextBox was showing a console error Related work items: #470846 Added fix for the highlight when nodes of tree are been hover, taking in account that the tooltip problem has been fixed for version 2.38.3 Related work items: #470771 Related work items: #414884 Enable control template support for TabItems Related to #472200 Related work items: #472200 !78995 Related work items: #409696 CheckBoxes are larger than it should be. Related work items: #469889 Fix: DisabledColorBarelyVisible Related work items: #495311 Change to fix an issue with the selected row when a new row is Added. Using the infragistics flag addRowUI to set the IsSelected to false for the new row Adding e2e test Related work items: #494875 TemplateColumns HorizontalContentAlignment suuport string values Related work items: #416371, #416374 Related work items: #451589, #459352, #469247, #469736, #472287, #492885, #494423 Fixing issue when closing the maximized tile Related work items: #476067 Fixing for cases where there is a binding to a property which is null for Cursor Related work items: #435592 fix: Data is not persisting after editing a cell on XamGrid Related work items: #479918 XamGrid not expanding to all the available space Related work items: #499786 applyDefaultStylingNewColumns Related work items: #422443 Using virtual scrolling for listbox. Listbox with many items have a performance issue so ng-for was changed by ifx-for. There is a side effect, virtual scrolling requires to know listbox size, if not it defaults to 100 px but scrolling is not fluid in that case, adjustment can be done by setting the inpujt property scrollingAreaSize Related work items: #499873 Adding small padding to radio-button.component.scss given in Silverlight seems there is a padding between the control and its content Related work items: #494736 Mapping components: compareOrdinal method +semver:feature Related work items: #495830 PasswordBox and TextBox height issues fixed If the control have certains properties the height should be 24 pixels. Related work items: #395908 Related work items: #494736 Add some data type validations into Related work items: #472390 fix: EditorTemplate Related work items: #495295 442680 - Added 'date' is overlapped by the Server field above Related work items: #442680 Handling literal values for textDecorator property in text block component Related work items: #435592 Change to increase the time out to delay the execution of the VerifyGridSelections to avoid issues with other events. Related work items: #479756, #488824 Enabling input for cursor property in grid component Related work items: #435592 Enabling support for usage of ControlTemplates in HyperlinkButton Related work items: #435592 Fixed problem with numericupdown buttons been too sensitive. Related work items: #471540 fixed problem with tabcontrol not showing arrows in case of not enough space for tabs. Related work items: #484878 Avoid triggering XamGrid Rows collection reset event the first time Related to #493801 Related work items: #493801 Added a file to support indexer migration Related work items: #475964 XamGrid wrong header height Related work items: #423413 Fix nodes not being expanded when populating treeview Related to #493801 Related work items: #493801 Fix default formatting of Dates in XamGrid Related to #392896 Related work items: #392896 Add Changes for Bug #472229 and Bug #472284 Related work items: #472229, #472284 Change to fix issue with the password box. Setting empty string as the default value in the Password property setter in the model. Adding test Related work items: #495910 Added fix to the sort method to work with objects Related work items: #494270 Adjustment so when NumpadEnter is pressed it identifies it as an Enter too Related work items: #433260 fix imports of DBNull and typeconversion Related work items: #491972 Related work items: #391745, #433257 Fix problem updating WrapPanel when used as ItemContainerTemplate Related to #422451 Related work items: #422451 Changing OrderDic Constructor Related work items: #457891 Related work items: #475996 Changes to move remove some events emit and to register the observers in the ngOnInit. Adding the call to the grid.endEdit() method in the component ApplyDataUpdate. The endEdit will be called every time the grid item sources is set. Adding tests Related work items: #494870 Mapping components: SysConvToSingle method +semver:feature Related work items: #491972 Implementing isEnabled=false functionality in xamMenuItems Related work items: #494669 fix: PagingTotalItemsCount Related work items: #484313 Responses were not created for links. Adding or deleting a link was generating a request but no expected response was added leading to a invalid index references when processing all responses. Related work items: #494791 initial support for the row styling Related work items: #490268 Adding OrderedDictionary to wm-netsupport Index Related work items: #457891 Mapping components: SysConvToDecimal method +semver:feature Related work items: #491972 Mapping components: Convert.IsDBNull method +semver:feature Related work items: #491972 Related work items: #488989 fixing DBNull test Related work items: #491972 Fix Fixes the problem of not showing the currently selected group as expanded when changing from invisible to visible at runtime. Related to #486422 Related work items: #486422 Adding DBNull class Related work items: #492908 Related work items: #491481 OutlookBar was trigering events in the wrong order. GridSplitter was not updatind width or height values on the GridModel. Related work items: #486505 Related work items: #469946, #470885, #485733 Fix : ListboxE2eFix Related work items: #492911 Fixing required due to change on year Related work items: #359857 Related work items: #491857 Change to pass the information of the AddNewRow from the component that inherits from the XamGrid. Adding test Related work items: #491749 Fix. GEnerated link requests is different for Added and Updated entities. Related work items: #491770 Fixed problem with tiles initialized in maximized mode not having the right behavior. Related work items: #484088 Fixed problem with added dynamic items not showing Related work items: #484084 Added rad-menu-item IconTemplate property support Related work items: #487097 Links should be stored in the target set, pointing to the source entity but they were added in the source set pointing to the source entities ! Related work items: #491481 fix: processItemsSourcenChanged Related work items: #468673 Due to an internal Infragistics function the data virtualization depends on the height of the rows, so it have to be defined through code instead of using css, also deleted some duplicated code. Related work items: #484868, #486949 Adding OrderedDictionary Component Related work items: #457891 Correction to display the context menu in the location where the user does the right click Bug 490438: [R#128][Visual] Report Navigation Items Context menu shown in the incorrect position Related work items: #490438 Workaround for the problem of a custom control and its inner control (CustomXamTree -> XamTree) register both a listener for the same event because both share the same model Fixing for Bug 471585: [R#128][Visual] Report Navigation Items Context menu is duplicated Related work items: #471585 ChildWindow component does not support modaless dialogs. Related work items: #490357 Related work items: #476330 Change to remove a wrong f in the test describe Related work items: #433252 Change to generate the flat cell collection to be able to get the cells by key. Adding test to validate the get Related work items: #433252 Maps for Information.IsDate Components +semver:feature Related work items: #457886 Fix deserialization of Guid lists Fix deserialization of fields like: Related to #484990 Related work items: #484990 Adjusting ClearTree implementation to match behavior on Silverlight, it doesn't remove elements, clear the state of tree nodes Related work items: #486955 Added a small fix for date camparisons Related work items: #475147 Adjusting functionality of DependencyObject.clearValue to consider the default value when setting the internal value and match Silverlight behavior Adding unit tests to check behavior of clearValue and other cases of use of DependencyObjects Related work items: #486955 Support the clon strategy method for the xamgrid component Related work items: #488813 Related work items: #489642 fix: ArrayFlat Related work items: #472311 470739- RadRibbonButton with image doesn't look as expected Related work items: #470739 Related work items: #477171, #487127 fix: Selected row is not highlighted when selected from code behind Related work items: #437482 XamGrid Rows.internalArray should be defined even when XamGrid collection is undefined Related work items: #486947 Fix. Added then deleted objects were generating a delete request. Object that were added and then deleted were generating a delete request, this request should not be generated because the object does not exists in the server side. Now deleted objects are removed from added entities list. Related work items: #488585 477220 - Review controls alignment and size in the Add/Edit Custom Column screen Related work items: #477220 fix: IsOpenModelChange Related work items: #486249 Fixing for Bug 469765: [DS#18] Transparent canvas component is covering the main controls of "Standard Data Load Edit" (cannot interact with any control) Related work items: #469765, #487107 support any collection that implements INotifyCollectionChanged interface as data for the xamgridComponent Related work items: #473860, #476306 Fix. Undefined values must be serialized with the null attribute set to true instead of a specific value Related work items: #488376 Add changes for IsOpenCallback Related work items: #479276 Fix. Creating queries for functions was using the function name to register entity set. Related work items: #488349 Related work items: #487853 Fix. Interna dataServiceId field should not serialized and sent to server side. Current implementation does not ignore the dataServiceId system property and send it to the server generating an issue because it is not a valid entity property. Related work items: #487826 Fix. DataService entities with entity column as key were allowed to add just one row. The added rows were identified by a primary key that was not set (default 0) so errors were generated when adding multiple rows. Related work items: #487557 update the model paging with the parent model paging from the xamgrid container to sync properties from the initialization Related work items: #476306 XamGridUnboundColumn editorTemplate Related work items: #481449, #484342 Adding a modelChangeHandler to the rad-time-picker to update the SelectedTime when assigned through the model Related work items: #486490 475044- RadRibbonDropDownButton is not highlight when mouse over Related work items: #475044 Fix. Current drag and drop of listbox inhibits clicking internal elements. New implementation creates two different renderings depending on isDragDrop value. if false then no drag and drop is rendered. In order to avoid duplicated html code a new control was introduced, it is responsible for rendering item cases. Related work items: #486322 Workaroun for not supported ItemSource for Xam-Tree removed xam-tree-item-container for xam-tree with hierarchicalItemTemplate for not supported Changed rendering of nested items to avoid performances issues. Fixed inheritance for OpeningEventArgs Related work items: #486236, #486237 test: Skipping e2e test cases from outlookbar - Verify the outlookbar1 have the right size - Verify that selectedGroup functionality works in outlookbar2 Related work items: #486575 fix EditorArgument Related work items: #479354, #485522 Fixing correct initialization of ColumnResizingSettings.AllowColumnResizing Related work items: #486431 Fixing for Bug 486310: [R#47] Splitter.Style seems not to be applied (background color is incorrect) Related work items: #486310 Fix icons width and height Related work items: #469194 Fix Bug 472260: Allscripts ComboBox (RadComboBox) not filtering Related work items: #472260 Added support for XamContextMenu Opening event and OpeningEventArgs. Added preventDefault to base.component context-menu handler. Added wrapper for Xam-Tree-Item to allow search using GetClickedElements. Related work items: #471570, #471612 Related work items: #478546, #482264, #483270, #483283 Related work items: #485497 Added missed implementation fo GetChildrenCount and GetChild for UserControlModel Related work items: #470860 RibbonPerformance Related work items: #477753 Changes to support the WCF fault exception. Adding tests Adding basic implementation for the isInstanceOfTypeWithTypeArgs that temporarily will only validate if the object is instance or not of the received type. We actually can't verify the generics of the type. Related work items: #469804, #469883, #482400 Fix. Adding detect changes to notify isInitialized change. In some cases the WrapPanel does not render properly because isInitialized set to true is not detected. Related work items: #484742 Added a fix to assing value to isChecked when eventIsCalled Related work items: #474637 Add support for Uri serialization Related work items: #468659 TabControl header wrong height fixed Related work items: #477182 Fixes formatting a day with two digit year Fixes formatting for dd/MM/yy Related to #481464 Related work items: #481464 Added support for the following: - XamTree drag and drop - DragStartEventArgs event - DroppedEventArgs event - DropPosition enum Related work items: #470922 469088 - Its missing show a radio button in the Edit Schedule Related work items: #469088 Changing type of XamGridRow.Data to allow usage of Data.data Related work items: #482264 Adding AddYears function #484030 Related work items: #484030 workaround for the selectedItem when is adding a new row in the xamgrid Related work items: #483267 Manual fixing for Bug 483070: [P#*] Popup windows have a gray background color by default not a white Related work items: #483070 General app performance improvement, implementing some change detections mechanics Related work items: #454496, #470726, #475140, #477568 Corrections for bugs 'Bug 482516: [P#*] Text in modals like the login is faded' and 'Bug 482518: [DS#*] Text in grid headers seems faded' Related work items: #482516, #482518 Added change to allow for bindings to change type of property Related work items: #476205 fix: RemoveAddRowBox Related work items: #429715 Related work items: #481340 Fix regression related to list deserialization Fixes problem related to the decoration with Related to #481528 and #481517 Related work items: #481517, #481528 When exception happens, error message must return error code Related work items: #481340 workaround for the entereditcell when is adding a new row Related work items: #482562 Fix. Adjusting wrap panel height to Auto when used as part of Items Control item template or item panel template Related work items: #482000 datagrid with displayDensity compact Related work items: #481286 Fix autocomplete box filter with empty criteria Enables filtering the autocompletebox collection using an empty criteria. This allows showing the complete list of items when applying a control template to autocomplete box to mimic a combobox. Related to #469309 Related work items: #469309 Add Related work items: #479213 Adding handler to open the RadContextMenu from button/image Related work items: #479737 Related work items: #476929 Fix. Handling error response messages Related work items: #481340 Change to add ArrayHelper in order to support the Array.Copy. Adding test Related work items: #480233 remove unnecessary function from the html xamgrid file Related work items: #481300 Popup component behind of the ChildWindow Related work items: #479992 Fix multi property binding path notifications Notifications for property changes were not behaving as expected. For example for a binding like: When changing the value of Related to #472336 Related work items: #472336 Added support for the following: - Support for ListBoxDragDropTarget component. - DragEventArgs event. - ItemDragEventArgs event. - DragDropEffects enum. - MouseEnter and MouseLeave for the TextBlockComponent. Related work items: #477419 fix the activenode issue for the xamgrid Related work items: #481171 Fix. Enabling grid height to be set to auto when used as items control template. Related work items: #480335 fix: Header styling Related work items: #480906 471465-Report summary txtFault report error field smaller than the control in the original application and does not display the red border Related work items: #471465 Add validation in updateSourceOfBinding when the calculatedBindingValue is not defined to avoid calling the setValue Related work items: #480757 Added small fix for s formatting Related work items: #469849 Added a fix for the s formatting in the DateUtils Related work items: #469849 Related work items: #468087 Add support for images created with MemoryStreams Related to #471988 Related work items: #471988 Fix getting enum elements using reflection Related to #479263 Related work items: #479263 refactoring the verifyGridSelection function Related work items: #478546 Support Editor porperty +semver:feature Related work items: #469119, #479821 Fix problem with Xml serialization Fixes deserialization of collections other that Related to #469983 Related work items: #469983 Fix Xml deserialization and serialization issues Adds first implementation of Xml serialization and fixes heterogeneuos list deserialization. Related to #469250 and #469983 Related work items: #469250, #469983 Fix. Label taking parent size leads to labels taking more space than required inside scroll viewers. Sizing should not set to parent, labels must tried to display the all text but can be cut by its parent in case it does not fit Related work items: #479062 checkAndRegisterCompatibilityBindingColumns Related work items: #471456 Improvement in the application of row styles. Related work items: #465151 Added support for ItemCheckChanged event Related work items: #476206, #479213 Added a fix for the combo boxes not showing information Related work items: #458724 Console error shown when a popup is opened fixed Related work items: #472482 Adding files to completionHandler parameters in openFileDialog utility. Adding unit test Related work items: #478437 Remove handler from Related work items: #477230 423450- RadAutoCompleteBox.MinWidth and MinDropDownWidth are lost during migration Related work items: #423450 Added missed supportedInteface for SimpleList Related work items: #471492 Added handler for ActiveCell setting up SelectedRow property in the EPSI project #472493, #474544 Related work items: #472493, #474544 Added fix for support user defined types with Related work items: #476826 Fix Edit mode Related work items: #469119 Added ItemTemplate Input on the TreeView and also solve some issues related to this template. Related work items: #472261 Related work items: #475124 Adding disabled class to html for comboBox component Adding e2e testing Related work items: #473891, #476889 Related work items: #469194 Support for binding in the childWindow.Margin property. Related work items: #472226 Related work items: #476575 Add Adds a project that exposes basic .NET Support from Related to #475184 Related work items: #475184 Adjustment of the colors and shadows of validation messages Related work items: #447799, #448486, #449066 Some adjustments were made on the text wrapping mechanism of the TextBlock component. Related work items: #474598 feat:Support Opening Event +semver:feature Related work items: #471612, #475962 Fix: SoapMessages responses return integer value on update messages (not a list of elements) Related work items: #475465 Reverting changes causing regression #475124 Related work items: #475124 AccordionItem header have the wrong value Related work items: #475013 Related work items: #472444 Adding a pipe to generate a UnboundColumnDataContext to be used in generated code Adding ngOnChanges life cycle hook in order to update the dependency properties values Adding unit tests Related work items: #473854 Alignments regressions fixed. Some adjustments were made on the label component to avoid losing ContentAlignment functionality, Related work items: #472001, #472002, #472004 Related work items: #470924 Fix: string params does not require escaping them Related work items: #470880 Added minor fix to solve regression for #472007. Text filtering must be applied when text is different from the empty string Related work items: #472007 Fix: Fixing date serialization in soap message (copy/paste issue !) Related work items: #471740 Fix: adding FunctionParamInfo to index in order to properly export element Related work items: #470880 Proper support for VerticalContentAlignment and HorizontalContentAlignment on the LabelComponent. Related work items: #469083, #469158 Added a method that selects the item if it match one of the items in the collection of items Related work items: #471477 Fix Detecting changes when itemSource is modified in DataGrid Related work items: #469939 Feature: Support for function calls in DataServiceQuery. +semver:feature. Currently functions were not explicitly supported so wrong url were generated (they do not require the $filter) Related work items: #470880 Related work items: #469327 Fix: Current condition to determine if generating nil serialization was not checking explicitly for undefined or null, causing zero or false values to be wrongly generated Related work items: #471193 feat:Support CellEnteredEditMode +semver:feature Related work items: #469119 Added styling to ensure a max-height for the options in the combobox component #470802 Related work items: #470802 Checkboxes and main buttons are in the mis-aligned Related work items: #448437 Added configuration to use the garbage collector for memory leaks in the unit tests. Related work items: #468077 Feat: InjectorPurePipe was not exported in the conversion support module. Adding it to enable usage in converted app code. +semver:feature Related work items: #470800 Added styling to ensure minimum width to display options Related work items: #469178 Related work items: #469226 Added validations to verify DataProviderService, must be provided by the same component #470677 Related work items: #470677 test(e2e): fix test - verify unpin functionality is disabled on outlookbar3 Fix e2e test for Outlookbar component to verify unpin functionality is disabled for outlookbar3 changing allowMinimized property to false Related work items: #470776 Fix event signature for selectionChange event Related work items: #469064 Adding support to have collections as parameters in SoapMessage Related work items: #470065 Afater updating Infragistics version, e.cell.column can be null in some cases. Adding additional validation Related work items: #468685 fix: MinHeight was not considered when setting the grid row size Related work items: #469943 Modify the style applied when a Related work items: #463898 Related work items: #466051 Adding input for AllowMinized in OutlookBar component Adding unit tests Related work items: #469857 Adding id for the numeric up down increase and decrease buttons. Related work items: #466112 There are two scenarios on EPSi where a TabControl is being customize through a ControlTemplate, this customization is made with a TabPanel and a ContentPresenter, it is a high complex issue becasuse if we want to support the feature, we will need to re-implement the TabControl, so the easiest and fastet way to solve the bug is to add this workaround. Related work items: #455812 Support added for system.convert.ToDateTime Related work items: #468085 Support invoke method for the HTMLWindow Related work items: #469328 Fix calling In Silverlight/PRISM you can call the Related to #469223 Related work items: #469223 Move Related work items: #464510 Related work items: #464538 exclude eslint rule for type any Related work items: #468341 ColumnsTab, Percentage text should not display in progress bar component Related work items: #461452 Fix problem not showing current ribbon radio selection Related to #466839 Related work items: #466839 Chaging datepicker layout to match silverlight control Fixing e2e Related work items: #448003 Fix XamGrid sync rows with the results of a filter Related work items: #465466 fix the close event for the childwindow Related work items: #466147 Fix Bug 443363 : [DS#100] RadRibbonGroup.Title seems not to be applied when bound in XAML Related work items: #443363 fix: XamGrid CellClicked event to be fired as expected. Related work items: #466081 feat Adding proxy support for DataServices. DataServices require specify the dataservice uri in some bodies, these Uri is then different than the one from the request. Adding a new parameter to specify the proxy (if required) and using it for request but not for bodies +semver:feature Related work items: #466896 fix: BUG 414881 DataGrid.RowStyle is not supported Related work items: #414881, #465151 Add support for bindings in Related work items: #464510 Add directive for setting complex property +semver:feature This is used to set complex properties in the conversion of DataTemplates which may generate Related to #460085 Related work items: #460085 Hotfix issues in reporting services. Load event should be triggered on component's first load. This is caused by a timing issue on Ribbon component #465413 Related work items: #465413 RadRibbon IsMinimized, IsMinimizable properties support Related work items: #417118 test: Adding skip to failing test to be fixed Autocompletebox Verify SelectedItem Property and Rad Date Time Picker verify if value changes when dateTimeText is changed has been skipped. Added PBI to fix these test. Related work items: #466653, #466657 Related work items: #466117 Images in Distributed reports tree are not being displayed Related work items: #397371 Fix tab subscription import Related work items: #459437 Added fix for bug #465401 removed css after merge Angular12 Related work items: #465401 Fix bug #465335 Changed the way Icon buttons are rendered with the Ignite for Angular 12 version Related work items: #465335 feat: Adding support to serialize complex parameter in SoapMessages. Currently only scalar values were supported. +semver:feature Support includes objects marked with the SoapEntity decorator and ObservableCollection objects. Serialization includes objects as part of the Envelop message send in the body Related work items: #464727 In Base-gallery component fixing parameters order when SelectionChangedEventArgs in invoked Related work items: #463738 Related work items: #464472 fix the access of the cell data in the xamgrid and datagrid Removing RadRibbonButtonSize, all the ribbon objects should use the ButtonSize enum Related work items: #465161 Feature: Trigger load event on children components inside a tab item. Event should be triggered every time the tab is selected. #459437 Related work items: #459437 Fix. Adding maxWidth attribute for textBlock Related work items: #464404 Fix: Binding path with value '.' not supported in text-column Bindings that capture the complete context object in a data-column are now supported. For example: This binding is going to use the complete row data as the value of the cell. Related to #448540 Related work items: #448540 fix: MissRenderingStackPanelItems Related work items: #433743 fixing the chart e2e test for cypress Related work items: #464436 XamGridColumn.IsFixed property support Related work items: #436583 Add basic support for Related work items: #458711 Related work items: #458711 Search control is shown in the middle instead of the right side of the panel Related work items: #445363 exclude e2e test for chart component Related work items: #463909 Related work items: #443330 feat: Update Silverlight projects to Angular 12 Co-authored-by: Edward Aymerich eaymerich@mobilize.net Co-authored-by: Jonathan Aveldano javendano@mobilize.net Co-authored-by: Manuel Figueroa mfigueroa@mobilize.net Related work items: #459896, #436604, #436609, #436611, #436610 Related work items: #436604, #436609, #436610, #436611, #459896 Add validation support for Related to #448425 Related work items: #448425 Adding autoheightwidth class to button control template div Related work items: #463539 fix: Issue with RadRibbonView rendering when the user navigates to a different tab on loading process #461524 Related work items: #461524 Adding fix in label component in order to validate if the content is a string. A change added in the html template to correctly display the string value or the corresponding content. adding change in ReflectionSupport to validate in the getTypeInfo when the object is a anonymous function. Adding test for both changes. Related work items: #461470, #461532 fix: supportIconElement Related work items: #456377 fix: Issue with usercontrol resizing and inherit display value for grid cells Related bugs #461227 #452099 Related work items: #452099, #461227 Related work items: #460117 Adding class to be used in client app Related work items: #462595 revert: "Merged PR 74907: DataSourceWrapper - primary key in xamgrid" This reverts commit aa8fb29ed7e2bb2424e95657f9ba51e33e23d081. Related work items: #462468 feat: Support Dynamic controlos inside radGalleryItems Related work items: #459372 427693- Control.FontWeight is lost during migration for any control except TextBlock Related work items: #427693 Removing not standard headers (avoid CORS restrictions) Related work items: #462103 addQueryOption should be send as $filter plus escaped = and & operators Related work items: #461431 Added SmEnumConverter to be used when a enum should be displayed as string instead of number Related work items: #455413, #459416 Added support from xam-grid-columns for complex bindings Extracted FrameworkElement generic code used to resolve bindings Related work items: #454484 XamTileManager resize feature stuck after width changed Related work items: #459185 Fixing typo in datagrid and datagridmodel Related work items: #461368 Fix module loading problem Fixes problem initializing modules out of order Related to #455729 Related work items: #455729 fix: Added the updateSorting to the ngAfterViewInit and validated in case of not array inside the removeSorting method. Related work items: #460938 Change to process an additional error scenario on the WCF response. Adding test Related work items: #455826 Related work items: #459389 imageValidation Related work items: #456265 fixMissComentedLines Related work items: #434066 remove display Related work items: #452093 Removing timeout from radioGroup.service.ts because it is causing that the unselecting process of the radios triggers client code after the correct time Related work items: #448075 Key predicate in complex keys must specify name/value pairs instead of single value as today Related work items: #460241 Previous implementation was separating columns by their type (text and template) causing a different order when rendering. Introducing aliasing thru the provider to get children by base class fixes that issue by having a single column Related work items: #459468 XamgridStylingIssuesDEMO Related work items: #434066 Fix problem when reapplying bindings When reapplying bindings (due to reconstruction of Related to #458558 Related work items: #458558 Loaded event Related work items: #441990 Vertical center aligment does not require to set margin-left and margin-right, just top and bottom Related work items: #459425 Fix Related work items: #455798 On Related work items: #452804 There was an early version of the HyperlinkModel that is no longer neeed it. Also the HyperlinkButton can render other components as content. Related work items: #454417 Related work items: #455717 Add support for FontBindings in TextBlocks Related work items: #451317, #451349, #451519 Fixed CheckBox events args to return a RoutedEventArgs Called detectChanges when Text property is updated. Added support for xamgrid component ItemTemplate and EditorTemplate for DataTemplates Added injector for xamgrid module to load DataTemplaes Fixed issue with ColumnWidth default WidthType Added XamGridCellControl with content lazy loading Related work items: #447830 Fix problem loading modules Fixes problem when trying to load module while a depending modules is still being loaded. Related to #455729 Related work items: #455729 Once the LoadUser method is casll it is required to set the current user to the loaded one Related work items: #458703 Related work items: #455775 Added performance change to avoid executing the dynamicElements code all the time because it is triggering poor performance on some screens #455717 Related work items: #455717 Domain Context webservice was not deserializing complex object (array only). Adding support for SimpleDictionary Related work items: #456175 Manual changes support Added changes to the treeview so that manual changes can be supported Related to #449108 Related work items: #449108 Add filterig to PagedCollectionViews Also fixes refreshing the DataGridView components Related to #455101 Related work items: #455101 Avoid Related work items: #453713 Textblock.TextWrapping was not working as expected, threre is an scenario where the text property comes from a binding and the TextWraping is set to NoWrap, the behavior is similar to white-space: pre in css. Related work items: #454381 Fix problem of bindings being removed at runtime Fixes problem when creating and destroying a component that represents the same control model. Related to #449174 Related work items: #449174 Add basic implementation for Related work items: #453713 Returning the correct DateMinValue in processRegexWithTimeZone Adding a function to compare two dates by the numeric equivalence of the date because it is the correct way to verify if date objects are the same Related work items: #456285 A problem related to the height of the DataGrid created an empty gap at the end of the component. Related work items: #452269 SelectedItemGallery Related work items: #452694 TabItem IsSelected was not set properly Add documentation to TabControlModel and TabItemModel. Related work items: #453774 Related work items: #453749 Automatically convert a stream resource to stream when iterating a Related work items: #452965 Fix Date deserialization Add code to adjust timezone offsets when present. Related to #453474 Related work items: #453474 Adjusting the user authentication process. It wa not properly loading the returned user becasue it was not setting the Entities property in the LoadOperation object. Additionally it was not setting up properly the LoadUserOperation in default WebAuthenticationContext.LoadUser method Related work items: #454224 Changes in radDataTimePicker to support binding in dateTimeText Adding unit test Adding e2e Related work items: #451485 This error was caused by some undefined references to the IgxGrid because of inheritance issues, and also in some scenarios the object comparison even when they match using a simple operator "===" does not work, thats why it is change to a isEqual function from 'lodash'. Related work items: #452128 434664- Checkboxes in XamlGrid cells are showing unnecessary scrollbars. Related work items: #434664 Reduce the number of actual timeout calls for resize event Adds an utility function to group a set of calls to Related to #443634 Related work items: #443634 Added minor fix for bug #452132 Memory leak caused by BorderComponent injecting the same model to its children DataTemplate Case Same case as #400726 Related work items: #400726, #452132 DataServiceEntitySet exposed a set name property but it requires the entityName also (they can differ) so a new property named entityName was introduced to the annotation Related work items: #451550 Fix problem disposing region Emulating region disposal the way it works in Silverlight is very difficult. The Silverlight version uses a combination of weak references and VisualTree verifications to determine if the host of a region needs to be disposed. In this commit we try to improve this behavior. However there may be still unsupported scenarios. Related to #449619 Related work items: #449619 messagebox handler Related work items: #440265 fixed problem with height in radcombobox Related work items: #450800 Implemented a new mechanism for the ValidationError in order to fix 3 bugs. Related work items: #447799, #448486, #449066 TabControl content should also be disabled when the tab or the whole TabControl is disabled. Related work items: #452730 Both the input and the side button are disabled, when the isEnabled property is set to false. Related work items: #439730 Added changes to support event execution in inherited components like AllScriptsCombobox for EPSI project #451547 Related work items: #451547 AccordionItem component now supports bindings for the foreground property. Related work items: #452057 Related work items: #414880 Once save operation is finished it is required to update local state of all updated entities. Adding EntitySet.save method in order to update internal structures of the entityset plus the entity state itself Related work items: #451550 Update the report path of the coverage reporters. Related work items: #452150 There was an scenario where in code behind can be defined a value lower than the minimun, with this change that is supported. Also in some scenarios the value set on the model was different from the value shown in the input, now both values ​​are syncronized. Related work items: #450547 Successful http code are not a single one but a range of values. Adding logic to consider return codes from 200 to 205 Related work items: #451550 Fix Also refactor repeated code on several Related work items: #448416 Related work items: #443992, #444191 Adding implmentation for DataServiceContext.EndSaveChanges Related work items: #451550 Fixing: wrong event was sent as parameter Related work items: #436142 registerIcons Related work items: #432723 Responses from SaveChanges were not processed. Updating the process result method in order to distinguish between query and save responses, processing them properly Related work items: #440093 Added support to resolve columns static resources until the parent property is set. Related work items: #443383 Fix Moved to use Related to #443634 Related work items: #443634 Adding to script reporter options by browser Related work items: #436646 Fix items not being shown on Related work items: #448472 Added support for the AreRowDetailsFrozen property #414887 Related work items: #414887 TextBlock MouseLeftButtonDown event support Related work items: #449174 Implemented the focus on open for the child component Related work items: #447773 Support for the following properties: - Background. - Format. - IsEditable. - Value Also support the KeyDown event. Related work items: #448423 359908- changes reverted. Related work items: #395908 Change in ButtonBaseModel to execute the corresponding callbacks for the CommandProperty and CommandParameterProperty. Adding tests Updating radribbon test. Related work items: #435641, #436645, #448505 Fix runtime error removing tab Related to #449619 Related work items: #449619 Added a fix to have the treeView expanded Related to #444727 Related work items: #444727 Added styling when the rowDetails is set to visible. It should keep the details expanded all the time Related work items: #449215 Fixed problem with tooltip showing when it has not to. Related work items: #447792 Fix serialization of lists of Guids Related to #449252 Related work items: #449252 Adding returned object from a query to the tracking mechanism. When adding merge could be needed, for now AppendOnly merge policy is applied (keeps the existing one, appending the new one) Related work items: #440093 Update peer dependency to latest 11.1.29 version avoid the classref issue Related work items: #435521 Adding basic implementation of IEnumerable.Union method Related work items: #449318 Added support for type conversions in bindings from boolean to number #449127 Related work items: #449127 Separate Related work items: #443298 Bug fixes: fixed: Control filtering per column added: Additional filtering conditions fixed: Cell object reflects back to the grid model Related work items: #432723 Add support for Related to #448399 Related work items: #448399 Related work items: #435663 395908-Login Screen - User Name and Password text boxes don´t look like Related work items: #395908 stringSplitpipe Related work items: #438597 Change strategy for triggering Avoid triggering Related to #443634 Related work items: #443634 fixed problems with the sortMemberPath Related work items: #445556 Added css stament to fix #444162 Priority 1 bug. Related work items: #444162 Related work items: #434561 Wrong parameter emit in the ValueChange event, The input value will change when scrolling up or down. Related work items: #442036, #442610 Fixes for the next 2 bugs. Related work items: #445552, #445592 There is a specific behavior that happens when the XamTileManager has this properties. With this implementaion that behaviour is supported. Related work items: #444811 Renamed event and adjust anchor element size to trigger the event only when the user clicks over the anchor element and not over its wrapper #444671 Related work items: #444671 Added support for the RowDetailsVisibilityMode #445613 Related work items: #445613 Add Changes the way formatting strings are applied to xam-grid cell elements. Now the centralized string and date formatting functions are used to to apply format strings. Related to #438230 Related work items: #438230 Fixed problem with tooltip in textbox not showing ok Elementos de trabajo relacionados: #443260 Adding Istanbul comments to increase the conditional coverage in i-components. - Some code smells were fixed. Related work items: #436617 SupportCommand Related work items: #443361 Added missing methods causing compilation issues Related work items: #422434 Remove wm-data-grid events not declared in DataGrid Removed: - RowDoubleClicked - RowClicked - RowChanged Related to #445391 Related work items: #445391 Fix Related work items: #444605 Adding support to save pending update and delete operations Related work items: #444891 Previous change in data-grid.componet.html was hiding the column is Width.Value was 0, however when size is set to Auto the value is 0. Adding a new property in DataGridLenghModel to indicate that a 0 absolute value was set Related work items: #438584 Fixed some wrong behavior in the datapager. Related work items: #442918 Added support for the static method ToolTipService SetTooltip static method #422434 Related work items: #422434 Adding changes for moving the wms-framework unit tests from Karma to Jest. - Test format updates (using the supported jasmine matchers for Jest). - Removed the wihContext() matcher because this is unsupported in the jasmine version of Jest. Related work items: #443969 Add implementation of Related work items: #442583 Removing grid splitter from cypress json Related work items: #436646 LabelContent Related work items: #433084, #444324 The splitters used to change the actual height or width of the grid, with this change the size of the grid is fixed the splitter only affects the size of the rows or columns inside the grid. Related work items: #443430 Related work items: #442930 ExpandedNodeFix Related work items: #443257 Add utility for loading local file Adds an utility for loading files. It is based on the use of Related to #443893 Related work items: #443893, #444604 Added call to resetRows when the ItemSource is changed Added gridColumnsInheritance to manage inheritance for gridColumns Added resetRows implementation in charge of refresh the footer rows Added command to execute i-components build withou ng lint for development Added mechanism to refresh bindings for controls, current implementation required refresh each binding manually per control Related work items: #416032 Soap post calls was returning a framework object in the IAsyncResult.AsyncState field but migrated application requries to have user defined user data instead Related work items: #435856 XamGrid Columns are too Small, this was caused by small value in the definition of the ColumnWidth. Related work items: #428146 Attempt to fix Related work items: #442583 Related work items: #442979 DoubleAddButtonFix Related work items: #418708, #425110 DataGrid sometimes don't load or refresh its content fixed Related work items: #441381 Fix a Related work items: #442583 Related work items: #429557, #429558 Serializing properties of known datatypes only, removing starting '_' for property names and changing changeset format Related work items: #435856 Trigger Related work items: #427587 Implemented a fix for width 0 column problems in datagridcomponent. Related work items: #438584 Added support to enable sorting in custom template columns for the DataGrid Bug#431141 Related work items: #431141 Soap messages have to namespace concepts: service namespace and xml schema namespace. Adding an atribute to entities to specify the second one Related work items: #435856 Small fixes related to report execution Related to #440881 Related work items: #440881 Adding dataservice.AddLink implementation Related work items: #442333 Added support for columnLayout row selection, added internal handler for rows selections Related work items: #438372 Subset of e2e test Related work items: #436646 Add utilty for generating a file in JavaScript and download it Related to #433996 Related work items: #433996 Narrowing a bit the width of the validation errors hints Related work items: #442677 435429 - Bug Fix. Related work items: #435429 Some issues rekated to the resizing were fixed also when the user made a resize on a tile changes its height and width on the model. Related work items: #421806 Move IsEnabled property to the Base component, also solved some issues related with isEnabled. It is important to mention that on Silverlight the isEnabled property belongs to the Control class, but I moved to the FrameworkElements Class, because was the easieat way to achieved the repostion of the isEnabled from the components that actually implement the property to the base components. Related work items: #439730, #440191, #440585 entities should return a ReadOnlycollection of EntityDescritptor which entity must be any. Current implementation generates compilation errors in usages Related work items: #440093 Related work items: #423939 Adjusting verification on getResourceKeyValue for cases where resourceParent could be null too Related work items: #441963 Add support for OData expand command Related work items: #441317 Syncing the columnLayout.Grid of the items from the model columns. The existing code only synced the viewChildren items when they are added through the component. Related work items: #440645 Change Fixes problems with control inheritance Related to #440309 Related work items: #440309 First implementation of DataServiceContext.BeginSaveChanges that persorms the request for added objects only (no other change is considered). It neither include processing response messages for error checking. Related work items: #440093 Change for setting the correct cell value. Moving the row set before the set of the ActiveCell to avoid runtime errors. Related work items: #435916 Fix escaping of regex characeters utility Related to #440751 Related work items: #440751 isEnabledChanged Related work items: #388560 selectedDate Related work items: #438571 Wrong parameters on the numeric up down emitters Related work items: #439780 Footer fixes. Add row behavior. Related work items: #440764 Related work items: #435821 Change to set the button IsPressed property to true in the clickHandler. The entire problem must be reviewed in the original bug. Updating unit test to use the new expected value Related work items: #440660 Dinamically added div for gridSplitters, with this div the grid splitters are workimg as expected. Related work items: #428745 429692- Button images doesn't look disabled when the button is disabled Related work items: #429692 The addQueryOption allows to add filters to a query. Related work items: #436195 Setting the response type to text for soap messages Related work items: #435856 Support for XamTileManager Tiles resizing feature. Related work items: #421806 435991-DataManager-RuleSetHistory- Datetime picker controls are partially hidden Related work items: #435991 Adding a automatic header to SoapMessage containing the SoapAction. Related work items: #435856 Add support to expand/collapse Related work items: #424821 Add date formatting with format alias Fixes problem when trying to format a date using a single letter full format alias. For example 'd' is an alias for Related to #438570 Related work items: #438570 Adjusting charset because wrong format Related work items: #435856 Update the path for the generation of the UnitTest report. - Add changes for the sonar-properties config. - Remove single test run instruction. Related work items: #436612 435429-Button and RadButton.IsPressed implementation never resets to false Related work items: #435429 Add implementation for This operation is meant to replace LINQ Related to #437787 Related work items: #437787 Wrong string instance of validation was causing a false condition all the time. This was causing that string values were generated with extra "" characters because they were handled as json objects Related work items: #435856 Added fix for bug #436614 Related work items: #436614 Added fix for bug #436602 Update the selecteditem using the SelectedValue and the SelectedValuePath Related work items: #436602 Change to get the correct target type when the type received in the services comes with the structure of a type defined with generics. Adding test for the new method. Adding a change to fix a regression when setting the ActiveCell Related work items: #436280 Adding default Content-Type header Related work items: #435856 Added case for currency formatString with lowercase 'c' Added pending documentation Related work items: #436337 434660 - Hyperlink buttons should not have underline shown except when the mouse is over it Related work items: #434660 Setting default Accept header for SoapMessage it needs to be "text/xml; charset-utf-8" Related work items: #435856 Set the Related work items: #436240 Add support for Related to #435646 Related work items: #435646 433251- PasswordBox.KeyUp|KeyDown events gets fired with the component as 'sender' instead of the model (Login doesn't work with ENTER) Related work items: #433251 Added special parse for System.Windows.Visibility Related work items: #434811 Added support for the HierarchicalDataTemplate migration Related to #429557 Related work items: #429557 Fix issue reported by QM Listbox sample is not working as expected Related work items: #437083 ActiveItemChanged event trigerred if the node has a HierarchicalItemTemplate property defined Related work items: #436260 Adding BasicBinding to index Related work items: #435856 Change to fix an issue with the XamGrid component ActiveCellChanged. Removing emit from the activeNodeHandler and add the observer registration in the ngOnInit. Adding unit tests Related work items: #433265 Added handler for the mouseleave events. Fix the AutoCompletebox event also #436254 Related work items: #436254 Hot fix for problem processing response Related to #436706 Related work items: #436706 Remove the selectedItem property from the xamgrid Related work items: #436025 Added support from code behind to select an item of the XamTree Fixed issue when a item is selected, the item is mark as checked Added changes to identify ui actions over items to set an item as ActiveItem Added visual improvements for activeitem and selected items in the XamTree Related work items: #425881 Add Related to #436217 Related work items: #436217 All the bindings and channels support was highly coupled to JSON WCF standard, refactorings applied in order to allow introduced different protocols such as Soap messages. Soap messages support added, including deserialization of the messages. Adding support to specify collection datatype when using generics Related work items: #435856 Fix TabControl isEnabled handling Now it is possible to disable the tab control without altering the Related to #427661 Related work items: #427661 Add support for Adds support for validation using the Adding support for validation UI hints is going to require changes to the specific controls. Validation UI hints are displayed using CSS3 Related to #430421 Related work items: #430421 Added fixes for bug #434826 Added Support for DropDownOpen Related work items: #434826 baseDataColumns Related work items: #432608 Added necessary configuration for the SonarQube unit reporter. - Unit reporter configuration for i-components. - Unit reporter configuration for wms-framework. Extra changes: - Exclude the generated reports in the git ignore file. Related work items: #427594 423286-XamTree treenodes text should not do wordwrap, horizontal scrollbars should shown when the text of the node doesn't have enough room Related work items: #423286 Support for HierarchicalItemTemplate property for XamTree. Related work items: #426301 add support for the footerText in the textColumn for the XamGrid Related work items: #433741 Fix bug #432674 Remove rowEditable feature causing issues the edition is handled by the columns in this grid. Related work items: #432674 Support Related work items: #430151 Revert changes of content control for template support. This changes were wrongly added in other PR. Related work items: #433866 Related work items: #428637 Add range validations for hours, minutes, seconds and fractional seconds when parsing a string using Related work items: #425680 fixing default state for the SortingSettings.AllowSorting property in xamgrid Related work items: #429443 moveStylestoEpsi Related work items: #433082 429308- Hyperlink buttons should not have underline shown except when the mouse is over it Related work items: #429308 Implemented a fix for the xamtilemanager and xamtile problems. Related work items: #422533 Support for multiple GridSplitters in the same grid Also validate the mouseup event to avoid unnecessary call to the MouseLeftButton event of the GridSplitter Related work items: #428742 Fix for uncovered afterviewinit changes Related work items: #425003 FixingCollectionEvents Related work items: #431161 Add coverage for content presenter Related work items: #425003 fix(footer): footers are displayed in column groups Related work items: #416032 Related work items: #421822, #425003 removeClassItemsControl Related work items: #423422 Add support for Related to #423214 Related work items: #423214 Veirify for internalArray instead of type. Allows different types of collection to be bound to the XamGrid #431586 Related work items: #431586 Fix bug #431152 ~Trigger selectionchanged when the property is changed Related work items: #431152 Register Related to #430350 Related work items: #430350 contentControlCompilationError Related work items: #409110 Set textsearch pipe as impure to detect changes on the collection elements. #430539 Related work items: #430539 Adding additional validation to avoid errors in XamGrid Related work items: #431099 activeCellChangedObserver Related work items: #429359 Added changes to send full selected item on radComboboxes when stackPanel mode is active #429841 Related work items: #429841 Angular Lifecycle hooks as functions instead of lambdas Related work items: #409627 isEnabledForButton Related work items: #429628 Sync Rows with itemSource in the modelChanges action instead of the property setter #422365 Related work items: #422365 Column footers & footer visibility Style bndings Bug fixes Related work items: #430129 Add implementation for Related work items: #428751 Added handler for checked and unchecked events for RadMenuItem #427928 Related work items: #427928 refactoring ngOnDestroy baseComponent Related work items: #420191 Fix resource lookup from grid column Enables having resource lookups inside template columns Related to #416397 Related work items: #416397 Related work items: #410977 409630- Not all lifecycle hooks in angular can be reported to the models fixed. Related work items: #409627, #409630 Added refactoring to events to remove runtime issues found on bug #418743 Related work items: #418743 Fix RuntimeTypeInfo.getProperty doesn't find property that RuntimeTypeInfo.getProperties does Related work items: #406194 RadAutoCompleteBoxItemSourceHeight Related work items: #423465 DataGrid was not showing elements elements of a collection that is not an array Related work items: #427978 Initial implementation of the GridSplitter component, the component will not work if its not added a minor manual change where the component is used. Notes: - Its required to add some div to get the component working. - Also if there are multiple grid splitters in the same grid, only the first one will work correctly. Related work items: #410977 Restore the execution time for the Cypress tests. Related work items: #428728 MaxMinWidth Related work items: #421855 Add Related work items: #425680 updateItemsourceWhenModel Related work items: #423457 support xamgrid size when the control is inherited Related work items: #410514 Adding missing unit test for PR 67700 Related work items: #396177 Changes to add basic support for Content property when Button is using a Control Template Related work items: #422783 Adding notifyPropertyChange Related work items: #427278 Fix for tiles maximize/minimize problems Related work items: #422533 Related work items: #414924 Added handler to include items on StackPanelModel within the RadCombobox Related work items: #426394 Fix enum Related to #415715 Related work items: #415715 Fix binding to static property Related to #409920 Related work items: #409920 Added support to see elements outside the boundaries of the outlookbar component #423296 Related work items: #423296 Adding a basic implementation for CollectionView and CollectionViewSource objects. Includes creating, iterating, and dispatching changes Related work items: #426399 Support bindings for Related work items: #423230, #424784 Related work items: #423230, #424784 Adding timeout configuration properties for the karma.config file Related work items: #426429 fixMargin Related work items: #425829 Fixed the dependency property names Related work items: #418937 Adding scrollbar to listbox Related work items: #423708 Taking Min and Max Width into consideration when calculating columns size Related work items: #425711 Related work items: #419228 update iginiteui-angular package Related work items: #425517 Casting does not take into account the generic type, we need to expose the elment type in order to make proper decisions in converted code Related work items: #425390 support grid inside the stackpanel when is orientation vertical hozalignment center Related work items: #420186 Related work items: #420177 Adding constructor and enum required for compilation only Related work items: #424322 Fixing Margins Related work items: #423177 Creating the response from DataServiceQuery in order to get the proper QueryOperationResponseOf instance Related work items: #423965 Related work items: #420177 fix for exceptions in DataGrid Related work items: #422368 "auto" value was not properly handled as a vlid DataGridLengthModel value Related work items: #424198 IscheckableFunctionality Related work items: #417110 Add support to apply the template defined in Related work items: #419285 Instanciating object using the datatype provided in createQuery or beginExecuteBatch Related work items: #423965 Revert "Merged PR 71199: Add support for style setter assigned to dependency object to preserve properties values" This reverts commit 62e0c9ffd4284ea9876df163ec5d8c871b39e1ba. Related work items: #423895 Add support for style setter assigned to dependency object to preserve properties values Related work items: #414924 Change to fix an issue in the XamTile. Adding logic in the XamTileManagerService to notify when the Tiles are swapped. Related work items: #422442 fix for regresion caused by the fix of this bug 420169 Related work items: #420169 Post response has its own boundary. Let's read the boundary first then skip lines till xml Related work items: #423216 Add support to specify the column width for data grid columns Related work items: #421559 fix columnLayout when is a extended control Related work items: #423142 fontWeight Related work items: #420178 Fix cast from any type to Related to #415979 Related work items: #415979 Support for visibility in RadMenuItem Related work items: #419152 Fix for z-index problems. Related work items: #420169 Support for followings properties: - Background - BorderBrush - BorderThickness - Command - IsChecked - IsEnabled - LargeImage - Size - Text Support for the followings events - Checked - Click - Unchecked Related work items: #418908 Fix ContentControl in DataTemplates Fixes the scenario where a In this scenario the Related to #421810 Related work items: #421810 ObservableCollection was not implementing INotifyCollectionChanged Related work items: #421983 Change to be able to get the property info from the base class. Adding unit test Modifying existing unit tests Related work items: #421732 Providing a mechanism to solve static resource references. Solving the resource is delayed till the model exsists Related work items: #420452 change dependency field by a property with setter and getter Related work items: #421854 TreeScrolling Related work items: #396929, #419315 Related work items: #417680 Fix for exception when element found in FindName() is null. - Adding extra condition when an element is found. - New test: when the element is found there should not be exceptions. - New test: the element found must be a FrameworkElement type, not null. Related work items: #421258 Fixed wrongly set of IsEnabled false when the command is not set Related work items: #421227 InfraDemo Related work items: #418988 remove the NotifyModelChange and use the new bindinginfo system Related work items: #415788 Fix size issue of controls inside Related to #414847 Related work items: #414847 Change to add extra supported interface to the ObservableCollection Related work items: #420404 Fix for modelproxy not declared exception. Related work items: #418901 accordionSizeItems Related work items: #415020 Related work items: #420196 SupportSmallImageSize Related work items: #417130 bug fix #419922 Renamed event on igxlist component causes issues after update to version 11.1.22 Related work items: #419922 Add basic numeric formatting Add dependency and adapter for using the Related to #419132 Related work items: #419132 Validate firstElementChild of native element in handlerCalcActualSize Related work items: #419952 Change to support the textbox border brush Related work items: #418690 When solving a Binding the context solved for the given ElementName was not considered. Added a case to include ElementInstance in context inference Related work items: #420100 fix for the regresion when modelproxy is undefined in the ngOnDestroy. Related work items: #416383 Error responses return data as undefined so exception were generated when trying to access properties Related work items: #419597 Support for following DataGrid events: Also added more unit test to improve coverage. Related work items: #414862 Implementation of handlers for the Children of the GridComponent. Related work items: #416383 Related work items: #402561 Fix bug creating DataContractId Related to #417185 Related work items: #417185 Support for the following properties Related work items: #414965, #414970 Related work items: #419016 Wrong handling of doGet and doPost on error setting headers in doPost defaulting response type to text Related work items: #419040 Added support for ButtonBaseCommandBehavior Added support for IActiveAware for DelegateCommand Added pending implementation of CompositeCommand Added basic implementation of IsEnabled for rad-ribbon-button Added base directive for common functionality of directives Changed mechanism to set Command and CommandParamer Refactoring for set dependency property common functionality and moved to setDependencyPropertyValue Related work items: #408862, #413374 Fix for StackPanel margin problems, it's important to take into account that this fix works together with a change in the conversionTool. Related work items: #414446 Implementing MeasureOverride to at least return a size object, on SL Size is a structure so technically this function can't return null Related work items: #418604 Added changes to trigger click event on rad-menu-item components #417916 Related work items: #417916 Related work items: #418703 Add replacement for the Adds a replacement to the Related to #417185 Related work items: #417185 Fixing smTryParseBoolean to not throw exceptions when value is null or undefined Related work items: #416990 Fixing for SubscriptionEvent.ts so unsubscribing an event while doing a 'fire', doesn't prevent other event handlers from being fired Related work items: #417894 Related work items: #418187 Reimplement Also remove Related work items: #414584 fixing inherintance for the contentControl Related work items: #414517 Added support for missing XamGrid Events Related work items: #416460 Related work items: #417821 Refactoring ActualSize feature and removing Console log Bug#416459 Related work items: #416459 Support for Related work items: #414971, #414976 Called MeasureOverride function to load Data on the DataGrid #416403 Related work items: #416403 Fix control template issue Fixes problem when modifying dynamically created control with control template. When modifying the Related to #391016 Related work items: #391016 Added support for globalizationhelper related to #411661 Related work items: #411661 Improve Relates work items: #413424 Add support for Related to #402194 Related work items: #402194 triggers selectedRowsCollectionChanged Related work items: #413583 If cell content width is greater than the cell width no longer overlaps to the next cell. Related work items: #415330 Related work items: #414958 Is important to mention that the default value of font size in Silverlight button is 11px, but that is too large for the buttons present on this bug, so the values was set to 8.75px. Related work items: #414893 When AutoCompleteComboBox is inherited, current migration solution generates a template for inheriting control that creates a new nestted AUtoCompleteComboBox component. We need to bind the templateItem property of nested control with the wrapping one. Related work items: #416210 support cellBaseCollection for the xamgrid Related work items: #414639 Added support for dynamic content loading for ChildWindow Related work items: #414516 Fix for bug related to the wmcontainer size when the stackpanel size is not 100% Related work items: #414960, #414972 fixing ribbon size Related work items: #402738, #410553 Adding implementation for IsEnum Related work items: #415537 Fixed the EPMWaitControl loading for ever due to a console error in the XamGrid Component Related work items: #409842 Added binding changes on chart to include the datapoint indicator to the lines and to display tooltips #414583 Related work items: #414583 updateXamgridDemo Related work items: #412827 Support for DataGrid.SelectionChanged event Related work items: #414891 Support for Path.Stretch Property Related work items: #410815 Add missing reset old MaxColumns and MaxRows values after changing the XamTileManager contents Related work items: #404132 SizedChangedEventArgs was an empty object when called in the Height and width in callback functions, now it should not. Related work items: #414514 Fix bug triggering Related to #414650 Related work items: #414650 Fixing to lazy load PagedCollectionView.SortDescriptions so it is never null when requested Related work items: #414641 Show inner content of Related work items: #407455 Quick fix to avoid exceptions when Related work items: #414555 Change to fix a regression in the stack panel component template Related work items: #415064 Enable bindings for Related work items: #407455 Fix scenario of binding to Fixes scenario binding to a Related to #414964 Related work items: #414964 fix the columnLayout.Grid property for the columns in the xamGrid Related work items: #410744 Fixed some classes to support data grid text column mappings Related to #408158 Related work items: #408158 DisplayMemberPath was not rendered when stackpanel used as ItemsPanel of ItemsControl. Passing value to stack panel and adding html to render it Related work items: #414677 Added support for declaringContext in control templates Related work items: #409841 Related work items: #414239 Related work items: #414154 Empty Chart Template Related work items: #411411 Added template validation to disable grid edition when an external component is used within the cell #404960 Related work items: #404960 Add alternative way to resolve resource This is used to resolve resources inside templates Related to #409892 and #410490 Related work items: #409892, #410490 Fix for the bug with stackpanel combinations. Related work items: #409816 support the contentChild in the contentControl Related work items: #410078 When the key type is not primitive nor An exception is still thrown if key type is Related work items: #413424 Add styling to autogenerate the scroll on overflow trees (cherry picked from commit 987462dea51c2cc2798121e78747dd5809edca15) Related work items: #409826, #410770 Fix problem with dynamic control creation Related to #400726 Related work items: #400726 Fixing for issue: IRegion.ActiveViews don't get updated when a view is added Related work items: #404731 Added support to the DataGridRow model #408157 Related work items: #408157 fix button in e2e test Related work items: #412577 Support for dynamic controls in the RadRibbonDropDownButton.DropDownContent property. Added additional E2E test. Related work items: #409916 Implementation for: - UIElement.RenderSize - FrameworkElement.ActualHeight. - FrameworkElement.ActualWidth. Also renderingFlag/isInitialized is now can be found in the base component by the name of isInitialized. Related work items: #408198 Enabling using enums as combobox elements (Problem with first element of enum because its value is 0) Related work items: #412724 Modified the ChildWindow component Related to #399902 Related work items: #399902 Trigger detectChangesAction after changing the itemsToRender collection #410483 Related work items: #410483 Related work items: #410078 Add support to Related to #411689 Related work items: #411689 Fixing bug 411179 - Adding support for background Related work items: #411179 Add implementation of Also remove a couple of circular references. Related work items: #408782 Related work items: #407611 FixToLowerCase Related work items: #408855 Related work items: #408831 Fixed typo in E2E Chart Sample Related work items: #411366 Related work items: #409209 Related work items: #411255 exclude unnecessary files Related work items: #411205 support highlight for xamtree and treeview Related work items: #401463, #409952 Added fix for bug #409295 avoid xam-tile elements to overflow and move the buttons. Related work items: #409295 Related work items: #408375 add xamGridColumnBaseModel Related work items: #394120 Fixed the transparency of the xamTiles Related work items: #400969 remove firefox plugin from package.json Related work items: #409653 Bug fixed and adding e2e to test the templateHeader functionality. Related work items: #409583 Move logic existing in the StackPanel component to the RadComboBox component. RadCombobox services is no longer need it. Related work items: #404998 Fixed problem of numericupdown not saving the current value when losing focus Related work items: #408813 Related work items: #409038 Accordion was not supporting ContentTemplate element. Support was added by refactoring the html of AccordionComponent, moving the responsibility of rendering the Item to AccordionItemComponent. Static accordion items are now rendered with ng-content, it has the problem of dynamic changes in the accordion item list. To be addressed in a separate PBI. Related work items: #408268 Support for the following properties: Support for the following properties: - Click - MouseEnter Related work items: #404725 Related work items: #403985 Fix deserialization of Related to #408893 Related work items: #408893 Change to fix an issue with the order of the modules initialization to make the modules that depends on other modules to wait for their initialization in right order. Related work items: #406734 Implementation of the resizeObserver to fix xamTileManager bugs related to the size management of the component Related work items: #400866, #402670, #404589 Fixed the getProperties method to find multilevel hierarchy related to #406237 Related work items: #406237 Add support for binding paths with index access Added support for bindings like: Related to #406370 Related work items: #406370 Fixing to serialize basic types as json correctly and also cleaning the headers collection in a message before starting a new invocation Related work items: #408423 RadRibbonDropDown Related work items: #398302, #402721 Initialize Related work items: #404629 Dispatcher implementation Related work items: #404040 update coverage for documentation and unittest of I-components Related work items: #408166 Accordion component did not support ItemTemplate element. Adding basic support for inline item template and intetration tests Related work items: #407074 Support for the following properties: - Background. - Content - IsChecked - IsEnabled - IsThreeState - Template Also support for the following events: - Checked. - Click. - Indeterminate. - Unchecked. Related work items: #404726 remove the staticmodels method from the grid component, to avoid the duplicate controls Related work items: #406334 "@compodoc/compodoc": "1.1.13", "karma-firefox-launcher": "^2.1.1", Related work items: #407358 Fixing on the serialization to JSON of SimpleLists Related work items: #407246 Adding support for combination of ItemsControl.ItemTemplate and ItemsControl.ItemsPanel as xaml Related work items: #402174 Add special deserialization for Related to #405196 Related work items: #405196 Fixing RadComboBox parameters order Related work items: #403272 Validating for undefined value. When component is not visible the html element is not available Related work items: #404639 parameter deleted from RadComboBox constructor, it was causing epsi compilations errors. Related work items: #403272 Fix binding path problem Fixes problems like a binding with path 'a.b.c' and 'a' being null. In this case the binding must not update the source. Related to #406370 Related work items: #406370 Hotfix bug #404998. Feature must me redefined into the RadCombo Related work items: #404998 fixingDestroyHandlers Related work items: #406071, #406379 Remove the code that sets Related work items: #401635 Related work items: #401635 When iterating a Related work items: #406150 Related work items: #406635 RadContextMenu Related work items: #360685 RadComboBox now reacts to the changes made via two way data bindings into the SelectedItem property. SelecterModel was changed. Related work items: #403272 Added missing binding validations options to binding Related work items: #399757 Added validation to avoid console error bug #406333 Related work items: #406333 Added fix to reload tree items due to an identified issue on Mat-Tree component. Bug#406512 Related work items: #406512 Add a Related work items: #403205 Change to fix a regression in the clickaction directive Modifying unit test to work with the change in the click Action directive Related work items: #406232 Added filter template and filter template editor Reograganized XamGrid components and directives into a separate module. Initial rendering of the hierarchy emulation for column layouts. Related work items: #406089 Change in ModuleManager to add an additional validation to avoid addition child modules that should be loaded on demand. Related work items: #404954 Supporting ItemsControl.ItemTemplate resource key binding. Added new set of tests to validate itemscontrol based on models similar than migration Related work items: #402174 hasCloseButtonDefault Related work items: #399954 update e2e cypress version Related work items: #404595 Added support to load the treeview items from the Items collection #403261 Related work items: #403261 Add support for Related work items: #401635 Related work items: #401635 Set item template to UnboundColumn model Related work items: #404591 Added constructor ovearload for DIContainerDependency attribute Related work items: #403135 Added fix for bug #402639 Adjust cell styling to avoid generating scrolls on components Related work items: #402639 Related work items: #395741 Support for bindings in ProgressBar component Related work items: #399381 Changes to fix some issues with the ClickActionDirective Updating directive unit tests Related work items: #403209 Added a Rows collection from datasource items and not from the displayed components #402650 Related work items: #402650 Added support functions for extra mappings Related to #395740 Related work items: #395740 Support for bindings in the following properties. - WatermarkContent. - SearchText. - TextSearchPath. Related work items: #398026 Dynamic border child creation Related to #401488 Related work items: #401488 Related work items: #403637 add min-height for the childWindow and childWindow scss Related work items: #402475 Support the following properties: - Content - IsEnabled - ExpandDirection - Header - IsExpanded Also support the following events - Collapsed - Expanded Related work items: #399759 Added fix to solve issue with large data sets on RadComboBox #402495 Implement Ignite igxForOf directive to allow virtual scrolling Related work items: #402495 Change to set the button IsPressed to true when the button is clicked. Change the IsPressedProperty default value to false. Adding test Related work items: #402581 Fixed the toggle buttons wrong size bug. Related work items: #402418 Added support for datacontext propagation for controls from parent if the DataContext was not set directly to the element Added unit testing Related work items: #399602 Adding basic implementation for SetSource as seem used by bug 402549 Related work items: #402549 support number in the alignment input for base component Fix bug #399003 retrieve text from inherited buttons components Related work items: #399003 Fix for Bug399850 Related work items: #399850 Add the Related to #401461 Related work items: #401461 Stackpanel style change for buttons e2e added Related work items: #397794 Change to fix some issue when casting to IEnumerable. Adding change to support the cast of SimpleList to IList. Adding unit tests Related work items: #398311, #401649 Fixed bug #399548 Make sure that the load event is always called on ChildWindow start up action, since in the inherited cases it should not be triggered since a different load action sequence. Related work items: #399548 Ribbon dynamic changes Related work items: #398300 Fix XamTileManager dynamic update Related to #400507 Related work items: #400507 Removing view from list of named views Related work items: #401103 Fix dynamic creation of Border and ScrollViewer Related to #400858 and #399399 Related work items: #399399, #400858 Added mechanism to allow store pending values which required that the model exist to be set correclty Related work items: #398314 Margin property added in ContentPresenter component Related work items: #396242 Basic implementation for System.Windows.Shapes.Path Support for svg mode. Support the following properties: - Data - Fill - Margin - Opacity - Stretch - Stroke - StrokeThickness Related work items: #396519 Fixed comments that couldn't fix in the past Pull Request. Related work items: #369607 Call Related work items: #399893 Added small fix to clear elements in itemToRender that are not defined in #398379 Related work items: #398379 Implemented some other properties with it respective tests. Related work items: #369607 Wrong case on converting "false" literal to boolean, previously it was returning true for "false". Unit test added Related work items: #400516 When This is a hotfix to avoid such errors. The real fix involves creating a string adapter to correctly instantiate a Related work items: #393642, #400524 Support for SVG mode for Canvas and Ellipse component Related work items: #396511, #396516 change to replicate the behavior of Silverlight that updates the enable state of the target object attached to the DelegateCommand.spec.ts Adding a change in the clickaction.directive to set the targetObject to the command. Adding unit tests Related work items: #395892 Basic Cursor Implementation for border, rectangle, image and hyperlink. E2e and unit tests added. Related work items: #393642 Removed sender parameter in OnKeyDown event trigger. That parameter is not needed, not required in Silverlight Related work items: #395319 Fixing iuSingleOrDefault, it was not iterating thru all elements to apply the predicate. One test case had to be fixed because basically it was not testing thru all colleciton plus an additional test added to check for more than a single result Related work items: #399383 Add Related work items: #396989 Notify correct actions when an Related work items: #397242 Adding new directive to support the Canvas.zindex. Removing the Canvas zindex logic from the CanvasDirective Adding unit test. Related work items: #394425, #398018 The support of the ViewBox was needed to render the Rectangle component. Added respective unit test and e2e test. Related work items: #396499, #396513 Related work items: #397373 Fixed internal container register uses to right lifecycles Updated unit testings Related work items: #397104 Add componentid to ImageModel Related to #397936 Related work items: #397936 Any exception while handling an error of communication with the endpoint callback should be reported through Application.UnhandledException Related work items: #398753 Related work items: #395538 Change to add the initialization of supported interfaces to the SimpleList Adding unit test Related work items: #396981 Added conditionally expression to execute load at first group selection and not triggering all the groups load event at start up #395961 Related work items: #395961 Related work items: #397956 Cell control Related work items: #396528 Fix Related to #397247 Related work items: #397247 childWindowSizingIssues Related work items: #390405 Related work items: #394193 Added modifications to Key Enum to match JavaScript KeyboardEvent codes Reverts !67616 REVERT NOTE There seems to be some enum entries missing (for ex. Key.Left) that adds errors to EPSI Related work items: #395538 Added support for IsAlternateRowsEnabled in the XamGrid component. Related work items: #396524 Handle Related work items: #391742 Add support for SelectionChanged in XamTree Related to #396572 Related work items: #396572 Added modifications to Key Enum to match JavaScript KeyboardEvent codes Elementos de trabajo relacionados: #395538 Added support to open the first group as selected if no selected group has been defined at startup @396939 Related work items: #396939 Minimize option should depend on AllowMinimize property fix bug #396930 Related work items: #396930 Related work items: #382859 Support for HTML tags inside Button and ViewBox components. Related work items: #385738 Related work items: #395731 Adding support for Canvas.zindex Adding unit test Related work items: #394425 Added support to add custom CSS classes to Angular Components E2e added Related work items: #386620 Fixing porperty case (lower to upper) Related work items: #396275 Fixing Container property because it was not setting the private container field, additionally container field was changed to private Related work items: #397113 ReflectObservableCollections Related work items: #391639 Added support for the SizeChanged event in the FrameworkElement #383081 Related work items: #383081 Related work items: #393493 Implementing User flow thru authentication and webContext objects Related work items: #396275 Fix problem updating a XamTree when the root changes Related to #394212 Related work items: #394212 Related work items: #391742 The follwing components now support HTML elements: - Border - Canvas - Grid - Rectangle - ScrollViewer - StackPanel - WrapPanel Related work items: #385748 Fix Related to #396201 Fixing for some particular cases where color is null causing multiple exceptions in runtime Related work items: #396177 Add basic implementation of XamTree Related to #351092 and #394212 Related work items: #351092, #394212 If border component has content, it is not going to apply pointer-events: none. Related work items: #395727 Change to pass the RoutedEventArgs argument when firing the checked or unchecked in the togglebutton. Related work items: #394961 Textblock line break fix e2e upd Related work items: #393830 Added support to display components in content presenter when the content is a component´s model #392931 Related work items: #392931 Removed explicit detectChanges calls and replace it with the base component markforCheck implementation Related work items: #394894 Hidecheckboxes Related work items: #391593 Fix for XamGrid Single row not changing the SelectionSettings.SelectedRows collection Unit tests and e2e added Related work items: #391574 Adding support for DataServiceContext.attach and detach Related work items: #394715 Fixed the Guid tryParse to return empty on invalid input related to #393005 Related work items: #393005 FixingPagerAndScrolingIssues Related work items: #387344, #391699 Fix wrong dependency property definition Related to #393071 Related work items: #393071 Fixing functionality of AllowEditing and changing it to work as an enum. Changing IsMouseActionEditingEnabled to work as an enum instead of boolean. Fixing functionality of IsReadyOnly property of the XamGridColumnModel.ts. Fixing unit test due to the changes applied to the IsReadOnly property. Related work items: #394781 Adding change to fix an issue in the PropertyMetadata constructor when assigning the changeHandler. Using the correct variable while setting the value. Adding change to add additional Supported Interfaces for the ObservableCollection in the initializeSupportedInterfaces method. Related work items: #394663 Added validation to hiding a null element. Selector is only defined when the grid is in PagerMode #394269 Related work items: #394269 Fixed bug #392571 ScrollViewer doesn´t showed the scroll because it has a wrong size because the grid didn´t set up the cell dimensions Related work items: #392571 Changed Commading.Command dependency property name to avoid conflicts with ButtonBaseModel.Command dependency property Related work items: #381525 Background and BorderBrush properties now accepts bindings values or strings. Related work items: #393466 ComboBox.SelectedIndex property now displays the correct item. Related work items: #392046 Add support for DataServiceContext.updateObject Related work items: #393779 Added fix for Grid Sizing elements Related work items: #354245 gridStyleAndMinorFixes Related work items: #387250, #387344, #389338 Implementing DataServiceContext.UpdateObject method Related work items: #393172 Supported properties: - AutoFillNumberGroupSeparators - AutoFillZeros - IsClearButtonVisible - IsEnabled - Mask - Placeholder - UpdateValueEvent - Value Related work items: #360696 Adding stub class for DataServiceContext.Entities property Related work items: #390582 Adding the input property isEnabled to the UserControlComponent Related work items: #391697 Implemented the base DataGrid and columns Related work items: #369607, #389657, #389661 Textbox increasing width dynamically inside auto column Related work items: #369473, #373364 Enable subscribing to an event in a separate event execution In PRISM the event aggregator allows you to specify that the event handler needs to be executed in the This code ensures that the handler is executed in the UI thread using The closest thing in JavaScript is to use Related to #391766 Related work items: #391766 Adding robustness to getValueFromContextObject method in Bindings.ts Related work items: #391730 adding unit testing for add behavior Related work items: #390582 Add support for Related work items: #381146 Related work items: #383557 Fix bindings from string to number Fixes problem updating number model property from a TextBox (if typnig information is available at runtime) Related to #390213 Related work items: #390213 Changing url datatype to Uri instead of string Related work items: #385021 -Functionality for 'None' and 'Top' values of the AllowPaging property fixed. -AllowPaging property changed in order to receive string instead of an enum. This allows to map it as it appears in silverlight, e.g: AllowPaging="Bottom" => [allowPaging]="'Bottom'" instead of AllowPaging="Bottom" => [allowPaging]="1". Related work items: #390475 FixingControlsStyle Related work items: #386645, #389748, #389752 Apply descendants to query static elements in grid that are not direct children Related work items: #389576 adding stub for QUeryOperationResponse.GetContinuation Related work items: #385021 Paging location implementation (#20) Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments Column models and grid properties (#10) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments XamGrid column models Column model properties. Added column tracking and syncing between Angular and Silverlight models. Unit tests and small tweaks. Grid properties Subclass column models Use XamGrid model as base Added props and events Unit tests use new grid model Address review comments Xam grid settings (#14) Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments Column models and grid properties (#10) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments XamGrid column models Column model properties. Added column tracking and syncing between Angular and Silverlight models. Unit tests and small tweaks. Grid properties Subclass column models Use XamGrid model as base Added props and events Unit tests use new grid model Address review comments Xam grid settings through templating More settings components Additional class aliases for column types Cleaned up code and tests Fixed XamColumnModel after merge e2e scenario for grid settings Added row selector settings Removed logic for column footer as the work around for that feature will require some additional research. Merge cell styles in the alignment pipe applying both in a single pass. Unit tests, code styling and documentation. Added more properties (#18) Added more properties Height/MinHeight Width/MinWidth Margin model IsEnabled property More properties Bump documentation Paging location implementation Sync to Silverlight enum Related work items: #390227 Related work items: #380806 Fixed bug #389710 Hyperlink button shows Object Object when Content is not string Related work items: #389710 Added Tag property to base component so it could be accesed from all inherited components (like textbox) Related work items: #389413 Enables Related to #388582 Related work items: #388582 Fix Related work items: #381146 Change to add additional test for the radComboBox component Related work items: #388844 Add more information for resource(resx) image entry Related to #383069 Related work items: #383069 Change to remove wrong validation in the radComboBox component that makes that the selected value don't be displayed in the combobox input. Change to adjust test case Related work items: #388844 fix inheritance Related work items: #387392 Provides basic support to DataServices technology. Initial support include CreateQuery and asynchronous query execution only Related work items: #385021 Added MouseEnter support to TextBox (including derived classes) Related work items: #388302 Fixed issue related to the ChildWindow addind scrollbars. Added a handler that should fix the issue. Related work items: #384766 Adding change to pass the asyncState in the CompletedEventArgs. Adding an additional test for the asyncState scenario. Related work items: #387535 Changed GridLength IsAuto, IsAbsolute and IsStar to a readonly property instead of method Related work items: #381318 Bug fixed: change ifs conditions order in the checkForStaticResourceReference method. Related work items: #388156 Related work items: #372824, #383067 Support the following properties: - AutoCompleteMode. - DropDownItemTemplate. - ItemsSource. - SearchText. - SelectedItem. - SelectionMode. - TextSearchMode. - TextSearchPath. - WatermarkContent. Events: - SelectionChanged. Related work items: #359843 Added support for minimizing properties in OutlookBar component #351034 Related work items: #351034 Related work items: #386625 Related work items: #359821 Change to fix the serialization issue for classes using a subclass. With the change the properties that are inherited from the base class will be generated during the serialization of the objects that are been sent as WCF service arguments. Related work items: #386275 Use Related work items: #287351 Fixes the Related to bug #386583 Related work items: #386583 ComboBoxItem inner content was not sync with the model. Related work items: #385749 RibbonGalleryAndFIexFixing Related work items: #360689, #366254 Fix problem with Xam Tile EPSi demo Related to #386310 Related work items: #386310 Fix styling material class definition Related work items: #381140 Adding change to support the closed event on the child window. Changes to avoid the child window to be removed before executing the closed event Adding test case Related work items: #384841 Fixed issues with NavigationView Demo using OutlookBar Component #351046 Related work items: #351046, #384764 Adding verification for this.xamTileSubscription to be initialized, it seems there are some cases where the angular component is created but not initialized Related work items: #383998 Added support for sefault styles in silverlight realted to #371971 Related work items: #371971 Added parameters to gotFocus and textChanged EventEmitters. Added focus and textchange handlers by registry, used model trigger instead of emitting event Related work items: #383603, #384099, #384112, #385762 Related work items: #383097 Add Related work items: #287351 Implemetation of the treeview Related work items: #348488 Adding validation to avoid exceptions when trying to execute the path.setValueContextObject and the path is null or undefined. Related work items: #381168 +Load grid content using ng-content to enable gridItem Query and filter statically added elements. +Increase Integration tests performance by avoiding reloading the page every time Related work items: #376380 Handle WCF XML error reponse This response is generated for endpoints configured with the Related to #383098 Related work items: #383098 Change in the xam grid template to fix and issue and be able to load the column templates. Related work items: #380859 RibbonButtonFixes Related work items: #379021 Fix problem related to the DockingExample A part of the UI was not updated when trying to 'pin' a pane . Related to #383472 Related work items: #383472 Adding validation to avoid exceptions when trying to execute the path.setValueContextObject and the path is null or undefined. Related work items: #381168 Related work items: #382988, #383385 change to export the radComboBox service Related work items: #381681 Related work items: #351032 Bugs solved: - If the ItemsSource property was a simple array, it will not show the correct SelectedItem. - If an item is selected it will automatically close the dropdown. Related work items: #383096 Solve PR comment from previous PR Related to #381239 Related work items: #381239 Added fix to improve unit test stabilization #377853 Related work items: #377853 ComboBox ItemsSource was not correctly sync with model Related work items: #372618 (cherry picked from commit ba972fd19fd5bf9ca2c3ebd355f17ad38cb7f46f) - Added notify to collection watchers (cherry picked from commit 7c8e6ef0a0b4b9c6b143020709bea1b3c7f47d5d) - Added changes to notify the component detect changes - Fixed classes with develop versions Related work items: #377853 Add support for Related work items: #377960, #354349 Related work items: #368627 Added oninput event to textarea element to make its behavior similar to SL (text change when key is pressed) Related work items: #381699 Support for the following properties - canKeyboardNavigationSelectItems - displayMemberPath - isEditable - isEnabled - isFilteringEnabled - isReadOnly - itemsPanel - itemsSource - openDropDownOnFocus - selectedItem - selectedValue - selectedValuePath - text - textSearchMode Also support for the following events - dropDownClosed - dropDownOpened - selecyiopnChanged Related work items: #359796 Fixed unit testing Related work items: #381095 Fixing issues with the text wrapping in the textblock and minor detail in the textbox Related work items: #369536 Related work items: #381123 Fixed typo ContentTemplate property Related work items: #382188 Initializing GridLength.Auto static variable Related work items: #360953 Related work items: #377904 Support for: Property System.Windows.Shapes.Rectangle.Stretch Property System.Windows.Shapes.Rectangle.Canvas.Left Property System.Windows.Shapes.Rectangle.Canvas.Top Property System.Windows.Shapes.Rectangle.Opacity Canvas.Left and Canvas.Top were already implemented because of the wmCanvas directive, but e2e-tests for the rectangle using them were created. Related work items: #359453 Added validation to avoid trigger of callback and change event when new value on dependency property is equal to actual Related work items: #381095 Implemented the new color mechanism into the TextBlock Foreground. And check that white color is working as expected. Also disabled the RadDateTimePicker e2e test, that is causing a lot of problems. Related work items: #379635 Add XamTile example functionality Enables Related to #381239 Related work items: #381239 Adding flag to determine when is the firstTime Loading. This flag will help to avoid duplicating the static columns in the xamlgrid. The static columns will be loader into the model only the first time the control loads. Related work items: #377924 Related work items: #374839, #377978 FixingExtends Related work items: #359721 Add Related work items: #354349 change the infragistics tab control by angular material framework Related work items: #378661 Add basic control template support Adds some utilities for supporting control template usage. This still requires some manual intervention. Related to #375685 Related work items: #375685 RibbonInitialImplementation Related work items: #359710, #359718, #359721, #376695 Fixed the CollectionChanged not triggering bug. Related work items: #373349 Added fixes for XamTileManager demo +Collects MaximumRows and Columns from Tiles positioning +Load internal Tile Content using the ContentControl component Related work items: #375062 Added memoizePipe to avoid calculating sizes and position when its not necessary Related work items: #368627 Small fixes for RadDateTimePicker Fixes: Related to #359857 Related work items: #359857 Related work items: #375966 Fix EPSi compilation error related to xamGrid Changes XamGridColumnModel to inherit from DependencyObject again. This fixes some compilation errors related to the use of the Related to #375522 Related work items: #375522 Properties implemented: - CurrentDateTimeText - SelectedValue - InputMode - DateTimeWatermarkContent - TimeInterval - DateTimeText - SelectedValue Related work items: #359857 Add Also change return type for Related work items: #371679 Added fixes for XamTileManagerMigration #375062 Related work items: #375062 Mapping props (#19) Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments Column models and grid properties (#10) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments XamGrid column models Column model properties. Added column tracking and syncing between Angular and Silverlight models. Unit tests and small tweaks. Grid properties Subclass column models Use XamGrid model as base Added props and events Unit tests use new grid model Address review comments Xam grid settings (#14) Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments Column models and grid properties (#10) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments XamGrid column models Column model properties. Added column tracking and syncing between Angular and Silverlight models. Unit tests and small tweaks. Grid properties Subclass column models Use XamGrid model as base Added props and events Unit tests use new grid model Address review comments Xam grid settings through templating More settings components Additional class aliases for column types Cleaned up code and tests Fixed XamColumnModel after merge e2e scenario for grid settings Added row selector settings Removed logic for column footer as the work around for that feature will require some additional research. Merge cell styles in the alignment pipe applying both in a single pass. Unit tests, code styling and documentation. Added more properties (#18) Added more properties Height/MinHeight Width/MinWidth Margin model IsEnabled property More properties Bump documentation Using the new binding method Fxied various properties Adjusted outputs in grid component Adjusted input properties not correctly r ... Related work items: #375522 Add basic compatibility behavior for property animations Adds basic behavior for changing property values when executing animations. Related to #374992 Related work items: #374992 Fixed the keyup handler bug. Related work items: #370582 Added support for the GetChild and GetChildrenCount methods Related work items: #356187 Related work items: #371948 Supporting event arguments on keyUp and keyDown - Added KeyEventArgs class - Added RoutedEventArgs class - Updated KeyDown definition - Updated KeyUp definition - Testing was updated Related work items: #368296, #368297 System.Windows.Controls.AutoCompleteBox - Added support for: Properties referenced in xaml: System.Windows.Controls.AutoCompleteBox.Text System.Windows.Controls.AutoCompleteBox.SelectedItem System.Windows.Controls.AutoCompleteBox.ValueMemberBinding System.Windows.Controls.AutoCompleteBox.MinimumPrefixLength System.Windows.Controls.AutoCompleteBox.Name System.Windows.Controls.AutoCompleteBox.FilterMode System.Windows.Controls.AutoCompleteBox.MinimumPopulateDelay System.Windows.Controls.AutoCompleteBox.IsEnabled System.Windows.Controls.AutoCompleteBox.ItemsSource System.Windows.Controls.AutoCompleteBox.ItemTemplate Properties referenced in C# System.Windows.Controls.AutoCompleteBox.IsDropDownOpen System.Windows.Controls.AutoCompleteBox.SearchText Elementos de trabajo relacionados#359567, #359568, #359569 Adding additional properties to OutlookBarModel and OutlookBarGroupModel Adding OutlookBarGroupCollectionModel required for the definition of the Groups property in the OutlookBarModel Related work items: #373699 Add support for Bindings in Style Setters related to #367210 Related work items: #367210 exporting content-control component so that it is usable from the migrated solution Related work items: #369536 Related work items: #368627 Adding testing for textBox.borderThickness Related work items: #368297 Related work items: #366396 Add support for static resource uses in resource dictionaries Adds support for solving resources while loading resource dictionaries. Also changes for supporting static resource file registration. Related to #367183, #369080, #369089 Related work items: #367183, #369080, #369089 Basic support for RadTimePicker component. Related work items: #360692 Support for: Property System.Windows.Controls.Button.BorderBrush Property System.Windows.Controls.Button.IsEnabled The properties Background, Content and Click.Command were already being supported. Related work items: #359435 Basic mechanism to calculate auto height/width E2e added Related work items: #367993 DemoGridChanges Related work items: #348482, #368193 Related work items: #368295, #368296, #368297, #368298 Fixes to avoid duplicate items due code-behind initialization Related work items: #370584 Added fix for ChildWindow. It should apply explicit sizing for the ChildWindow Component since it is rendered in a separate component from its wrapper Bug #370530 Related work items: #370530 Fix clickaction and clickaction parameters to work with bindings Related to #366571 Related work items: #366571 Basic support for RadDatePicker component. Related work items: #360684 Related work items: #368901 Added Overflow: hidden css property to solve the problem. Related work items: #369270 Revert "Merged PR 64761: Added implementation for VisualTreeHelper.ts getParent() method" This reverts commit 8aa4c3ae354db77d4e28ce8a41de548e08a7a05c. (cherry picked from commit 3ff0ffde6eb9fcdc17c6fc9193631dd14e5eca56) Related work items: #366396 Fixed the problem with the SelectedIndexChanged event. Related work items: #366480 Added implementation for VisualTreeHelper.ts getParent() method Related work items: #366396 Adding support for combobox properties SelectionBoxItem and IsDropDownOpen Related work items: #369349 Changing tabItem visibility effect. When a tabItem is not visible then the header must be hide but the content remains visible Related work items: #366484 Restore Related work items: #365942 Change the Related to #365942 Related work items: #365942 Height & Width General Support Implementation Unit tests and e2e added and updated Related work items: #359280, #369535 Added changes to trigger events in the same fashion as the Silverlight framework Region add should trigger add and reset. Remove should be fired once Bug #368487 Related work items: #368487 Rename of intialization methods for components Related work items: #353554 ItemTemplateListboxRefactoring Related work items: #359583 Related work items: #348483 removing unnecessary default hardcoded values from togglebutton Related work items: #368977 WrapPanel Component Related work items: #359622 Add base class for property directives "Property directives" are meant to be used as replacements for attached properties. Related to #354379 Related work items: #354379 Implemented the ViewBoxComponent with it respective properties. Related work items: #359618 Related work items: #366561 Minor changes related to the bug 366588 Related work items: #366588 return a name class when the header in the tab is an object Related work items: #365081 Added support for: Properties referenced in xaml: Property System.Windows.Controls.DatePicker.Text Property System.Windows.Controls.DatePicker.IsEnabled Property System.Windows.Controls.DatePicker.Background Property System.Windows.Controls.DatePicker.IsTodayHighlighted Property System.Windows.Controls.DatePicker.SelectedDateFormat Properties referenced in C# Class System.Windows.Controls.DatePicker Property System.Windows.Controls.DatePicker.BlackoutDates Property System.Windows.Controls.DatePicker.Text Related work items: #354371 Adding functionality for buttonspinner Related work items: #358768, #359309, #359310, #359311, #359312, #359313 Fixed issue when try to activate a view already active generated duplicated elements in active views Added validations for views registration when a view is already added or a view with a name which was already used. Related work items: #321960 FormatString Related work items: #362383 Support for Foreground, Content, FontSize, IsTabStop properties for the ContentControl. Related work items: #359459 Adding support for Accordion and AccordionItem Related work items: #359584, #359585 fix type parameter in xamgrid event Related work items: #367318 Did the refactoring of the color algorithm. Related work items: #365901 Fix binding and resource property assignments Related to #366571 Related work items: #366571 Fixed issue related to region remove when is created dynamically and added to a control or region. Related work items: #366133 Added serialization support for the TimeSpan objects Related to #358317 Related work items: #358317 Added more properties (#18) Height/MinHeight Width/MinWidth Margin model IsEnabled property More properties Bump documentation Related work items: #366784 Fix bugs related to Related to #365754 , #365885 and #365916 Related work items: #365754, #365885, #365916 fix grid.div for apply the display property with display: grid Related work items: #366586 Improving Image and ProgresBar coverage Related work items: #265316, #348009 Content presenter Related work items: #360303 Added Ribbon Samples Demos Related work items: #362405 Added CSS to adjust tabgroup children in place Related work items: #357880 changes and fixes for the usercontrol Related work items: #276133 VerticalContentAligment was not tested Related work items: #355066 Moving logic to model to execute the selectionChanged Calling selectionChanged when the selectedIndex is set Related work items: #363837 Add required tools for extracting DataTemplates This PR includes: Related to #357411 Related work items: #357411 updating two-way binding mechanism for toggleButton and adjusting e2e tests Related work items: #364013 Fix TabControl CSS to let tabitems to fill the available space Related work items: #357880 Basic support for System.Windows.Controls.ProgressBar. Related work items: #265316 Fixing SelectionChanged handler invoke and event args Related work items: #362003 Changing the initialization of the Dependency properties from null to the correct new DependencyProperty initialization. Related work items: #362047 Xam grid workarounds (#17) Removed logic for column footer as the work around for that feature will require some additional research. Merge cell styles in the alignment pipe applying both in a single pass. Unit tests, code styling and documentation. Xam grid workarounds Support HeaderTextHorizontalAlignment Fix cypress run Add doc strings for private props Added Related work items: #359830 Adding foreground property to label compent Related work items: #359395 Adding background properties for toggle button Related work items: #362360 Fix undefined color in the ellipse component Related work items: #360458 Fixing SelectionChangedEventArgs Changing to SimpleList for Count accessor availability and proper names for RemovedItems and AddedItems Related work items: #361820 Added changes to retrrieve Width/Height from CSS instead of forcing html inputs Related work items: #360459 Implemented the feature that allows the column and row definitions to be added to the model. Related work items: #360934 TabControl background support Related work items: #360001 Change property bindings to use the new mechanism Related to #360805 Related work items: #360805 Modify input sizing properties to accept bindings or literals Bug ·#360459 Related work items: #360459 igx-button--raised checkedBackground Related work items: #353942 Basic support for System.Window.Control.Image Related work items: #348009 MaxMinWidth Related work items: #359961 Related work items: #361122 Adding change to support the use of IsEnumElement Adding unit test Related work items: #359542 Exporting utils.ts (renaming file to avoid circular references) Related work items: #359947 Added changes to include alpha values in color converter functions #360525 Related work items: #360525 Fixed issue evaluation special serialization when the given value is a null or non object. Related work items: #360569 TabControl support for isEnabled and selectionchanged event Related work items: #360673, #360675 TitleBarIssues Related work items: #359955 Changes to fix an issue that fires the CollectionChanged multiple times incorrectly when setting the itemsource. Adding unit test to validate the scenario. Related work items: #351771 Add support for creating compatibility bindings This commits adds support for creating bindings in code Related to #357425 and #357424 Related work items: #357424 Added dependency properties to models that didn't have them. Related work items: #342837 Related work items: #353130 Added inheritance from BaseComponent Related work items: #354632 Adding change in isInterfaceIsSupoprted method to validate when the first parameter is null. I that case the method will return false indicating that the interface isn't supported. Adding test case to validate the scenario. Related work items: #359463 Fix ChildWindow CSS binding Related work items: #354632 Related work items: #358781 Support for: - horizontalScrollBarVisibility - name - visibility - verticalScrollBarVisibility - borderBrush - borderThickness - background Related work items: #359325, #359328 add listboxChanges Related work items: #353799 Exporting BaseComponent in the index.ts file. Related work items: #357405 Added support for datetime serialization using generic mechanism to serialize special primitype types Changed Guid serialization to use new mechanism Current version of datetime serialization includes always the local timeoffset when is serialized to WCF compatible format Related work items: #354648 Functionaliuty implementation for DateTime methods Related work items: #358816 Related work items: #358818 Implemented some basic behavior in the button, with their respective tests. Related work items: #350716 Fix for Grid.Row (RowSpan) and Grid.Column (ColumnSpan) to behave as Silverlight. Unit tests and e2e. Related work items: #355368 Related work items: #353739 fix orientation items for the stackpanel with dynamic controls Related work items: #353778 Multiple fixes related to TimeSpan and DateTime implementations. Migrated solution compilation error fix Related work items: #355263 add background and visibility properties to the grid layout Related work items: #350767 LoadedEventAndIsEnabled Related work items: #333727, #350799 Change the base class of two components It changes the base class of: Related to #357308 Related work items: #357308 TitleIssuesFix Related work items: #355268 Support for visibility, isEnabled, isSelected Related work items: #357649, #357651 Moved loadControlsModel method to Control instead of UserControlModel Fixed inheritance for Page model Related work items: #357445 Implements NumericUpDown properties and events as described in the PBI Related work items: #354791, #355180, #355228 Adding visibilityConverter to the BaseComponent to avoid compilation issues when mapping radioButton properties Related work items: #355303 SelectionChangedEventArgs Related work items: #322876 Implemented the content and dynamic content change, on other hand implemented ngOnDestroy in components for future static management. Related work items: #353917 Added location Sample and include basic support for handling alignment classes in components. Basic implementation for Grid Containers Related work items: #353739 Adding support for several radioButton properties: -visibility -isEnabled -checked -unchecked -content -groupName Related work items: #355303, #355304, #355305 Related work items: #356533 Related work items: #356227 Adding input property in the layout grid component to avoid compilation errors Related work items: #355275 [TASK 355263] Operators implementation for System.TimeSpan and System.DateTime Related work items: #355263 Hyperlink bug fixing Related work items: #355062 Adding changes to support the use of GUIDs in the WCF services. Modifying the sampleservicewrapper.ts file to add additional service method for the use of the GUI. Adding test case that validates the use of a Guid in the response Related work items: #354634 Grid directive and component change to behave as silverlight row and column position. Grid sample update. Related work items: #354245 Related work items: #355596 Adding support for: padding, font-size, font-weight, color, padding, isVisible, isEnabled Related work items: #356218, #356220 Adding basic support for Expression.Contant and Constant Expression Related work items: #356024 Fixed the service call with null return Related to #354266 Related work items: #354266 Related work items: #353703 add support for the base component Related work items: #355279 [TASK 355263] Implementation for System.TimeSpan Related work items: #355263 SelectedItemProperty Related work items: #322874 Implementation of: Method System.Xml.Linq.XContainer.Add(object) Method System.Xml.Linq.XContainer.Descendants(System.Xml.Linq.XName) Related work items: #355167 Related work items: #342832 Support for IsEnabled Visibility Padding Related work items: #354730 Related work items: #354857 Related work items: #352174 Scrolling added Tests Related work items: #350702, #354081, #354082 Fix name of Related work items: #353748 CellStyleSupport Related work items: #353974 OpenAndCloseEvents Related work items: #333725 Implementation for AsyncCompletedEventArgs and InvokeAsyncCompletedEventArgs Related work items: #352478 Adding transparent color value to SmColor enum. This change fixes a compilation error due to a change on a mapping. Related work items: #353893 Added support for the Hyperlink command and command parameter Related work items: #353742 Changes to fix some Canvas issues related with the ItemsControls. Related work items: #353726 Added missing property Related work items: #352751 Add tests for Related work items: #342027 Removed unnecessary peer dependencies, added temporary dependency to wrappers to avoid compilation issues. Should be removed once the tree component its released for IgniteUI for Angular components Related work items: #348487 Fix minor problems related to functional tests Related to #343781 Related work items: #343781 Properties: - TextWrapping - MaxLength - IsEnabled - AcceptsReturn - Background Related work items: #352298, #352300 Added converter to textblock Related work items: #352751 Added models definitions required for XAMTree basic implementation #348487 Related work items: #348487 Added missing converter to avoid compilation errors Related work items: #352751 Adding padding support in border component Related work items: #353591 FixingModelProxy Related work items: #352471 Fix Related work items: #342027 Related work items: #352751 Changing static methods to static getters Related work items: #353259 Adding stub unimplemented methods to allow proper mapping. Also renaming the class Related work items: #353120 Added a field to GridRowDefinition Related to #350929 added field to solve 2 epsi errors Related work items: #350929 TabHeader Validation Related work items: #350064 Adding missing inherit style Related work items: #352565 Added the implementation of the container component in the canvas component Related work items: #348706 Change to fix the case when iterating over the subscribers and in a subscriber the code executes the unsubscribe. Related work items: #345926 Added some implementations for the container component, to allow the dynamic components creation Related work items: #348706 RegisterScriptableObject for stub HTMLPage Related work items: #348451 Add missing ColumnWidth Property Minor change to return to 75 compilation errors Related to #343837 Related work items: #343837 Adding support props TextWrapping TextAlignment Padding Related work items: #352565, #352567 provider.model must be set on ngOnInit as done for tab-control so it gets a chance for the model to be initialized Related work items: #348746 Adjusting size of tab-controls so its content gets visible Related work items: #352412 Related work items: #349520, #350162 Related work items: #343136 Related work items: #350937 Adding changes to fix an error while trying to send a complex object in the request headers. Change to fix the issue of using get method and the rest endpoint suffix. Related work items: #335922, #351389 Added basic support for the DatePicker Component Related work items: #348563 A couple of changes to fix EPSi compilation errors Related to #343837 Related work items: #343837 Setting width/height 100% as used in Textblock Related work items: #352004 Method implemented to look for wm-grid parent to set the position style. Related work items: #349512 Add Related work items: #342027 Related work items: #351526 Changes to enable XamGrid C- mappings Add missing members to XamGridModel (and related classes and enum definitions). These changes are required to enable XamGrid C- mappings and preserve TypeScript code complication consistency. Related to #343837 Related work items: #343837 Related work items: #342027 Adding temporal fixing to help migration process Related work items: #334935, #347000 Support for ItemsControl.ItemsPanel Related work items: #349007, #350022 Adding support for scalability in rectangle and ellipse Related work items: #350789 Exporting the newly created enumerator DayOfWeek Related work items: #347665 Added new test cases based on QA review Related work items: #336759 Grid support for dynamic controls e2e Related work items: #346258 Reverting the last DataGridColumnModel changes to avoid compilation errors. This changes shouldn't be applied in this file and must be applied in XamGrid related files. Related work items: #350530 Changing createColorFromArgb to return a true SmColor object to allow casting without problems Related work items: #350671 Modifying the message type to allow other types of messages. Related work items: #350530 Related work items: #350795 Implemented the dynamic component generation in the radiobutton and checkbox Related work items: #349513, #349517 fix e2e files for cypress and project Related work items: #350688 Added model classes required for DatePicker component Related work items: #348563 Adding verification for itemsSource when it is set with null (or undefined) Related work items: #334722 Add support for the LabelComponent Related work items: #348010 fix e2e test Related work items: #350688 Adding changes to support the use of customBindings Adding some additional documentation in the typescript files. Related work items: #330940, #350530 Adding support for ItemsControl.ItemsPanel when canvas is defined as ItemsPanel Related work items: #350021 Related work items: #350585 SizeChildWindow Related work items: #345874 Related work items: #349934 Fixing stub constructor and rearranging alphabetically the export statements Related work items: #348063 Related work items: #350045 SelectTabByCode Related work items: #348502 Adding support for ItemsPanel in items controls Also support in the stackPanel in order to received the data from the ItemsControl when the ItemsPanel is defined as a stackPanel Related work items: #349277 Implemented the dynamic control creation and the main rendering. Related work items: #341894 ModuleInfo is not initialized to 'WhenAvailable' and ModuleManager doesn't load modules without RuntimeTypeInfo in spite of having ModuleType Related work items: #349052 Adding implementation for stub of System.ComponentModel.SortDescription Related work items: #348063 Added support for ItemsCollectionModel, fixed implementation to use explicit implementation of INotifyCollectionChanged Related work items: #341721, #348017 DynamicTabControlItems Related work items: #345058 Related work items: #348746 Add support for Related work items: #345126 Related work items: #349043 Add Grid Control position properties Add e2e Related work items: #345952 Related work items: #347774, #348004 StackPanel support for dynamic controls and change in itemsControl to use the same logic Related work items: #348504 Fix uninitialized property Related to #345439 Related work items: #345439 Related work items: #346405, #348508 Adding functionality to register a reference of the debugger to the top most window object so it can be used easily from the DEV TOOLS CONSOLE Related work items: #346831 Related work items: #341898 Add Related to #341635 Related work items: #341635 Related work items: #341629 Restore old DataGridColumnModel Related work items: #345949 Adding changes for the serialization support. Adding basic serialization tests Related work items: #346176 Support for ItemTemplate as XAML notation Related work items: #347771 Adding support for dynamic controls in itemsControl Related work items: #347434 Adding implementation of ListSortDirection enum Related work items: #347754 add sample for the control's position Related work items: #347709 Adding enumerator for System.DayOfWeek Related work items: #347665 Column models and grid properties (#10) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Selection and event handlers (#7) Initial commit for selection and event handlers Use a general selection object for config Row selection - collections and e2e tests Fix eslint errors after update to 11 Address review comments XamGrid column models Column model properties. Added column tracking and syncing between Angular and Silverlight models. Unit tests and small tweaks. Grid properties Subclass column models Use XamGrid model as base Added props and events Unit tests use new grid model Address review comments Related work items: #345949 Minor changes to improve compilation of stub classes Related to #346828 Related work items: #346828 Added implementation for the getEnumInfo method. Related to #336759 Related work items: #336759 Adding functions in Debugger.ts to allow to trace uses of stubs Related work items: #346831 Add implementation to make Also: - Remove circular dependencies on Related work items: 342209 Added missed register of IServiceLocator to DIBootstrapper Related work items: #341570 Improve conversion to interface types Adds functions to consider migration-time information generated for classes (ex Related to #343604 and #264926 Related work items: #264926, #343604 Related work items: #347000 Adding Rectangle, Rectangle.Stroke, Rectangle.Fill and SolidColorBrush support Related work items: #341899 add test for the events that have the same name with the Angular events (click) Related work items: #341023 Added helper to emulate with tsrynge the interface register in a container as in Unity Related work items: #345679 Review region lifecycle Changes to improve compatibilty with the behavior of the PRISM library: Related to #343404 and #341987 Related work items: #341987, #343404 Fixed some coverage issues and some behaviors in the numeric and datapager components. Related work items: #347043 add basic support for the content-control in i-components Related work items: #346498 Implemented the NumericUpDown Component Related work items: #341896 refactor the datagridmodel to create the xamGridModel Related work items: #345947 fixing ExpressionChangedAfterItHasBeenCheckedError Related work items: #346228 Close method Related work items: #345878 XamGrodDemo Related work items: #343596 ItemsControl Basic support Related work items: #343236 Added checkbox basic support for SLControlSampler Related work items: #342213 Add basic grid control element Add sample in e2e project Related work items: #342058, #342825 Adding changes in list box to enable the listbox mapping in the silverlight conversion tool Adding additional Test case Related work items: #342216 Related work items: #342835 initial support for the toggleButton Related work items: #341902 Fixing Dialog Service removing unused instances Related work items: #343880 Fix Related work items: #343189 Fix Related work items: #334246 Adding changes required for the use of Infragistics components (i-components) in the conversion tool. Adding directives that were created in the k-components but not in the i-components and are actually being used in the migration of EPSI project. Adding test for the directives. Adding some additional properties to the combo-box.component.ts. These properties will be required when we enable again the mapping for the combo box component. Related work items: #342206 Related work items: #343189 Fix Related work items: #336799, #340834 Add support elements related to the Related to #341182 Related work items: #341182 Added reflection support to resolve baseType for the RuntimeTypeInfo using the Object.getPrototypeOf Added inheritance resolution to RegionAdapterMappings getMapping, registering region adapter mappings using type.FullName Removed ContentControlAdapter and replaced with AdapterForControlContent Related work items: #342834, #342840, #342863 Add dummy initialization for Prevents errors when initializing static fields using Related to #336786 Related work items: #336786 Tab Control component Related work items: #341212 Fix property name typo Related to #340889 Related work items: #340889 Add initial support for compatibility assembly information In TypeScript the To allow working with this concept in TypeScript we added the Related to #340889 Related work items: #340889 Add helper functions for HTML Document and Element. Related work items: #325571 Fixed region adapter mappings base configure type resolution issue in DIBootstrapper Added missing behavior to TabControlRegionAdapter Related work items: #340837 ChildWindow and dialog service support Related work items: #334899 Fixed error related with region views methods signature. The views could be any kind of object so will be expected to receive a unknown Related work items: #340837 Related work items: #341908 Review basic implementation for region adapters/behaviors Added pending mappings for prism region adapters Added basic implementation for tab control region adapter Related work items: #275221, #340837 Fix event field initialization and fix Related to #334238 and #333223 Related work items: #333223, #334238 Implemented the DataPagerComponent with its respective E2E and unit tests. Related work items: #265302 Increase test coverage for hyperlink, checkbox and border. Related work items: #265297, #265306, #322904 Related work items: #341400 Related work items: #265314 Add missing PRIM support elements Related to #334223 Related work items: #334223 Add Border element Add sample in e2e project Related work items: #265297 Add support functions for missing PRISM mappings Related to #334218 Related work items: #334218 Adding changes to support services deserialization using the new decorator ClassInfo. Related work items: #325501 Change Related Work Items: #336219 Related work items: #336227 Add support for serializing collections when calling WCF services Related to #330806 Related work items: #330806 update the package version to Angular 11.0.6 Related work items: #333208 Change WCF request to use POST instead of GET by default Change helpers to enable making requests using POST instead of GET. If the request is still required to use GET the following methods could be used: Related to #330806 Related work items: #330806 Added workaround for visibility conversion issue for wrong conversion of new in properties Related work items: #330812 Fix registration helper for runtime type info Fix helper for instance registration in a TSyringe container. Related to #325570 Related work items: #325570 Add HyperlinkButton element Add sample in e2e project Related work items: #265306 Added undefined to the method ConvertTypeTo Related to #332798 Related work items: #332798 StackPanel implementation Related work items: #334221 Complete Related Work Items: #331128, #325573 Implemented the radio button component and it tests. Related work items: #332099 Fix module loading problem Fix problem with Related to #331372 and #331370 Related work items: #331370, #331372 basic support for the button control Related work items: #334211 Fix integration test The current conversion of converter invocations require the use of Related to #325707 Related work items: #325707 Add method for resolving resource properties In XAML resources could refer to static properties using objects. This is not possible in TypeScript (nor in C#). However the following is possible in XAML: Given that Related to #325707 Related work items: #325707 SelectAllMethod Related work items: #334025 Change to fix issue while creating a new child window due to the use of the new AngularComponentId. Related work items: #332844 move the readme file to the root folder Related work items: #334021 Added mechanism to parse init params from application Added StartupEventArgs Related work items: #325271 add support for the selection methods in the textbox Related work items: #321391 Add checkbox component Add sample in e2e project Related work items: #322904 Change to use the correct name standard for the controls models naming. Updating tests with the new models names. Updating models names references. Related work items: #333273 Change to 'callback' method on errors. Related work items: #330792 Related work items: #265326 basicComboBoxSample Related work items: #322868 Adding changes for EndpointAddress support. Adding initialization of EndpointAddress address property using the Uri received in the constructor. Moving EndpointAddress class to it's own ts file. Related work items: #330796 changes to use InjectionTokens for some prism classes. Related work items: #325281 I-components UnitTesting Related work items: #321393 Add basic implementation for Related Work Items: #325338 Fix Related Work Items: #325282 Related work items: #321389 Add implementation for Related Work Items: #325282 Related work items: #321383 Changes to add basic regions implementation support Related work items: #265000, #321741 Adding AbsoluteUri initialization. Adding basic documentation to some controls models. Related work items: #265097 Related work items: #330078 Related work items: #321377 Changes to rename the dataTransfer decoration to ComponentId.ts Changing all the uses of dataTransfer to use ComponentId.ts Adding the ComponentId decoration to the Infragistics based components Related work items: #329627 Add basic implementation of module loading Adds a set of classes for supporting basic module loading and fragment registration. Also a basic implementation of the dependsOn mechanism is provided. Related to #325461 and #325793 Related work items: #325461, #325793 Add basic implementation for Related Work Items: #265246 Related work items: #321383 Related work items: #328399 cypressInitial Related work items: #321393 Item selection Related work items: #326375 Adding change to resolve the component in the Application.ts Related work items: #322286 Adding additional changes to fix compilation errors due to missing directives or others. Related work items: #322286 Changes to add missing components and to fix some bugs due to the creation of the new components repository. Changes to add functionality that was previously added locally and needs to be integrated into the new components repository. Related work items: #322286 xamgridIntegration Related work items: #324614 start left panel for the outlookbar Related work items: #321383 first commit for the outlookbar component and sample Related work items: #321383 Related work items: #321378 igniteListbox Related work items: #321378 Related work items: #321395 add description in the framework package.json file Related work items: #321395 add reports to Karma Related work items: #321395 Related work items: #34506 add icomponents project into the workspace Related work items: #321395 add e2eProject to the repository Related work items: #321395 initial code Related work items: #321395 initial code Related work items: #3213952.45.406
Bug Fixes
PR 98493: Adding support to arrowRight and Left in MyLinks ( 2023-01-16 )
2.45.405
Bug Fixes
PR 98431: Added support for validation errors to Entity class ( 2023-01-13 )
2.45.404
Bug Fixes
PR 98335: Adding support for deep search ( 2023-01-11 )
2.45.402
Bug Fixes
PR 98144: Adding support to arrowRight and ArrowLeft in KeyDown Event ( 2023-01-09 )
2.45.400
Bug Fixes
PR 98128: Added unit test for verify it works when index is 0 ( 2023-01-06 )
2.45.399
Bug Fixes
PR 98115: Modified condition for it to works when index is 0 ( 2023-01-06 )
2.45.398
Bug Fixes
PR 98017: Adding support to highlight the correct selectedItem when the RadCombobox is using stackPanel ( 2023-01-04 )
2.45.396
Bug Fixes
PR 97851: Change in the XamGrid TabKeyListener to add an additional validation to execu... ( 2022-12-30 )
2.45.395
Bug Fixes
PR 97564: Firefox E2E test stabilization ( 2022-12-29 )
2.45.394
Bug Fixes
PR 97791: Added size to numeric up down for it to grow with its text ( 2022-12-29 )
2.45.392
Bug Fixes
PR 97748: Update clearComboBox to change selectedIndex and seletectedValue ( 2022-12-28 )
2.45.391
Bug Fixes
PR 97647: Fix ListBox height when parent changes size ( 2022-12-28 )
ListBox
has a 100% height, its actual height can change over time if the ListBox
parent container changes its height. The ListBox
internal virtual scroll should react to such changes and adapt its own height.2.45.390
Bug Fixes
PR 97677: Added behaviour where bindings of the cell are executed when cell exit edit mode ( 2022-12-27 )
2.45.389
Bug Fixes
PR 97654: Fixed Data grid columns movement when the column header has a template ( 2022-12-27 )
2.45.388
Bug Fixes
PR 97606: Revert 'Fix tab selection on XamGrid' ( 2022-12-27 )
tab
selection on XamGrid
, by clearing IsSelected
on all rows when changing row and using setActiveNode()
to set the active cell.2.45.387
Bug Fixes
PR 97604: Bug 672476: Adjusting control in cell in order to take all cell space ( 2022-12-26 )
2.45.386
Bug Fixes
PR 97548: RadUpload basic implementation ( 2022-12-23 )
2.45.385
Bug Fixes
PR 97552: Revert 'Added dirtyInput flag to password model to determine when the user has update...' ( 2022-12-23 )
2.45.384
Bug Fixes
PR 97516: Adding support for parentRow property when there are nested rows ( 2022-12-23 )
2.45.383
Bug Fixes
PR 97493: Fix tab selection on XamGrid ( 2022-12-22 )
tab
selection on XamGrid
, by clearing IsSelected
on all rows when changing row and using setActiveNode()
to set the active cell.2.45.382
Bug Fixes
PR 97317: Bug 664852: When a value is filtered and dropdown is reopened, tiny scrollbar is visible ( 2022-12-21 )
2.45.381
Bug Fixes
PR 97261: Added dirtyInput flag to password model to determine when the user has update... ( 2022-12-20 )
2.45.380
Bug Fixes
PR 97165: RadCombox KeyUp refactor and SelectedItem should reset when focus is lost ( 2022-12-19 )
2.45.379
Bug Fixes
PR 96869: 666249 - When clicked on editable textbox of the grid.Cursor color is light g... ( 2022-12-19 )
2.45.378
Bug Fixes
PR 97005: Adding support to only highlight an item of dropdown ( 2022-12-16 )
2.45.377
Bug Fixes
PR 97110: Added missing behaviour when scrollIntoWiew parameter is true ( 2022-12-16 )
2.45.376
Bug Fixes
PR 97094: Adding support to black highlight instead of blue ( 2022-12-16 )
2.45.375
Bug Fixes
PR 97043: Add mouse handlers on Rectangle ( 2022-12-15 )
RectangleComponent
and RectangleModel
.RadiusYProperty
on RectangleModel
.2.45.374
Bug Fixes
PR 96946: Bug 661803: Selecting text in Columns Tab Selected Fields grid ( 2022-12-14 )
2.45.373
Bug Fixes
PR 96962: Revert 95112, regression 667811 has been detected ( 2022-12-13 )
2.45.372
Bug Fixes
PR 96898: Clear SortedColumns when ItemsSource changes ( 2022-12-12 )
SortedColumns
when ItemsSource
changes on XamGridModel
, to prevent exceptions when SortedColumns
don't match columns on grid.null
or undefined
.2.45.371
Bug Fixes
PR 96872: Added condition for when method is call from selecting a cell ( 2022-12-12 )
2.45.370
Bug Fixes
PR 96848: Adjustment on E2E matchers for passwordbox ( 2022-12-12 )
2.45.369
Bug Fixes
PR 96747: Adding support for tab navigation on xam-grid when rows have validation messages ( 2022-12-08 )
2.45.368
Bug Fixes
PR 96651: Fix ScrollViewer rendering issue ( 2022-12-08 )
ScrollViewer
is inside a ChildWindow
a race condition occurred between the ChildWindow
opening animation and the ScrollViewer
rendering logic, which resulted in rare occasions where the ScrollViewer
renders nothing.detectChangesAction()
on the ScrollViewer but only after the ChildWindow
opening animation has ended.2.45.367
Bug Fixes
PR 95112: RadComboBox KeyUp refactor and XamGrid tabs adjusments ( 2022-12-08 )
2.45.366
Bug Fixes
PR 96639: Adding support to validation borders in password boxes ( 2022-12-07 )
2.45.365
Bug Fixes
PR 96619: Added legacy behaviour to rad-date-time picker for it to close overlay when... ( 2022-12-06 )
2.45.364
Bug Fixes
PR 96432: Modified condition for it to only affect textbox excludint password boxes ( 2022-12-02 )
2.45.363
Bug Fixes
PR 96347: fix for bug #656367 added behaviour for home and end keys pressed on textbox and datetime picker inside xam grid ( 2022-12-01 )
2.45.362
Bug Fixes
PR 96378: Bug 656123: Setting proper outline color and padding for cell in grid while editing ( 2022-12-01 )
PR 96412: Revert 'Added FocusCoreDependencyProperty condition to check if is a TextBox componen...' because of a regression ( 2022-12-01 )
2.45.360
Bug Fixes
PR 96411: Change to fix an issue when trying to switch columns positions in the DataGri... ( 2022-12-01 )
2.45.359
Bug Fixes
PR 96226: XamTileManager static tiles rendering issues ( 2022-12-01 )
2.45.358
Bug Fixes
PR 96218: Fixed wrong StoryBoard base type. ( 2022-11-29 )
2.45.357
Bug Fixes
PR 96111: Fix for bug #656367 add condition for not exiting edit mode when a date picke... ( 2022-11-29 )
2.45.356
Bug Fixes
PR 96029: Added FocusCoreDependencyProperty condition to check if is a TextBox componen... ( 2022-11-25 )
2.45.355
Bug Fixes
PR 95865: Fix for bug #659839 mark error flag as false when all error messages are removed ( 2022-11-23 )
2.45.354
Bug Fixes
PR 95793: Fix for Bug #651889 prevent entering edit mode when grid is reloading data ( 2022-11-22 )
2.45.352
Bug Fixes
PR 95743: Should only execute ChangeItemCheck once but all the childs should update IsChecked property ( 2022-11-22 )
2.45.351
Bug Fixes
PR 95628: Adding custom add range method in the Observable collection ( 2022-11-18 )
2.45.350
Bug Fixes
PR 95584: Fix icons on
XamTree
( 2022-11-18 ) XamTree
is not shown until the necessary fonts are loaded by the browser. On slow networks this may take a long time, and the user perceives this as text which later is converted to an icon.2.45.349
Bug Fixes
PR 95583: Adding a minimum and maximum height to dropdown ( 2022-11-17 )
2.45.348
Bug Fixes
PR 95559: Fix for xam-grid tab navigation not working when there are validation errors ( 2022-11-17 )
2.45.347
Bug Fixes
PR 95544: Revert "PR 95179: Adding condition to Xam-grid DoubleClick Handler whe... ( 2022-11-17 )
2.45.346
Bug Fixes
PR 95511: Added forceElementSynchronization flag as Input ( 2022-11-17 )
2.45.345
Bug Fixes
PR 95373: Fix xam-grid sorting strategy returning null ( 2022-11-16 )
2.45.343
Bug Fixes
PR 95266: Reverting processActiveCell condition ( 2022-11-14 )
2.45.342
Bug Fixes
PR 95278: Revert 'Block some events when the collection is changing for a silverlight b... ( 2022-11-14 )
2.45.341
Bug Fixes
PR 95238: Adding conditional to update handleNavigation ( 2022-11-14 )
2.45.340
Bug Fixes
PR 95229: Fix xam-grid processActiveCell called on wrong context ( 2022-11-14 )
2.45.339
Bug Fixes
PR 95216: 656367-When date picker or time picker is opened on clicking of the button be... ( 2022-11-14 )
2.45.338
Bug Fixes
PR 95195: Adding timeout of 100 to execute the login in the begin add row that adds the... ( 2022-11-11 )
2.45.337
Bug Fixes
PR 95179: Adding condition to Xam-grid DoubleClick Handler when Cell is on edit mode ( 2022-11-11 )
2.45.336
Bug Fixes
PR 95105: Change to fix XamTree using that checking or unchecking the checkboxes. ( 2022-11-10 )
2.45.335
Bug Fixes
PR 94979: Fix xam-grid should clear row selection when tab to change row ( 2022-11-10 )
2.45.334
Bug Fixes
PR 95032: Change event handlers locations to work as expected ( 2022-11-09 )
2.45.332
Bug Fixes
PR 94925: Added support to xam-grid tab navigation ( 2022-11-08 )
2.45.331
Bug Fixes
PR 94896: Fix percentage assigned per star type columns in xam-grid ( 2022-11-08 )
2.45.330
Bug Fixes
PR 94903: Block some events when the collection is changing for a silverlight behaviour ( 2022-11-08 )
2.45.329
Bug Fixes
PR 94868: Fix XamGrid SortingSetttings ( 2022-11-07 )
2.45.328
Bug Fixes
PR 94812: Adding timeout in the beginAddRow method to avoid that other methods that mus... ( 2022-11-04 )
2.45.327
Bug Fixes
PR 94720: - fixing the binding property on the text. Mark as dirty when the user change... ( 2022-11-03 )
2.45.326
Bug Fixes
PR 94688: Fixing issue when memoizing a function receiving null|undefined|'' as paramet... ( 2022-11-03 )
2.45.325
Bug Fixes
PR 94655: XamGrid was reassigning ActiveCell when it was the same value ( 2022-11-03 )
2.45.324
Bug Fixes
PR 94627: OutlookBar StringSettings property partial support ( 2022-11-03 )
2.45.323
Bug Fixes
PR 94509: DataGrid HeadersVisibility property support ( 2022-11-01 )
2.45.322
Bug Fixes
PR 94142: 644469 - Text is not aligned at the center of the cell. ( 2022-11-01 )
2.45.321
Bug Fixes
PR 94453: support recalc sizing when a new column is added ( 2022-11-01 )
2.45.320
Bug Fixes
PR 94478: Adding decorator to memoize functions ( 2022-11-01 )
2.45.319
Bug Fixes
PR 94480: Adding support to clear searches when the value doesn't find results ( 2022-10-31 )
2.45.317
Bug Fixes
PR 94449: Add support to gridSplitter updateColumnRowModel function to avoid assigning... ( 2022-10-31 )
2.45.316
Bug Fixes
PR 94434: CellEnteredEditMode increase timeout time to avoid issues ( 2022-10-31 )
2.45.315
Bug Fixes
PR 94416: Manual fixing for Bug 651801: Combo boxes do not take up the whole cell space ( 2022-10-31 )
2.45.313
Bug Fixes
PR 94405: Revert 'Revert 'XamTree ScrollIntoNode improvements'' ( 2022-10-31 )
2.45.312
Bug Fixes
PR 94402: Revert 'Revert 'Revert XamTree refresh timeout removed'' ( 2022-10-28 )
2.45.311
Bug Fixes
PR 94383: Revert 'Revert 'XamTree scroll into node implementation'' ( 2022-10-28 )
2.45.310
Bug Fixes
PR 94364: Revert "PR 93135: - Fix parameters in OnSelectionChanged." ( 2022-10-28 )
2.45.309
Bug Fixes
PR 94165: Added support for PageChangingEventArgs and fixed use in event. ( 2022-10-27 )
2.45.308
Bug Fixes
PR 94208: Fix icon issues on RadRibbon ( 2022-10-26 )
2.45.307
Bug Fixes
PR 94148: RadComboBox should navigate to the closest option ( 2022-10-26 )
2.45.306
Bug Fixes
PR 94169: Revert 'Adding support to components with validation borders' ( 2022-10-26 )
2.45.305
Bug Fixes
PR 94162: Added cursors support for Line component ( 2022-10-26 )
2.45.304
Bug Fixes
PR 94160: Fix xam-grid validation errors should cancel click event ( 2022-10-26 )
2.45.303
Bug Fixes
PR 94104: Fix icon issues on GridSplitter ( 2022-10-25 )
GridSplitter
is not shown until the neccesary fonts are loaded by the browser. On slow networks this may take a long time, and the user perceives this as text which later is converted to an icon.2.45.302
Bug Fixes
PR 94035: Supporting data-grid not-inherited CTs ( 2022-10-25 )
2.45.301
Bug Fixes
PR 93970: Added expand fucntion to handler so it is called also when the items are loaded ( 2022-10-24 )
2.45.300
Bug Fixes
PR 93770: Adjust default cell to looks like input in edit mode ( 2022-10-24 )
2.45.299
Bug Fixes
PR 93888: Revert 'XamTree scroll into node implementation' ( 2022-10-21 )
2.45.298
Bug Fixes
PR 93910: RadComboBox clearing selection when it should not ( 2022-10-21 )
PR 93891: Fixed xam-grid wrong row being selected when grid is sorted ( 2022-10-21 )
2.45.296
Bug Fixes
PR 93851: Revert 'Revert XamTree refresh timeout removed' ( 2022-10-21 )
2.45.295
Bug Fixes
PR 93856: ScrollViewer rendering issues ( 2022-10-21 )
2.45.294
Bug Fixes
PR 93830: Revert 'XamTree ScrollIntoNode improvements' ( 2022-10-21 )
2.45.293
Bug Fixes
PR 93774: Adding support to open dropdown on click non-editable radcombobox ( 2022-10-20 )
2.45.292
Bug Fixes
PR 93689: - update new threshold for documentation in wms-framework ( 2022-10-19 )
2.45.291
Bug Fixes
PR 93666: Modified XamTree e2e so it match the project scenario ( 2022-10-19 )
2.45.290
Bug Fixes
PR 93622: Change to fix issue with XamGrid. Clearing the ActiveNode when the grid selec... ( 2022-10-19 )
2.45.289
Bug Fixes
PR 93601: XamTree ScrollIntoNode improvements ( 2022-10-19 )
2.45.288
Bug Fixes
PR 93507: Mappings for certain members have been updated. ( 2022-10-19 )
2.45.287
Bug Fixes
PR 93585: Adding support to components with validation borders ( 2022-10-19 )
2.45.286
Bug Fixes
PR 93548: Fix Outlook popup close functionality when clicking on the Outlook Bar compon... ( 2022-10-18 )
2.45.285
Bug Fixes
PR 93416: Revert XamTree refresh timeout removed ( 2022-10-14 )
2.45.284
Bug Fixes
PR 93321: Fix for xam-grid exiting edit mode when click on overlay ( 2022-10-13 )
2.45.283
Bug Fixes
PR 93255: Revert 'Adjust the validation border to his content' ( 2022-10-12 )
2.45.282
Bug Fixes
PR 93236: Adding a specific alignment when radComboBox uses a text-block ( 2022-10-12 )
2.45.280
Bug Fixes
PR 93192: Adding static Div custom class with default value. This class could be used i... ( 2022-10-12 )
2.45.279
Bug Fixes
PR 93177: Fix header dataGrid space because Prettier changes ( 2022-10-12 )
2.45.278
Bug Fixes
PR 92609: XamTree scroll into node implementation ( 2022-10-12 )
2.45.277
Bug Fixes
PR 93135: - Fix parameters in OnSelectionChanged. ( 2022-10-12 )
2.45.276
Bug Fixes
PR 93095: Reverted change to fix tab-header-active not being clickable ( 2022-10-11 )
2.45.275
Bug Fixes
PR 93079: Reactivating end-to-end test case Verify that grid splitters are working well with outlookBar minimized properties ( 2022-10-11 )
2.45.274
Bug Fixes
PR 93037: Fixing misspelling and ignoring not 1:1 mappings ( 2022-10-11 )
PR 93062: Manual fixing for Bug 643123: Textbox padding ( 2022-10-11 )
2.45.272
Bug Fixes
PR 93064: Fixed xam-grid header width when it is of type SizeToCells ( 2022-10-11 )
2.45.271
Bug Fixes
PR 92964: Added support to tab-control to preserve its contents ( 2022-10-10 )
2.45.270
Bug Fixes
PR 92986: DatePicker Overlay Class Issue ( 2022-10-10 )
querySelector
to querySelectorAll
to select the lastly added overlay.openedHandler
in many components.utilities.ts
to avoid code repetition.2.45.269
Bug Fixes
PR 93006: Fix header xamgrid spacing ( 2022-10-10 )
2.45.268
Bug Fixes
PR 92992: Changed removed error behaviour on binding for acting more like silverlight ( 2022-10-10 )
2.45.267
Bug Fixes
PR 92947: Add rad masked numeric clear opction ( 2022-10-10 )
2.45.266
Bug Fixes
PR 92951: Fix selected tab height on TabControl ( 2022-10-10 )
!important
to override colors set by Material theme.2.45.265
Bug Fixes
PR 92919: Add support for the complex property value directive which adds an additional... ( 2022-10-07 )
2.45.264
Bug Fixes
PR 92896: Adding a bit of margin to separate time picker from date picker ( 2022-10-07 )
2.45.262
Bug Fixes
PR 92898: Trigger selectedRowsCollection event when the SelectedRowsCollection changes ( 2022-10-07 )
2.45.261
Bug Fixes
PR 92882: Just added entities are not properly dettached ( 2022-10-07 )
2.45.260
Bug Fixes
PR 92800: Wrong items panel template set to items control object ( 2022-10-06 )
2.45.259
Bug Fixes
PR 92845: Xamtree change mousedown instead of click event to avoid issues while drag and drop ( 2022-10-06 )
2.45.258
Bug Fixes
PR 92812: XamTree expanding node issues ( 2022-10-06 )
2.45.257
Bug Fixes
PR 92822: Adjust the validation border to his content ( 2022-10-06 )
2.45.252
Bug Fixes
PR 92619: Applying proper background color to radDatePicker ( 2022-10-04 )
2.45.250
Bug Fixes
PR 92572: Fixed xam-grid color property was getting overwriten when inside outlookbar ( 2022-10-03 )
2.45.249
Bug Fixes
PR 92557: Change to add the default background to the spinner button input. ( 2022-10-03 )
2.45.248
Bug Fixes
PR 92492: Fixed the xam-grid-cell lazyLoadContent not being set correctly ( 2022-09-30 )
2.45.247
Bug Fixes
PR 92465: Fix the value binding for the footer section in the XamGrid ( 2022-09-30 )
2.45.246
Bug Fixes
PR 92470: Adding changes to fix multiple issues with the textbox: ( 2022-09-30 )
2.45.245
Bug Fixes
PR 92461: Add correct rad menu item highlight color ( 2022-09-30 )
PR 92422: addded behaviour for shift+tab to work on rad combobox and to recover focus w... ( 2022-09-30 )
2.45.243
Bug Fixes
PR 92424: Added mappings for SET 3.2 files ( 2022-09-30 )
2.45.242
Bug Fixes
PR 92286: Fix the Occurences field it was not not displaying properly ( 2022-09-29 )
2.45.241
Bug Fixes
PR 92372: RadMenuItem border fix and delete ribbon animation ( 2022-09-29 )
2.45.240
Bug Fixes
PR 92352: Separating support for standard numeric format in applyNumericFormat ("N", "N2", "N4"...) ( 2022-09-29 )
PR 92351: RadComboBox Tab Selection ( 2022-09-29 )
2.45.238
Bug Fixes
PR 92284: Fixed scroll-viewer typo ( 2022-09-29 )
2.45.237
Bug Fixes
PR 92348: Adding a null background-color to keep the correct xam-grid row color ( 2022-09-29 )
2.45.236
Bug Fixes
PR 92296: Adding support to basic color in filtering in xam-grid ( 2022-09-28 )
2.45.235
Bug Fixes
PR 92281: Added mappings for SET 10.1 files ( 2022-09-28 )
2.45.234
Bug Fixes
PR 92311: Rad Ribbon Drop Down Button, setting the tooltip Visibility when the dropdown is open/close ( 2022-09-28 )
2.45.233
Bug Fixes
PR 92280: Cleaning isDirty flag in initial load so that popup can close if no changes were made ( 2022-09-28 )
2.45.232
Bug Fixes
PR 92151: Added mappings for SET 8 files ( 2022-09-28 )
2.45.231
Bug Fixes
PR 92162: Added first batch of mappings for SET 3.1 ( 2022-09-27 )
2.45.230
Bug Fixes
PR 92186: Added mappings for SET 9 ( 2022-09-27 )
PR 91696: ListBox did not supported tab to change focus. ( 2022-09-27 )
2.45.228
Bug Fixes
PR 92194: Adding changes required for the mappings generation ( 2022-09-27 )
2.45.227
Bug Fixes
PR 92067: Accordion and StackPanel minor performance improvements ( 2022-09-26 )
2.45.226
Bug Fixes
PR 92096: XamTile should maximized when double clicked ( 2022-09-26 )
2.45.225
Bug Fixes
PR 92076: Adding required tags for correct mappings generation ( 2022-09-26 )
2.45.224
Bug Fixes
PR 91973: support sorting by column with custom sorter ( 2022-09-26 )
2.45.223
Bug Fixes
PR 91806: Nightly End-to-End test cases stabilization ( 2022-09-23 )
PR 92004: Mappings SET2 ( 2022-09-23 )
2.45.221
Bug Fixes
PR 91982: Adjust padding of xam-grid cells ( 2022-09-23 )
2.45.220
Bug Fixes
PR 91951: Added mappings for SET 4 files ( 2022-09-23 )
PR 91956: Add pending mappings for already supported library elements in components (SE... ( 2022-09-23 )
2.45.218
Bug Fixes
PR 91965: Fixed xam-grid exit edit on row changed only when double-click action is enabled ( 2022-09-23 )
2.45.217
Bug Fixes
PR 91915: ScrollViewer rendering issues ( 2022-09-23 )
2.45.216
Bug Fixes
PR 91842: Fixed RowManager throwing when onDemandData has no data ( 2022-09-22 )
2.45.215
Bug Fixes
PR 91837: Maps Generator improvements and SET1 mappings ( 2022-09-22 )
2.45.214
Bug Fixes
PR 91845: Adding support to isEditable property to obtain styles ( 2022-09-21 )
2.45.213
Bug Fixes
PR 91794: Fixed rad-combo-box not setting its value when inside a child-window ( 2022-09-21 )
2.45.212
Bug Fixes
PR 91776: Add pending mappings (SET 6) ( 2022-09-20 )
2.45.211
Bug Fixes
PR 91767: Fixes bug 621660 ( 2022-09-20 )
2.45.210
Bug Fixes
PR 91688: Added support to process get and set accesors mappings extraction. ( 2022-09-16 )
2.45.209
Bug Fixes
PR 91666: Fixed xam-grid editing mode not having correct padding ( 2022-09-16 )
2.45.208
Bug Fixes
PR 91493: Checkbox cannot be handled with keystrokes. ( 2022-09-14 )
2.45.207
Bug Fixes
PR 91523: Automatic maps generator mechanism ( 2022-09-14 )
2.45.206
Bug Fixes
PR 91485: Manual fix for bug 614158 - Moving virtualHeight property to XamGridModel so that EPMGrid can access it ( 2022-09-14 )
2.45.205
Bug Fixes
PR 91464: Added support xam-grid-checkbox-column editable only on edit mode ( 2022-09-13 )
2.45.204
Bug Fixes
PR 91432: delete images and pptx from the documentation ( 2022-09-13 )
2.45.203
Bug Fixes
PR 91372: XamTileManager ResizeObserver adjusments ( 2022-09-13 )
2.45.202
Bug Fixes
PR 91345: Add documentation/diagram for PRISM topic ( 2022-09-12 )
2.45.201
Bug Fixes
PR 91356: Change applied to add a addHandler that was removed in a previous change. The... ( 2022-09-12 )
2.45.200
Bug Fixes
PR 91098: 612620 - Border and style is missing for New button of 'Header/Footer Format'... ( 2022-09-12 )
2.45.199
Bug Fixes
PR 91326: Dataservice Link serialization generates an error because entity is not serialized ( 2022-09-09 )
2.45.198
Bug Fixes
PR 91315: Fixed data grid data not updating correctly when processItemsSource ( 2022-09-09 )
2.45.197
Bug Fixes
PR 91241: Supporting qualified property values in SortDescritpor ( 2022-09-09 )
PR 91266: Tab key is not changing the focus from current listbox to next component ( 2022-09-09 )
2.45.195
Bug Fixes
PR 91247: XamGrid Event Manager Click not executing correctly ( 2022-09-09 )
2.45.194
Bug Fixes
PR 91222: Adjust height in text box to avoid overlapping ( 2022-09-08 )
2.45.193
Bug Fixes
PR 91156: Flattening arrays when joining its items to avoid added commas for nested arrays ( 2022-09-08 )
2.45.192
Bug Fixes
PR 91108: Change to set the args.Key to uknown when the args.Key is undefined ( 2022-09-07 )
2.45.191
Bug Fixes
PR 91091: ColChanged not fired on sortDescription changed ( 2022-09-07 )
2.45.190
Bug Fixes
PR 91088: Update reduced xam-grid header padding ( 2022-09-07 )
2.45.189
Bug Fixes
PR 89252: Upgrading to cypress 10.4.0 the end-to-end test ( 2022-09-06 )
2.45.188
Bug Fixes
PR 90936: Fix xam-grid columns width should be calculated when it is visible ( 2022-09-06 )
2.45.187
Bug Fixes
PR 91021: RadComboBox in ItemsPanel mode has some selection issues ( 2022-09-06 )
2.45.186
Bug Fixes
PR 90985: sortFunction comparing undefined values crashes. ( 2022-09-06 )
2.45.185
Bug Fixes
PR 90972: Fixed data-grid data not getting loaded sometimes ( 2022-09-05 )
2.45.184
Bug Fixes
PR 90964: Fix XamGrid horizontal scrolling ( 2022-09-05 )
autosize()
on each column once, instead of calling it on every scroll action. Also split autosize()
calls on different set timeouts, so that UI is blocked for less time and the user perceives a smooter scrolling.2.45.183
Bug Fixes
PR 90943: Fixing hidden error that is causing out of the blue that builds in wms-netsup... ( 2022-09-05 )
PR 90937: Information tooltip should not display square border ( 2022-09-05 )
2.45.181
Bug Fixes
PR 90748: Fixed data-grid lastColumn resizing by default when not supposed to ( 2022-09-02 )
2.45.180
Bug Fixes
PR 90896: Reverting xam-grid evaluateLastColumn functionality ( 2022-09-02 )
2.45.179
Bug Fixes
PR 90892: Revert 'Fix bug 611367: Run rule sets screen, blank popup' ( 2022-09-02 )
PR 90836: Fix for 609941 - Data Grid checkbox has missing border ( 2022-09-02 )
2.45.177
Bug Fixes
PR 90870: Adding case for convert to boolean when value is null ( 2022-09-02 )
2.45.176
Bug Fixes
PR 90803: added behaviour so tab on rad combobox works as an Enter ( 2022-09-01 )
2.45.175
Bug Fixes
PR 90660: Fix bug 611367: Run rule sets screen, blank popup ( 2022-08-31 )
2.45.174
Bug Fixes
PR 90767: Border colors should be by default undefined ( 2022-08-31 )
2.45.173
Bug Fixes
PR 90695: WrapPanel had some detectChanges issues ( 2022-08-31 )
2.45.172
Bug Fixes
PR 90679: Fixed data-grid isGridVisible returning true before it was ready ( 2022-08-30 )
2.45.171
Bug Fixes
PR 90686: [EPSi][Reporting] All the tooltips Font,Font Size is different then Silverlight application.(through out application) ( 2022-08-30 )
2.45.170
Bug Fixes
PR 90639: Workaround to determinite if the grid is visible ( 2022-08-30 )
2.45.169
Bug Fixes
PR 90629: Manual fix for 609932 - Display Arrow in RibbonDropdownButton when text has two lines ( 2022-08-30 )
2.45.168
Bug Fixes
PR 90635: change style for removing the pink border and added behaviour for row ( 2022-08-30 )
2.45.167
Bug Fixes
PR 90573: Fixed data-grid cells not having correct size ( 2022-08-29 )
2.45.166
Bug Fixes
PR 90469: Fixed xam-grid last column not resizing to fill the grid ( 2022-08-29 )
PR 90543: Sorting issues and sometimes the data is not showing fixed ( 2022-08-29 )
2.45.164
Bug Fixes
PR 90479: Delayed CheckBox.onChange event to avoid event order issues ( 2022-08-29 )
2.45.163
Bug Fixes
PR 90424: remove padding of pager item and changed condition to show the of pagenumber ( 2022-08-26 )
2.45.162
Bug Fixes
PR 90066: 613581 - Standard Data Load Edit Steps 1 Tabs are not highlighted in blue. ( 2022-08-26 )
2.45.161
Bug Fixes
PR 90280: Adding support to non-editable rad combo box validation message ( 2022-08-25 )
PR 90389: Added background custom property to rad-ribbon ( 2022-08-25 )
PR 90343: Virtual Scroll page size should be smaller ( 2022-08-25 )
2.45.158
Bug Fixes
PR 90279: RowsManager.getInternalData was throwing a null error ( 2022-08-25 )
2.45.157
Bug Fixes
PR 90204: Fixed grid should calculate colums width once is visible ( 2022-08-25 )
2.45.156
Bug Fixes
PR 90051: Adding support to index in radComboBox items ( 2022-08-24 )
2.45.155
Bug Fixes
PR 90235: DataGrid component should not have the sorting responsibility when bound to CollectionViewSource. ( 2022-08-24 )
2.45.154
Bug Fixes
PR 90156: Adding custom css to match Silverlight behavior in WrapPanel component ( 2022-08-23 )
2.45.152
Bug Fixes
PR 90094: Switch from change to pointerdown event om CheckBoxComponent ( 2022-08-23 )
2.45.151
Bug Fixes
PR 90147: Adding border color style in combo box component ( 2022-08-23 )
2.45.150
Bug Fixes
PR 90096: Text overlaping on RadGalleryItem fixed ( 2022-08-22 )
PR 90088: Fixing for convertToBoolean when parameter is NaN ( 2022-08-22 )
2.45.148
Bug Fixes
PR 90093: change background default color for the cells in xamGrid. ( 2022-08-22 )
2.45.147
Bug Fixes
PR 89614: Shift key selection action must be started from single click selection. ( 2022-08-22 )
2.45.146
Bug Fixes
PR 89889: Fix the rowSelection of selectionsettings with value of none to avoid the sel... ( 2022-08-22 )
2.45.145
Bug Fixes
PR 89748: adding the grid sppliter e2e into the build ( 2022-08-22 )
2.45.144
Bug Fixes
PR 90036: RadComboBox had the wrong aligment when its inside a XamGrid ( 2022-08-19 )
2.45.143
Bug Fixes
PR 90038: Fixed popup not showing in combo box ( 2022-08-19 )
2.45.142
Bug Fixes
PR 90012: Adding support to numbers to percent representations ( 2022-08-19 )
2.45.141
Bug Fixes
PR 90000: Updated date-picker width calc ( 2022-08-19 )
2.45.140
Bug Fixes
PR 89976: Manual fix for 610684 - Getting proper control for Editor when cell is entered and exited ( 2022-08-18 )
2.45.139
Bug Fixes
PR 89959: Separating and implementing support for currency format in FormatNumber (affe... ( 2022-08-18 )
2.45.138
Bug Fixes
PR 89860: Removing DatGrid timeouts to boost performance ( 2022-08-17 )
2.45.137
Bug Fixes
PR 89869: Revert change to set true actualSizeCalled only if the element requires it. ( 2022-08-17 )
619455
2.45.136
Bug Fixes
PR 89755: RadDateTimePicker KeyUp event support ( 2022-08-12 )
2.45.135
Bug Fixes
PR 89691: Adding support to Horizontal and Vertical Content Alignment ( 2022-08-12 )
2.45.134
Bug Fixes
PR 89683: recalculate size when the dataGrid is inside a tab component and the item tab... ( 2022-08-12 )
2.45.133
Bug Fixes
PR 89680: Added checkbox hover effect ( 2022-08-12 )
2.45.132
Bug Fixes
PR 89670: Fixed some memory leaks on components ( 2022-08-12 )
2.45.131
Bug Fixes
PR 89649: Update data-grid columns width calc to have the option to always re-size on item source changed ( 2022-08-11 )
2.45.130
Bug Fixes
PR 89570: XamGrid should evaluate columns while horizontally resizing ( 2022-08-11 )
2.45.129
Bug Fixes
PR 89520: Change to execute the processTriggerExitEditMode when the row is in edition m... ( 2022-08-10 )
2.45.128
Bug Fixes
PR 89488: Added support to date-picker to resize the input to its content ( 2022-08-09 )
2.45.127
Bug Fixes
PR 89419: Support for DropDownClosed event and ValueMemberPath ( 2022-08-09 )
2.45.126
Bug Fixes
PR 89416: Fixed list-box virtual size not updating when resizing windows ( 2022-08-08 )
2.45.125
Bug Fixes
PR 89363: Support a string number value for numericUpDown component ( 2022-08-08 )
2.45.124
Bug Fixes
PR 89358: Removing zindex.directive.ts not longer required and adding some notes about... ( 2022-08-08 )
2.45.123
Bug Fixes
PR 89334: Fixed rad-combo clears selected value when set to null in a template ( 2022-08-05 )
PR 89337: TextBlock MouseLeftButtonUp support ( 2022-08-05 )
2.45.121
Bug Fixes
PR 89331: Fixed FilterMenu Icon to white using igx-icon-color variable ( 2022-08-05 )
PR 89327: Fixing issue when there is double click ( 2022-08-05 )
PR 89328: Change to remove the infragistics panel that display the buttons cancel/Done.... ( 2022-08-05 )
2.45.118
Bug Fixes
PR 89315: RadComboBox should not disabled virtualization if is on StackPanel mode ( 2022-08-05 )
2.45.117
Bug Fixes
PR 89309: Moving zIndex support to base.component.ts so it supports when controls are c... ( 2022-08-05 )
2.45.116
Bug Fixes
PR 89209: Fix for xam-grid and data-grid sorting behaviour ( 2022-08-04 )
2.45.115
Bug Fixes
PR 89229: Remove input and support autoSizeHeader in SizeToCell ( 2022-08-04 )
PR 89172: RadComboBox Overlay Selector issues fixed ( 2022-08-04 )
2.45.113
Bug Fixes
PR 89220: Adding additional validation in the DataPager PageIndexChanged callback to fi... ( 2022-08-04 )
2.45.112
Bug Fixes
PR 89189: Support the auto size header property for the columns in the xamGrid ( 2022-08-03 )
PR 89180: Removing old change log script ( 2022-08-03 )
2.45.110
Bug Fixes
PR 89114: Soap response errors should raise an exception. ( 2022-08-03 )
PR 89082: Skip serialization for null date properties. ( 2022-08-03 )
PR 89165: ItemsControlModel removeHandlers issues fixed ( 2022-08-03 )
2.45.107
Bug Fixes
PR 89073: Adjustments so if subscription handlers for a binding expressions gets destro... ( 2022-08-03 )
2.45.106
Bug Fixes
PR 89027: ListBox Height and Selection Issues solved ( 2022-08-03 )
PR 89136: Revert "Updated text-box for data grid performance" ( 2022-08-03 )
2.45.104
Bug Fixes
PR 89046: 613333 - Report Administration' button font size is small compared to legacy app ( 2022-08-03 )
2.45.103
Bug Fixes
PR 89050: ButtonBase removeAllHandlers was causing a lot of issues ( 2022-08-01 )
2.45.102
Bug Fixes
PR 88907: Null Date as SupportDateTime.minValue is not properly serialized. ( 2022-07-29 )
2.45.101
Bug Fixes
PR 88880: Fix for 608599 - Using correct arrow icons when ExpansionPanel is collapsed and expanded ( 2022-07-28 )
2.45.100
Bug Fixes
PR 88794: Solving some memory leaks related to clickAction ( 2022-07-28 )
2.45.99
Bug Fixes
PR 88866: fix data pager position ( 2022-07-28 )
2.45.98
Bug Fixes
PR 88852: Change to override the XamGrid theme variable that defines the background col... ( 2022-07-28 )
2.45.97
Bug Fixes
PR 88841: ListBox aditional information requrired by QualityMate ( 2022-07-28 )
2.45.96
Bug Fixes
PR 88839: Adjustment to prevent infinite loop when calling ExitEditMode from an user ha... ( 2022-07-28 )
2.45.95
Bug Fixes
PR 88786: Add support for footer styles on
XamGrid
( 2022-07-27 ) XamGrid
.AllowToolTips
when the model is not set yet.AutoCompleteBox
tests a little bit, as an attempt to prevent random circulary reference errors.,
) from tsconfig.json
to make it JSON compliant, and avoid VSCode whining.2.45.94
Bug Fixes
PR 88782: fix default value for cursor in tab control ( 2022-07-27 )
2.45.93
Bug Fixes
PR 88766: fix the default value for the selectionSettings.RowSelection ( 2022-07-27 )
2.45.92
Bug Fixes
PR 88750: Change in the XamGrid clickListener to fix an issue that avoid the execution... ( 2022-07-27 )
2.45.91
Bug Fixes
PR 88746: Aligning igx-checkboxes within cells in the center, this happens only for boo... ( 2022-07-27 )
2.45.90
Bug Fixes
PR 88725: Adjustment so values for enums SortDirection and SortingDirection can be conv... ( 2022-07-26 )
PR 88705: Adjustment to set position = fixed for pure instance of ChildWindowComponent... ( 2022-07-26 )
610656
Bug Fixes
PR 88700: Restoring this.model.Loaded.removeAllHandlers() ( to ngAfterViewInit so the Lo... )
(tag: 2.45.88) ( NA )
2.45.87
Bug Fixes
PR 88614: Updated xam-tree icons to match Silvelight's ( 2022-07-26 )
2.45.86
Bug Fixes
PR 88601: Doing some clean up of cell selection ( 2022-07-22 )
2.45.85
Bug Fixes
PR 88532: Fixed RadRibbonDropDownButton default color when dropdown is opened ( 2022-07-22 )
PR 88501: Change Horizontal and Vertical Alignment values to make the accordion have width and height on auto ( 2022-07-22 )
2.45.83
Bug Fixes
PR 88579: Changed validation for invalidate selection when row index is out of items source size ( 2022-07-22 )
2.45.82
Bug Fixes
PR 88509: Update SortDirection enum was different from Silverlight ( 2022-07-21 )
PR 88348: Updated data grid for performance ( 2022-07-21 )
2.45.80
Bug Fixes
PR 88347: Updated view-box for data grid performance ( 2022-07-21 )
2.45.79
Bug Fixes
PR 88408: Added validation when items source is empty when invalidate selection or active item ( 2022-07-21 )
2.45.78
Bug Fixes
PR 88500: Datapager end-to-end tests stabilization ( 2022-07-21 )
2.45.77
Bug Fixes
PR 88463: Adjustments in child window animation to make it centered and not blink while... ( 2022-07-21 )
2.45.76
Bug Fixes
PR 88412: change code to calculate the actualWidth and actualHeight when the width/height changes with NaN value ( 2022-07-20 )
2.45.75
Bug Fixes
PR 88343: ListBox reimplementation ( 2022-07-20 )
2.45.74
Bug Fixes
PR 88403: - fix the cellControlAtttached event. call each time that cell is created. ( 2022-07-20 )
2.45.73
Bug Fixes
PR 88413: Customizing appearance of internally disabled button to not show so blurred o... ( 2022-07-20 )
2.45.72
Bug Fixes
PR 88365: Adding support for accordion-item.background ( 2022-07-19 )
2.45.71
Bug Fixes
PR 88346: Updated rad-combo-box for data grid performance ( 2022-07-19 )
PR 88352: Updated text-box for data grid performance ( 2022-07-19 )
PR 88349: Updated border for data grid performance ( 2022-07-19 )
2.45.68
Bug Fixes
PR 88353: Updated content-control for data grid performance ( 2022-07-19 )
2.45.67
Bug Fixes
PR 88340: ChildWindow Close button issue ( 2022-07-19 )
2.45.66
Bug Fixes
PR 88322: Enabled button-spinner self alignment and added mechanism to overrides cell alignment ( 2022-07-19 )
2.45.65
Bug Fixes
PR 88324: Change to set the correct width of the comboBox. ( 2022-07-19 )
2.45.64
Bug Fixes
PR 88216: Enable Draggable ChildWindows ( 2022-07-18 )
2.45.63
Bug Fixes
PR 87932: 566113 - Border control is missing for Tasks in 'Schedule History' and some v... ( 2022-07-18 )
2.45.62
Bug Fixes
PR 88162: Adjusting default background color for checkboxes ( 2022-07-15 )
2.45.61
Bug Fixes
PR 88078: Change to make that the datepicker input inherits the background set in his p... ( 2022-07-15 )
2.45.60
Bug Fixes
PR 88080: Make PropertyChange listeners case insensitive ( 2022-07-14 )
2.45.59
Bug Fixes
PR 88061: Added mechanism to identify when a control should handle its own horizontal alignment ( 2022-07-14 )
565999
PR 88036: Change to display the footer when there is a FooterText defined for non group... ( 2022-07-14 )
2.45.57
Bug Fixes
PR 87946: Adding support to convert to Date across different JS contexts ( 2022-07-13 )
2.45.56
Bug Fixes
PR 87820: Adjustment so the header text don't overlap over or under the sorting icons ( 2022-07-11 )
2.45.55
Bug Fixes
PR 87775: Fixed listbox item default padding ( 2022-07-11 )
2.45.54
Bug Fixes
PR 87624: 566119 - Pink color line is displaying while resizing the columns. ( 2022-07-11 )
2.45.53
Bug Fixes
PR 87704: Adjustment to prevent virtualization when no needed ( 2022-07-08 )
2.45.52
Bug Fixes
PR 87692: Added validation for focusout handler for button to emulate Silverlight behavior ( 2022-07-08 )
603134
2.45.51
Bug Fixes
PR 87688: support boolean column type in DataGrid using dw-checkbox ( 2022-07-08 )
2.45.50
Bug Fixes
PR 87662: Changing wm-allowfiltering attribute to be more explicit to the kind of filte... ( 2022-07-08 )
2.45.49
Bug Fixes
PR 87657: Fix
resizeObserverCallback()
on OutlookBar
( 2022-07-08 ) resizeObserverCallback()
on OutlookBar
by checking if OutlookBar
element is still present in DOM before minimize it.2.45.48
Bug Fixes
PR 87605: Add template support for
RadioButtonComponent
( 2022-07-06 ) RadioButtonComponent
. This includes unit tests and E2E tests. Also fix an exception which occurred when ThicknessModel
tries to parse a null
input.2.45.47
Bug Fixes
PR 87581: Updated statement to make it easier to read ( 2022-07-06 )
2.45.46
Bug Fixes
PR 87572: - Separating concepts of virtual scroll feature enabled and virtual scroll re... ( 2022-07-06 )
2.45.45
Bug Fixes
PR 87515: Fixed textbox should grow behaviour when inside a grid ( 2022-07-06 )
2.45.44
Bug Fixes
PR 87560: Added support for mouseEnter and mouseLeave for grid ( 2022-07-06 )
2.45.43
Bug Fixes
PR 87529: Update new background color for checked checkboxes in E2E test. ( 2022-07-06 )
2.45.42
Bug Fixes
PR 87504: Adjustment to allow pure check boxes columns to be editable ( 2022-07-05 )
PR 87506: Fixed issue in XamTree internal wm-checkbox synchronization ( 2022-07-05 )
2.45.40
Bug Fixes
PR 87524: Revert "PR 86861: Fixed virtualScrollEnabled flag not updating the dro... ( 2022-07-05 )
2.45.39
Bug Fixes
PR 87470: Fixed ButtonBase mouse events behavior ( 2022-07-05 )
2.45.38
Bug Fixes
PR 87430: fix checkbox border color for wm-check-box and igx-checkbox ( 2022-07-05 )
2.45.37
Bug Fixes
PR 87272: Auto minimized Outlookbar ( 2022-07-01 )
2.45.36
Bug Fixes
PR 87339: Texbox inside XamGrid had the wrong alignment ( 2022-07-01 )
2.45.35
Bug Fixes
PR 87301: Adding support for Binding.StringFormat ( 2022-06-30 )
2.45.34
Bug Fixes
PR 87282: Fixed border inside canvas incorrect alignment ( 2022-06-30 )
PR 87294: Show information in the html for the rad combo popup ( 2022-06-30 )
PR 87258: Change to adjust the checkbox style when it's disabled ( 2022-06-30 )
2.45.31
Bug Fixes
PR 87242: support background in RadComboBoxComponent ( 2022-06-30 )
2.45.30
Bug Fixes
PR 87246: Revert "PR 87087: 566692 - Popup Windows & Popup Messages are not movi... ( 2022-06-30 )
2.45.29
Bug Fixes
PR 87229: Fix
KeyDown
event args on RadComboBox
( 2022-06-30 ) KeyDown
event arguments on RadComboBox
, by converting the received KeyboardEvent
from the browser into a KeyEventArgs
expected by legacy code.2.45.28
Bug Fixes
PR 87202: Changes to adjust the general style of the checkboxes. ( 2022-06-29 )
2.45.27
Bug Fixes
PR 87065: Fix last column not showing on small window ( 2022-06-29 )
XamGrid
and DataGrid
to assign the minimum width to star columns when there is no space available.XamGrid
tests by compiling only neccesary modules intead of all IComponentsModule
and WmsFrameworkModule
.DataGrid
test to use fake timers only in test where they are needed.2.45.26
Bug Fixes
PR 87108: RadAutoComplete virtualizacion feature ( 2022-06-29 )
2.45.25
Bug Fixes
PR 87138: Manual adjustment of a column width in DataGrid E2E scenario. ( 2022-06-29 )
2.45.24
Bug Fixes
PR 87087: 566692 - Popup Windows & Popup Messages are not moving. It is moving in Silve... ( 2022-06-29 )
2.45.23
Bug Fixes
PR 87044: Replace input with checkbox type with our wm-check-box. ( 2022-06-28 )
2.45.22
Bug Fixes
PR 87047: Changed white-space css style to pre instead of pre-line ( 2022-06-27 )
2.45.21
Bug Fixes
PR 87038: Fixed xamgrid enteringEditMode event not getting canceled ( 2022-06-27 )
2.45.20
Bug Fixes
PR 87019: Adjusting TimeUpDown effects for border, hover, selected, text color and back... ( 2022-06-27 )
2.45.19
Bug Fixes
PR 86981: add variable to enabled/disabled the check spell in inputs ( 2022-06-24 )
2.45.18
Bug Fixes
PR 86953: Set font-size to inherit to use from inheritance controls or default applicat... ( 2022-06-24 )
556426
2.45.17
Bug Fixes
PR 86972: Removing ping color in the column headers when the columns get active ( 2022-06-24 )
2.45.16
Bug Fixes
PR 86952: Fixed xam-tree showing expandable icon on non expandable nodes ( 2022-06-24 )
PR 86884: Adjusting date picker to show week numbers ( 2022-06-24 )
PR 86935: add loading modal disabled by default in data-grid ( 2022-06-24 )
2.45.13
Bug Fixes
PR 86928: Changed use of change.fire using 'SelectedItem' to 'SelectedRowsChanged' ( 2022-06-24 )
PR 86863: 565516 - Grid have no column borders where as in a Silverlight applications... ( 2022-06-24 )
2.45.11
Bug Fixes
PR 86885: Fix footer display on dynamic columns ( 2022-06-23 )
CreateFooterOperand()
logic into the model, and calling it whenever FooterText
is changed.2.45.10
Bug Fixes
PR 86861: Fixed virtualScrollEnabled flag not updating the dropdown state ( 2022-06-23 )
2.45.9
Bug Fixes
PR 86809: Adding support to convert to an Array ( 2022-06-23 )
PR 86831: 565529 - Checkboxes Checked /Selection display in pink on column definition... ( 2022-06-23 )
2.45.7
Bug Fixes
PR 86821: RadColorPicker visual refactor ( 2022-06-23 )
2.45.6
Bug Fixes
PR 86641: 566598 - Popup window font, color not similar silverlight. ( 2022-06-23 )
2.45.5
Bug Fixes
PR 86690: ListBox items should not be focusable ones. ( 2022-06-22 )
2.45.4
Bug Fixes
PR 86739: Added support for Button ClickMode Press or Release using KeyDown and Key... ( 2022-06-21 )
2.45.3
Bug Fixes
PR 86749: Change cursor to
default
(arrow) ( 2022-06-21 ) default
(arrow) on several components: - Button - ChildWindow buttons. - ComboBox. - MatMenu. - NumericUpDown. - RadComboBox. - RadGallery and RadGalleryItem. - RadMenuItem. - RadRibbonGallery.2.45.2
Bug Fixes
PR 86718: Move margin property to base component ( 2022-06-21 )
2.45.1
Bug Fixes
PR 86726: Fixed conflict in xam-grid layout ( 2022-06-21 )
styles.scss
to delegate the cell alignment to the cellStyles
property2.45.0
Bug Fixes
PR 86435: Add support for the view boxes state service in the data grid component ( 2022-06-21 )
2.44.47
Bug Fixes
PR 86673: Adding a HTML attribute when the filtering is enabled ( 2022-06-20 )
2.44.46
Bug Fixes
PR 86669: Adjusting disable functionality to block all the control so no hover effects... ( 2022-06-20 )
2.44.45
Bug Fixes
PR 86658: Fix visible tabs inconsistency when collection changed or tabcontrol is reloa... ( 2022-06-20 )
2.44.44
Bug Fixes
PR 86629: Implementing tabControl.background to apply to the tabItems as in Silverlight ( 2022-06-20 )
2.44.43
Bug Fixes
PR 86630: Added validation to only force updateSource on destroy when TextBox is focus. ( 2022-06-20 )
588559
2.44.42
Bug Fixes
PR 86564: Adjustments to have the button's container to handle the inner padding/margin... ( 2022-06-20 )
2.44.41
Bug Fixes
PR 86570: Added support for navigation functional in rad-combo-box ( 2022-06-20 )
2.44.40
Bug Fixes
PR 86587: Fix
Date
binded to String Property ( 2022-06-17 ) Date
object is binded to some string property (like TextBlock.Text
), such date should be converted to string, and must have a specific format.TextProperty
on TextBlock
.2.44.39
Bug Fixes
PR 86599: OutlookBar popup feature ( 2022-06-17 )
2.44.38
Bug Fixes
PR 86561: Changing value of igx-checkbox variable disabled-color to change the color of... ( 2022-06-17 )
2.44.37
Bug Fixes
PR 86547: Adjusting colors in progress-bar to match the appearance on Silverlight ( 2022-06-17 )
2.44.36
Bug Fixes
PR 86527: test: End-to-end stabilization ( 2022-06-17 )
2.44.35
Bug Fixes
PR 86519: Adjusting tooltips so it honor line breaks on its content ( 2022-06-17 )
2.44.34
Bug Fixes
PR 86510: RadCombo disabled state css minor change ( 2022-06-16 )
2.44.33
Bug Fixes
PR 86480: 570357 - On Mouse Hover Group Before, Group after... ( 2022-06-16 )
2.44.32
Bug Fixes
PR 86483: NumericUpDown UI Fixings and fixing for missing buttons in childwindow having height < 170 ( 2022-06-16 )
2.44.31
Bug Fixes
PR 86454: Change to fix an issues with the textbox text binding when the controls does... ( 2022-06-15 )
PR 86440: Reverting some UserControl Styles ( 2022-06-15 )
PR 86446: Fixed stack-panel alignment bleeding to internal stack panels ( 2022-06-15 )
2.44.28
Bug Fixes
PR 86407: Textbox should adapt to its content on more scenarios ( 2022-06-15 )
2.44.27
Bug Fixes
PR 86408: Reverting previous changes for bug 414893 in order to fix incorrect hardcode... ( 2022-06-15 )
2.44.26
Bug Fixes
PR 86312: ComboBox was not key navigation friendly. ( 2022-06-14 )
2.44.25
Bug Fixes
PR 86351: Setting SelectedItem = null throws an exception when a previous value existed ( 2022-06-14 )
2.44.24
Bug Fixes
PR 86301: Refactor OutlookBar minimized styles ( 2022-06-14 )
2.44.23
Bug Fixes
PR 85467: Refactoring to implement positioning and allow customization through ToolTipModel instance ( 2022-06-14 )
2.44.22
Bug Fixes
PR 86299: Fixed xam-grid cells not having correct size sometimes ( 2022-06-13 )
2.44.21
Bug Fixes
PR 86271: OutlookBar
MinimizedWidth
should set IsMinimized
( 2022-06-13 ) MinimizedWidth
property is set on OutlookBarModel
, IsMinimized
should also be set to true
. PR 86059: test: Stabilization of ListBox end-to-end test cases ( 2022-06-13 )
2.44.19
Bug Fixes
PR 86266: Change in TextBox component to fix an issue that avoid the textbox value to b... ( 2022-06-13 )
2.44.18
Bug Fixes
PR 86247: Updated xam-grid filtering style ( 2022-06-13 )
2.44.16
Bug Fixes
PR 86077: Changing the column resize splitter color from a pink to a dark gray ( 2022-06-13 )
2.44.15
Bug Fixes
PR 86175: 570357 - On Mouse Hover Enter Value textbox, Assign Value Textbox, Group Befo... ( 2022-06-13 )
2.44.14
Bug Fixes
PR 86220: Fixed XamGrid Header size, added min-height instead of height and set padding ( 2022-06-10 )
2.44.13
Bug Fixes
PR 86168: Adding TabStop and TabIndex to base component. ( 2022-06-10 )
Revert "Moving test case to the beginning to test for memory leaks breaking it" ( 2022-06-10 )
Moving test case to the beginning to test for memory leaks breaking it ( 2022-06-10 )
2.44.10
Bug Fixes
PR 86195: Updated date-picker style ( 2022-06-10 )
PR 86067: Removing hardcoded min-width, reducing height of items, adding border, removi... ( 2022-06-10 )
2.44.7
Bug Fixes
PR 86106: Changed default igx-grid igx-paginator content to override page-size control. ( 2022-06-10 )
2.44.6
Bug Fixes
PR 86010: 575755 - The list of schedules is only displayed in the middle of the screen. ( 2022-06-10 )
2.44.5
Bug Fixes
PR 86140: Adjusting xam-grid styles for selected rows to reset forecolor, border and av... ( 2022-06-09 )
2.44.4
Bug Fixes
PR 86044: Updated tab-control tabs style ( 2022-06-09 )
2.44.2
Bug Fixes
PR 85969: Adding support for ToogleButton.fontStyle/fontWeight ( 2022-06-08 )
2.44.1
Bug Fixes
PR 85970: Change to support the use of MaxWidth when using the splitter. ( 2022-06-08 )
2.44.0
Features
PR 85932: RibbonGroups collapse feature ( 2022-06-07 )
2.43.148
Bug Fixes
PR 85945: Added support for xam-grid columns AllowTooltip property ( 2022-06-07 )
2.43.147
Bug Fixes
PR 85833: Stop hyperlink navigation when there is no href ( 2022-06-06 )
href
defined.2.43.146
Bug Fixes
PR 85787: Adding key up/down navigation to ListBox. ( 2022-06-06 )
PR 85834: Fixed some texts getting trimmed from the bottom ( 2022-06-06 )
2.43.144
Bug Fixes
PR 85817: Updated sorted icon color for xam-grid and data-grid ( 2022-06-06 )
2.43.143
Bug Fixes
PR 85820: Changed styling for progressBar using css variables override. ( 2022-06-06 )
2.43.142
Bug Fixes
PR 85721: 570422 - Auto Minimize Checkbox display pink color. ( 2022-06-06 )
2.43.141
Bug Fixes
PR 85768: Adjusting disabled effect to be consistent between controls ( 2022-06-06 )
2.43.140
Bug Fixes
PR 85739: Added ClearSelectionButton support to rad-combo-box ( 2022-06-03 )
2.43.139
Bug Fixes
PR 85710: - Removing hardcoded min-width, reducing height of items, adding border, remo... ( 2022-06-03 )
2.43.138
Bug Fixes
PR 85580: Adjusting width of tooltips to adjust to its content with a max value ( 2022-06-03 )
2.43.137
Bug Fixes
PR 85675: Change to fix an issue related to a checkbox that is disabled and should be f... ( 2022-06-02 )
2.43.136
Bug Fixes
PR 85652: hotfix: adjust selector to support checkbox + label with and without validations ( 2022-06-02 )
2.43.135
Bug Fixes
PR 85620: Added mechanism to force recalculate grid splitter resizeDirection when is lo... ( 2022-06-02 )
PR 85562: Added Draggable and DropZone directives ( 2022-06-02 )
2.43.131
Bug Fixes
PR 85527: Added isDirty flag to only triggers listenOnLostFocus mechanism when required ( 2022-06-01 )
2.43.130
Bug Fixes
PR 85504: Notify
XamGrid
model when data is updated ( 2022-05-31 ) XamGrid
model when data is updated, so that model can trigger a change
event for it.2.43.129
Bug Fixes
PR 85498: Adding validation support to date/time pickers ( 2022-05-31 )
2.43.128
Bug Fixes
PR 85365: 556387 - Screen color,Font Control style is different then silverlight applic... ( 2022-05-31 )
2.43.127
Bug Fixes
PR 85421: Added support for TextBox TextProperty silverlight behavior ( 2022-05-30 )
PR 85417: Fix
ActiveCellChanged
event fired twice ( 2022-05-30 ) XamGridComponent
was firing ActiveCellChanged
on the model twice: 1. Indirectly when setting model.ActiveCell
. 2. Directly firing the event.registerObservers()
, so it is responsability of the model to fire it.2.43.125
Bug Fixes
PR 85335: TabControl opacity issue fixed ( 2022-05-27 )
PR 85317: Fix clickable button when disabled ( 2022-05-27 )
Button
, it was possible to execute the click event, even when the component was disabled. This was because the internal components was disabled, and then the external component handled the registered click event. This issue is fixed by disabling pointer-events
on the external component when model is disabled.basecomponent.component.spec
tests.setTimeout()
uses on button.component.spec
tests.2.43.123
Bug Fixes
PR 85304: Fix some UserControl and StackPanel alignment issues ( 2022-05-27 )
2.43.122
Bug Fixes
PR 85308: DataGrid does not have style for odd/even rows nor selected row ( 2022-05-27 )
2.43.121
Bug Fixes
PR 85231: Updated xam-grid inside xam-grid to show all rows when performance allows it ( 2022-05-26 )
2.43.119
Bug Fixes
PR 85191: Hardcoded min width generates dropdown part bigger than required. ( 2022-05-26 )
2.43.118
Bug Fixes
PR 85190: Support the alignment inside the tabcontrol ( 2022-05-26 )
2.43.117
Bug Fixes
PR 85217: Grid rows render mechanism adjustment ( 2022-05-26 )
2.43.116
Bug Fixes
PR 85132: Updating selectedValue with selection of the user ( 2022-05-26 )
2.43.115
Bug Fixes
PR 85099: Fix exiting edit mode when row is being added by button or shortcut ( 2022-05-25 )
2.43.114
Bug Fixes
PR 85139: Adjusting UI for radio buttons ( 2022-05-25 )
2.43.113
Bug Fixes
PR 85120: Label white-space issue fixed ( 2022-05-25 )
2.43.112
Bug Fixes
PR 85088: ToggleButton with control template had the wrong display ( 2022-05-25 )
2.43.111
Bug Fixes
PR 85037: Update cypress version to from 8.1.0 to 9.6.0 ( 2022-05-25 )
2.43.110
Bug Fixes
PR 85085: 566111 - When mouse is hovered color is not changing in 'Schedule History' sc... ( 2022-05-25 )
2.43.109
Bug Fixes
PR 85045: Changed button spinner click to pointerdown to avoid issue with first click in XamGrid ( 2022-05-24 )
2.43.108
Bug Fixes
PR 84946: Text property is not updated when the selected item is changed ( 2022-05-24 )
2.43.107
Bug Fixes
PR 85029: Sync of SelectedItem and SelectedIndex when Items Source changes ( 2022-05-24 )
2.43.106
Bug Fixes
PR 85001: SelectedItem not update with KeyValue objects. ( 2022-05-24 )
2.43.105
Bug Fixes
PR 84990: ChildWindow title had the wrong font size ( 2022-05-23 )
2.43.104
Bug Fixes
PR 84952: Fix xam-grid rows were entering edit mode when changing to different row, when not suppose to ( 2022-05-23 )
2.43.103
Bug Fixes
PR 84924: Added implementation to support reposition of dropdown ( 2022-05-23 )
2.43.102
Bug Fixes
PR 84926: Change to remove validation messages that stay on the wrong cells after scrol... ( 2022-05-23 )
2.43.101
Bug Fixes
PR 84921: Fix for radCombobox arrow key navigation end to end test ( 2022-05-23 )
2.43.100
Bug Fixes
PR 84728: support navigation for the radCombobox with arrows when the popup is open ( 2022-05-20 )
2.43.99
Bug Fixes
PR 84891: Fix multiple validation messages on
XamGrid
( 2022-05-20 ) XamGrid
. PR 84876: word-wrap has become an alias for overflow-wrap and using 'anywhere' covers '... ( 2022-05-20 )
PR 84878: Fixed check-box validation message not showing on focus ( 2022-05-20 )
2.43.96
Bug Fixes
PR 84885: Not always the dropdown has items and if we try to navigate to a non-existing... ( 2022-05-20 )
2.43.95
Bug Fixes
PR 84707: Adjusting list-box layout and functionality to not fire events on first rende... ( 2022-05-20 )
2.43.94
Bug Fixes
PR 84782: Correction in WcfCustomBinding so it can process messages where the result is 0 ( 2022-05-20 )
2.43.93
Bug Fixes
PR 84764: Adjusting margin support in child-window to use calculate sizes that reach to... ( 2022-05-20 )
2.43.92
Bug Fixes
PR 84705: XamContextMenu was closing in the wrong moments ( 2022-05-19 )
2.43.91
Bug Fixes
PR 84719: Adding pre-formatting for miliseconds ( 2022-05-18 )
2.43.90
Bug Fixes
PR 84673: Change to fix issue related with the execution of the processActiveCell metho... ( 2022-05-18 )
2.43.89
Bug Fixes
PR 84616: Added default text color for xam-grid cells ( 2022-05-18 )
2.43.88
Bug Fixes
PR 84625: Fixings to use minHeight when Height is auto ( 2022-05-18 )
2.43.87
Bug Fixes
PR 84658: Reverted class name change ( 2022-05-17 )
ngclassFunction()
, since the name was changed in the PR !841142.43.86
Bug Fixes
PR 84620: XamGrid Header had the wrong white-space ( 2022-05-17 )
2.43.85
Bug Fixes
PR 84524: Adding extended selection mode to current item style ( 2022-05-17 )
2.43.84
Bug Fixes
PR 84567: RadComboBox autocomplete selection feature ( 2022-05-17 )
PR 84580: End-to-End Stabilization ( 2022-05-17 )
2.43.82
Bug Fixes
PR 84543: Fixed validation message being removed when value was empty ( 2022-05-17 )
2.43.81
Bug Fixes
PR 84566: Added DataPager component bindings support and fix syncWithPageCollection ( 2022-05-17 )
2.43.80
Bug Fixes
PR 84551: Avoiding mouseup event when a child window is in the process of being displayed ( 2022-05-16 )
2.43.79
Bug Fixes
PR 84427: Layout fixing for AutoComplete ( 2022-05-16 )
PR 84234: 556197 - border is not givenfor filtering options. ( 2022-05-16 )
2.43.77
Bug Fixes
PR 84424: Adjusting processing of tooltips so setting null tooltip will clear the curre... ( 2022-05-16 )
2.43.76
Bug Fixes
PR 84452:
DataGrid
resize columns when ViewBox
is ready ( 2022-05-13 ) DataGrid
when ViewBox
has finish its size calculations. Also fix columns width calculations to take into account the MinWidth
and MaxWidth
set in model.2.43.75
Bug Fixes
PR 84462: Adjusting formats to test when parsing dates to include the ShortDatePattern... ( 2022-05-13 )
2.43.74
Bug Fixes
PR 84456: Removed not required style in css for ChildWindow ( 2022-05-13 )
2.43.73
Bug Fixes
PR 84413: Changes to avoid moving to another row when the active row/cell is in edit mode and has validation errors. ( 2022-05-13 )
2.43.72
Bug Fixes
PR 84420: Added focus menu and lost focus handler to emulate Silverlight original behavior ( 2022-05-13 )
2.43.71
Bug Fixes
PR 84425: Added the important tag to style to avoid losing the value to hierarchy ( 2022-05-13 )
2.43.70
Bug Fixes
PR 84370: Fixed rad-combo-box drop-down-items selected behavior ( 2022-05-12 )
2.43.69
Bug Fixes
PR 84157: adjust the height-line for the wrap-panel content ( 2022-05-12 )
2.43.68
Bug Fixes
PR 84326: Z-Index fixing on context menu and tree node fixing for cases where single node exists ( 2022-05-12 )
2.43.67
Bug Fixes
PR 84228: FontSize issue on the RadioButton and the XamTree ( 2022-05-11 )
2.43.66
Bug Fixes
PR 84321: Adjustments to let the igx-date-picker to know the format of date to use ( 2022-05-11 )
2.43.65
Bug Fixes
PR 84207: Unifying look and feel of date/time pickers ( 2022-05-11 )
PR 84198: Adding support for Extended Selection mode. +semver.feature ( 2022-05-11 )
2.43.63
Bug Fixes
PR 84196: Fixing time-up-down.component appearance and selection behavior #556090 ( 2022-05-10 )
2.43.62
Bug Fixes
PR 84114: RibbonView and its items styles refactoring ( 2022-05-10 )
2.43.61
Bug Fixes
PR 84193: Added mechanism to avoid set properties from style when already set directly ( 2022-05-09 )
2.43.60
Bug Fixes
PR 84175: Adding wmValidationSupport to the numeric up down control ( 2022-05-09 )
2.43.59
Bug Fixes
PR 84143: Support of font properties in xam-grid cell styles ( 2022-05-09 )
2.43.58
Bug Fixes
PR 84094: fixing the datePicker appearance ( 2022-05-06 )
PR 84074: Fixed TextBox validation border error not resizing correctly ( 2022-05-06 )
PR 84071: Partially reverting changes from 'PR 83586: Fix star columns width calculatio... ( 2022-05-06 )
XamGrid
' because remove scrollbar functionality from the scroll-viewer causing regression 'Bug 563901: [EPSi][Regression][Portal][P#33] When XamTileManager width or height is reduced enough it should display scrollbars'2.43.55
Bug Fixes
PR 84044: Synchronization of the selected item in the dropdown ( 2022-05-05 )
2.43.54
Bug Fixes
PR 84050: Un-setting font colors so there is not black with transparency ( 2022-05-05 )
2.43.53
Bug Fixes
PR 84039: Added Implementation to convert RegexOptions toString. ( 2022-05-05 )
2.43.52
Bug Fixes
PR 84032: Fix multiple popups showing up ( 2022-05-05 )
ChildWindowService
is used to track when a popup is being opened. Then some controls (buttons) block their click handler if a popup is being opened.2.43.51
Bug Fixes
PR 84009: Wrong entity was being detached. ( 2022-05-05 )
PR 84003: Added a stop propagation decorator to hyperlink button ( 2022-05-04 )
2.43.49
Bug Fixes
PR 83984: Adding css rules for setting the default item focused style and the item hove... ( 2022-05-04 )
PR 83981: Fixed ChildWindow not focusing first element correctly ( 2022-05-04 )
PR 83887: Fix model and dependency property synchronization, forced text area value update ( 2022-05-04 )
PR 83980: igx-drop-down is failing to calculate its position in some cases because ther... ( 2022-05-04 )
2.43.45
Bug Fixes
PR 83907: Change to fix an issue with the XamGrid cells edition. ( 2022-05-03 )
2.43.44
Bug Fixes
PR 83817: Added support for columns width calculation to DataGrid ( 2022-05-03 )
2.43.43
Bug Fixes
PR 83898: Adjustments of the layout of the spin button, related to bug ( 2022-05-03 )
2.43.42
Bug Fixes
PR 83881: SelectedItem bound value is not initially set. ( 2022-05-03 )
2.43.41
Bug Fixes
PR 83859: Fix collapsed CheckBox ( 2022-05-02 )
CheckBox
on grid's header, by using more specifix CSS rules.2.43.40
Bug Fixes
PR 83858: Fixing regression caused by PR 83723 and use of SelectValueDelayedSelectionCh... ( 2022-05-02 )
2.43.39
Bug Fixes
PR 83776: #559366 Fix headers text in single lines ( 2022-04-29 )
559366 Fix headers text in single lines
2.43.38
Bug Fixes
PR 83821: StackPanel not honoring height of the inner elements ( 2022-04-29 )
PR 83824: Add support for
foreground
and checkBackground
on CheckBox
( 2022-04-29 ) foreground
and checkBackground
on CheckBox
, to fix visual differences on checkbox on header on grids, among them: - Label text color. - Label text wrap. - Check background color.XamGrid
.2.43.36
Bug Fixes
PR 83798: XamContextMenu padding fixes ( 2022-04-29 )
PR 83747: Comboboxes don't show its selectedItem if it is not valid within the collecti... ( 2022-04-29 )
2.43.34
Bug Fixes
PR 83673: test: Fix XamGrid Style Issues end-to-end test ( 2022-04-29 )
2.43.33
Bug Fixes
PR 83819: Adding support to let the outlook-bar-groups to use the CustomCSSClasses feature ( 2022-04-29 )
2.43.32
Bug Fixes
PR 83720: exclude the newRow from the endpending process ( 2022-04-29 )
2.43.31
Bug Fixes
PR 83803: Visual issues handling list with many elements. ( 2022-04-29 )
2.43.30
Bug Fixes
PR 83723: Adjustment to update SelectedValue, SelectedItem and SelectedIndes, let the b... ( 2022-04-28 )
2.43.29
Bug Fixes
PR 83685: Minor adjustment to avoid some panels to show an unnecessary vertical scrollb... ( 2022-04-28 )
2.43.28
Bug Fixes
PR 83686: Adjustment to avoid overlapping with other elements due to miscalculation of... ( 2022-04-28 )
2.43.27
Bug Fixes
PR 83603: 544596 - Minimized ribbon bar is not displayed as legacy ( 2022-04-28 )
2.43.26
Bug Fixes
PR 83674: Fixings for Bug 558901: [EPSi][DataManager][Regression][DM#17] Width of RadCo... ( 2022-04-27 )
2.43.25
Bug Fixes
PR 83672: fix radio button position when is set in stretch ( 2022-04-27 )
2.43.24
Bug Fixes
PR 83669: TextBox Control Template Support ( 2022-04-27 )
2.43.23
Bug Fixes
PR 83654: Added required css class for div when using control template ( 2022-04-27 )
2.43.22
Bug Fixes
PR 83583: Fixing edit mode for the cell, keep the value after exit the edit mode ( 2022-04-26 )
PR 83586: Fix star columns width calculation on
XamGrid
( 2022-04-26 ) XamGrid
, to prevent horizontal scroll bar from showing up when it is not necessary. Also remove display: grid
from ScrollViewer
and overflow: hidden
from ItemsControl
to prevent vertical scroll bar from showing up when it is not necessary.2.43.20
Bug Fixes
PR 83574: Corrections to honor min-width and min-height if they are used in the control ( 2022-04-26 )
2.43.19
Bug Fixes
PR 83546: Fixed InvalidateSelectionAndActivation issues ( 2022-04-26 )
2.43.18
Bug Fixes
PR 83552: Implementation of forceDisplayGrid ( 2022-04-25 )
PR 83554: Added support for the border thickness in the button component ( 2022-04-25 )
2.43.16
Bug Fixes
PR 83545: Adjusting splitter implementation to reduce interference with other controls... ( 2022-04-25 )
2.43.15
Bug Fixes
PR 83518: Fixed igx-grid header styles bleeding ( 2022-04-25 )
Before
After
2.43.14
Bug Fixes
PR 83494: Implementation of UnboundDataContext Resolver ( 2022-04-22 )
2.43.13
Bug Fixes
PR 83496: Updated DataGrid sorting icon style ( 2022-04-22 )
2.43.12
Bug Fixes
PR 83457: OutlookBar not taking all avaliable height ( 2022-04-22 )
2.43.11
Bug Fixes
PR 83468: Fixed div was not getting the correct width when inside an igx-cell ( 2022-04-22 )
2.43.10
Bug Fixes
PR 83475: Change to fire the the CellClicked event before setting the cell control Focus. ( 2022-04-21 )
2.43.9
Bug Fixes
PR 83396: Fix for combobox dropdown component initial width issue ( 2022-04-20 )
PR 83400: Fix accodion styles bleeding and affecting application menu ( 2022-04-20 )
2.43.7
Bug Fixes
PR 83387: Fix verifyGridSelections and RowCollectionHandler throwing when grid was unde... ( 2022-04-20 )
2.43.6
Bug Fixes
PR 83358: Add chart tooltip component ( 2022-04-20 )
2.43.5
Bug Fixes
PR 83395: Fixed xam-grid header icons size where causing the header text to wrap it self ( 2022-04-20 )
2.43.3
Bug Fixes
PR 83319: Added mechanism to set all columns width to numeric values, when a column is... ( 2022-04-19 )
PR 83310: Added default styles to the ScrollViewer ( 2022-04-19 )
2.43.1
Bug Fixes
PR 83316: Change to enable the cell focus when the cell is in edit mode. ( 2022-04-19 )
2.43.0
Features
PR 83307: FixEs5CompilationError ( 2022-04-19 )
2.42.34
Bug Fixes
PR 83282: Change to give the focus to the active editing cell control. ( 2022-04-18 )
2.42.33
Bug Fixes
PR 83268: Grid should focus the cell when editng ( 2022-04-18 )
2.42.32
Bug Fixes
PR 83265: Fix
XamGridRow.IsSelected
( 2022-04-18 ) XamGridRow
is removed and reinserted in a different position on the XamGrid
, setting its IsSelected
property selected the wrong row. This fix removes the row from SelectedRows
if it was selected when removing it, and sets the correct Index
on the row when it is reinserted.2.42.31
Bug Fixes
PR 83248: 471502 - Background color, font and layout of 'MB Template' is incorrect ( 2022-04-18 )
2.42.30
Bug Fixes
PR 83110: 471502 - Background color, font and layout of 'MB Template' is incorrect ( 2022-04-14 )
2.42.29
Bug Fixes
PR 83236: Removed
XamGridRow
should have correct Data
( 2022-04-13 ) Data
property should return the data associated with the row, not data still in the grid. This fix "disables" the onDemandData
mechanism when the row is removed from the grid, and restore the onDemandData
mechanism when the row is inserted into the grid.2.42.28
Bug Fixes
PR 83224: Incorrect initialization value of the IsSortable property in the UnboundColum ( 2022-04-13 )
2.42.27
Bug Fixes
PR 83207: Reverting UnboundColum.IsSortable change ( 2022-04-13 )
2.42.26
Bug Fixes
PR 83201: Adjusting bordering of xam-tree to not conflict with uses of padding ( 2022-04-13 )
2.42.25
Bug Fixes
PR 83188: cellEditHandler was creating a cell with wrong values ( 2022-04-12 )
PR 83184: Setting a previous version of the code given modelProxy.Rows and model.Select... ( 2022-04-12 )
2.42.23
Bug Fixes
PR 83164: Add support to xam-grid column cell alignment and justification ( 2022-04-12 )
2.42.22
Bug Fixes
PR 83171: Synchronize text with selected item in the RadComboBox ( 2022-04-12 )
2.42.21
Bug Fixes
PR 83167: Adjusting default colors for hover, selected and odd rows/cells for xam-grid ( 2022-04-12 )
2.42.20
Bug Fixes
PR 83115: Adjusting background, selected and hover styles, also borders of the Xam-Tree ( 2022-04-12 )
2.42.19
Bug Fixes
PR 83113: Change to fix an issue when the tree view has hierarchicalDataTemplate ( 2022-04-08 )
2.42.18
Bug Fixes
PR 83142: Added RadComboBox delayed selecteditem onSelectionChanged trigger functionality ( 2022-04-08 )
2.42.17
Bug Fixes
PR 83138: Implementation of SelectedGroupChanged event with corresponding args ( 2022-04-08 )
2.42.16
Bug Fixes
PR 83047: test: Stabilize RadComboBox end-to-end test ( 2022-04-08 )
2.42.15
Bug Fixes
PR 83051: Fix exceptions on
XamGridComponent
( 2022-04-08 ) XamGridComponent
and XamDataGridEventManager
. Rename a couple of xam-grid.component
spec files to be consistent. Remove unnecessary imports from hyperlink-button.component.ts
file.2.42.14
Bug Fixes
PR 83088: Added implementation of OnGotFocus for XamGrid ( 2022-04-08 )
2.42.13
Bug Fixes
PR 83045: Fix usage of SelectionChanged args in listbox sample page ( 2022-04-07 )
2.42.12
Bug Fixes
PR 83083: workaround to populate itemssource after component is initialized ( 2022-04-07 )
2.42.11
Bug Fixes
PR 83043: Changing contentChildInheritance should force to reevaluate the static child... ( 2022-04-07 )
2.42.10
Bug Fixes
PR 83039: Adjusting e2e to match new implementation of grid-splitter ( 2022-04-07 )
2.42.9
Bug Fixes
PR 83019: Fixed IsSortable being setting to true always ( 2022-04-07 )
2.42.8
Bug Fixes
PR 82908: Adjustments to work on the direction and target of resizing when using the gr... ( 2022-04-06 )
2.42.7
Bug Fixes
PR 82726: XamGrid Refactoring ( 2022-04-05 )
2.42.6
Bug Fixes
PR 82896: Moving the selectionChanged trigger to the model. ( 2022-04-05 )
2.42.5
Bug Fixes
PR 82833: test: Fix Grid Splitter verify that grid splitters are working well with outlookbar minimized properties ( 2022-04-05 )
2.42.4
Bug Fixes
PR 82849: Added CancelEventArgs helper ( 2022-04-05 )
2.42.3
Bug Fixes
PR 82737: Fixing behvior of columnEditable directive to avoid calling cellEditDone when... ( 2022-03-31 )
2.42.2
Bug Fixes
PR 82618: test: Fix end-to-end test XamGrid Style type on textarea not working on Firefox - Cypress ( 2022-03-29 )
2.42.1
Bug Fixes
PR 82608: Grid readOnly property is not honored. ( 2022-03-29 )
2.42.0
Features
PR 82502: Added needed functionality to inherit the cursor style property of the component to child controls ( 2022-03-29 )
2.41.61
Bug Fixes
PR 82513: Popups are wrongly closed when clicking outside. ( 2022-03-28 )
2.41.60
Bug Fixes
PR 82489: Revert "PR 82182: GridSplitter not updating layout correctly" ( 2022-03-28 )
2.41.59
Bug Fixes
PR 82476: Adjusting appearance to resemble better Silverlight ( 2022-03-28 )
2.41.58
Bug Fixes
PR 82375: columnEditableValue ( 2022-03-28 )
2.41.57
Bug Fixes
PR 82321: test: Fix end-to-end test RadContextMenu ( 2022-03-25 )
2.41.56
Bug Fixes
PR 82393: Sync the sortingExpressions from the xamgrid with the model SortingSettings ( 2022-03-25 )
2.41.55
Bug Fixes
PR 82319: Removing bold font to column-headers that is applied by igxgrid default style ( 2022-03-23 )
2.41.54
Bug Fixes
PR 82243: Fix default styles for scroll viewer ( 2022-03-23 )
2.41.53
Bug Fixes
PR 82293: Added styles so the expander icon looks similar to SIlverlight one ( 2022-03-23 )
2.41.52
Bug Fixes
PR 82314: Change to execute the performDataErrorValidationIfRequired when the property... ( 2022-03-23 )
2.41.51
Bug Fixes
PR 82305: Adjustments to have the internal inputs/textarea to calculate its width corre... ( 2022-03-23 )
2.41.50
Bug Fixes
PR 82284: Added implementation for char.ToUpper ( 2022-03-23 )
2.41.49
Bug Fixes
PR 82232: Reverted enum RegexOptions case to pascal case ( 2022-03-22 )
2.41.48
Bug Fixes
PR 82205: Fix vertical text-box not centering items ( 2022-03-22 )
2.41.47
Bug Fixes
PR 82196: Adjusting height behavior to match Silverlight, by default height is 22px and... ( 2022-03-22 )
2.41.46
Bug Fixes
PR 82217: Removing code to avoid emitting an event twice ( 2022-03-22 )
2.41.45
Bug Fixes
PR 82195: Avoid creating OutlookBar header if not required ( 2022-03-21 )
2.41.44
Bug Fixes
PR 82183: Fixed public member case on Regex helpers ( 2022-03-21 )
PR 82182: GridSplitter not updating layout correctly ( 2022-03-21 )
2.41.42
Bug Fixes
PR 82066: test: Reactivating Rad Combo Box Verify height is persistent for virtualization and non virtualization ( 2022-03-21 )
2.41.41
Bug Fixes
PR 82180: Fix
convertToDateTime()
( 2022-03-21 ) convertToDateTime()
by calling smParseDate()
when converting from a string, to take into account GlobalizationHelper
settings when parsing.2.41.40
Bug Fixes
PR 82151: Revert "PR 82019: Add support to base component syncComponentAndModel" ( 2022-03-18 )
2.41.39
Bug Fixes
PR 82157: FixCancelEnterEventValidation ( 2022-03-18 )
2.41.38
Bug Fixes
PR 82101: Fix, Update ActiveCell when IsSelected of a row changes ( 2022-03-18 )
2.41.37
Bug Fixes
PR 82078: EditHandlerValidations ( 2022-03-18 )
2.41.36
Bug Fixes
PR 82060: Adding correct behavior for itemsSource and itemsToRender in list-box component ( 2022-03-17 )
PR 82019: Add support to base component syncComponentAndModel ( 2022-03-17 )
2.41.34
Bug Fixes
PR 82045: Fix error messages position on
XamGrid
( 2022-03-17 ) ValidationSupportDirective
to expose it's functionality into another class: ValidationHelper
. Use ValidationHelper
to display validation error messsages on XamGridComponent
. This positions the error messages next to the corresponding cell, instead of using a floating toast. Remove IgxToast
dependencies from XamGridComponent
. Minor fixes on ngOnDestroy()
on XamGridComponent
, to prevent some error messages when executing XamGridComponent
tests.2.41.33
Bug Fixes
PR 82040: Change to register the Loaded event observer in the ChildWindow component ngO... ( 2022-03-17 )
2.41.32
Bug Fixes
PR 81941: Adding fail safes for cases where the display member property exists but its... ( 2022-03-17 )
PR 81902: Fixed enabled of arrow buttons nos being updated ( 2022-03-17 )
2.41.30
Bug Fixes
PR 81861: Adding code to avoid showing minimize section if there are no other elements ( 2022-03-17 )
2.41.29
Bug Fixes
PR 81905: Re-implement number formatting ( 2022-03-16 )
2.41.28
Bug Fixes
PR 81976: RadComboBox width mechanism improvements ( 2022-03-16 )
2.41.27
Bug Fixes
PR 81969: Added the scrollto implementation to the itemssource change handler, this due to that behavior being the correct one in the xamgrid. ( 2022-03-16 )
534560
2.41.26
Bug Fixes
PR 81949: Added the updateRows method in the handler of the sorting so it can be updated and contains the right values. ( 2022-03-16 )
528001
2.41.25
Bug Fixes
PR 81925: Added support for regex match and ismatch ( 2022-03-16 )
2.41.24
Bug Fixes
PR 81887: fixComboBoxSelectedItemchangeEvent ( 2022-03-15 )
2.41.23
Bug Fixes
PR 81869: DataGrid performance optimizations ( 2022-03-15 )
2.41.22
Bug Fixes
PR 81859: Fix close button appearance on
ChildWindow
( 2022-03-15 ) ChildWindow
component. Also remove unneeded type annotation on BaseComponent
.2.41.21
Bug Fixes
PR 81835: Adding license report dependency ( 2022-03-15 )
2.41.20
Bug Fixes
PR 81754: test: Reactivation and fix for Outlookbar end-to-end ( 2022-03-15 )
PR 81823: Added a change for the padding in the part selector ( 2022-03-15 )
2.41.18
Bug Fixes
PR 81543: Added flag to identify if a component is used as an internal element for inheritance ( 2022-03-15 )
2.41.17
Bug Fixes
PR 81821: Revert re implementation for number Formatting #475186 ( 2022-03-15 )
2.41.16
Bug Fixes
PR 81762: Adding support for the endsWith with kind. ( 2022-03-14 )
2.41.15
Bug Fixes
PR 81749: Fix DatePicker updating model at the wrong time ( 2022-03-14 )
2.41.14
Bug Fixes
PR 81650: Fixed space between textbox and other elements ( 2022-03-11 )
2.41.13
Bug Fixes
PR 81740: Adjustments to reduce the size of the tree items and have border ( 2022-03-11 )
2.41.12
Bug Fixes
PR 81726: Adding implementation of AllowToolTips and ColumnWidthType enums ( 2022-03-11 )
PR 81718: fix combobox cell data ( 2022-03-11 )
2.41.10
Bug Fixes
PR 81705: xamTileService inheritance issues ( 2022-03-11 )
2.41.9
Bug Fixes
PR 81648: 471416 - Incorrect check-boxes background color in grid cells ( 2022-03-11 )
2.41.8
Bug Fixes
PR 81700: Changes to fix an issue in the Virtual Collection LoadItems method. When load... ( 2022-03-10 )
2.41.7
Bug Fixes
PR 81656: Add validation with IDataErrorInfo objects ( 2022-03-10 )
2.41.6
Bug Fixes
PR 81484: Fixed entering edit mode when adding a row in XamGrid when not supposed to ( 2022-03-10 )
PR 81659: Added sorting support for properties in nested objects ( 2022-03-10 )
2.41.4
Bug Fixes
PR 81679: RadComboboxes should stretch if its parent is stretch and they are stretch, o... ( 2022-03-10 )
2.41.3
Bug Fixes
PR 81671: Fix dropdown items text color should be black ( 2022-03-10 )
2.41.2
Bug Fixes
PR 81595: ListBox no update when itemsSource is first null. When the ListBoxModel Item... ( 2022-03-10 )
2.41.1
Features
PR 81611: Adding HTMLInputElement input parameter to openFileDialog ( 2022-03-10 )
531029 Adding HTMLInputElement input parameter to openFileDialog
Bug Fixes
PR 81619: Fix
Border
not calling MouseDown
event ( 2022-03-10 ) syncComponentAndModel()
on Border
component to synchronize mouse events between model and component. Also change Line
component and model, so that it shows line without clipping it, by using stroke thickness in position calculations.2.40.129
Bug Fixes
PR 81623: Changing DataGrid component to consider template columns to define if a colum... ( 2022-03-10 )
2.40.128
Bug Fixes
PR 81578: Fix Line and Canvas issues ( 2022-03-09 )
2.40.127
Bug Fixes
PR 81531: Fixing fire for rows.collectionChanged modify condition #523765 ( 2022-03-09 )
2.40.126
Bug Fixes
PR 81524: Adjustment in splitter to honor height and width when available, otherwise to... ( 2022-03-09 )
2.40.125
Bug Fixes
PR 81501: Fixes for DragDrop event args ( 2022-03-09 )
Join
method migration2.40.124
Bug Fixes
PR 81532: Adding changes to split the XamGridComponent unit tests to separate workload into different workers. ( 2022-03-09 )
2.40.123
Bug Fixes
PR 81511: Optimization in validationsupport.directive.ts to update message instead of r... ( 2022-03-08 )
2.40.122
Bug Fixes
PR 81519: Adding StringSplitOptions to index ( 2022-03-08 )
530331
2.40.121
Bug Fixes
PR 81378: fix: XamGridCommitRow ( 2022-03-08 )
2.40.120
Bug Fixes
PR 81455: Fixed wm-xam-grid not refreshing after changing row order ( 2022-03-08 )
PR 81477: XamGrid.ScrollCellIntoView implementation ( 2022-03-08 )
2.40.118
Bug Fixes
PR 81489: Adding fallback to parse not contemplated formats like 'YYYY-MM-DD', the para... ( 2022-03-08 )
2.40.117
Bug Fixes
PR 81459: Change to fix the RadMenuItem issue when needs to display an icon. Fixing som... ( 2022-03-08 )
2.40.116
Bug Fixes
PR 81444: ViewBox Size issue ( 2022-03-08 )
2.40.115
Bug Fixes
PR 81409: Avoid exception when binding with index outside of range ( 2022-03-07 )
a.b[0]
), avoid exception if the index is outside the range of the binded container.2.40.114
Bug Fixes
PR 81406: Adjusting smParseDate to use CurrentCultureInfo to try to parse string dates ( 2022-03-07 )
PR 81372: Added new export to Wm-netsupport ( 2022-03-07 )
2.40.112
Bug Fixes
PR 81399: Add support to xam-grid, shortcut for add new row ( 2022-03-07 )
2.40.111
Bug Fixes
PR 81387: Adding an element to a ItemsSource property was not updating the list box. ( 2022-03-07 )
2.40.110
Bug Fixes
PR 81385: Added border to the XamGrid ( 2022-03-07 )
2.40.109
Bug Fixes
PR 81368: Tooltip positioning mechanism improve ( 2022-03-04 )
2.40.108
Bug Fixes
PR 81339: Avoid triggering change('Count') for each processed item in setWithCollection ( 2022-03-04 )
PR 81341: Add
@Input
for SelectedIndex
of RadComboBoxComponent
( 2022-03-04 ) @Input
for SelectedIndex
of RadComboBoxComponent
2.40.106
Bug Fixes
PR 81332: Changing calculation of 'Auto' width in columnDefinitions to size according t... ( 2022-03-04 )
2.40.105
Bug Fixes
PR 81335: Fixed wm-xam-grid is not refreshing the data after removing the filter ( 2022-03-03 )
2.40.104
Bug Fixes
PR 81284: Viewbox height and width issues fixed ( 2022-03-03 )
2.40.103
Bug Fixes
PR 81285:
DatePicker
must select a midnight date ( 2022-03-03 ) DatePicker
, the selectedDate
must be a date with time set to midnight.2.40.102
Bug Fixes
PR 81265: Add basic
Line
component ( 2022-03-03 ) Line
component2.40.101
Bug Fixes
PR 81272: Added changelog initial implementation. ( 2022-03-03 )
2.40.100
Bug Fixes
PR 81251: Fixed Some columns don't get sorted well ( 2022-03-03 )
2.40.99
Bug Fixes
PR 80935: Manual fix for 485527 - Checkboxes don't have font bold (Checkbox.FontWeight... ( 2022-03-03 )
PR 81255: Fixes for childwindow and textbox text overflow ( 2022-03-02 )
2.40.97
Bug Fixes
PR 81246: Adding custom ErrorHandler to report exceptions to Application?.Current?.Unha... ( 2022-03-02 )
2.40.96
Bug Fixes
PR 81106: Added support for data grid template column visibility ( 2022-03-02 )
2.40.95
Bug Fixes
PR 81154: Removing left margin on igx-grid ( 2022-03-02 )
2.40.94
Bug Fixes
PR 81201: Fixing the path component to use 'none' as default value for 'fill' attribute. ( 2022-03-02 )
2.40.93
Bug Fixes
PR 81186: test: Fix Rad Auto Complete Box Verify that radAutoCompletBox having minWidth end-to-end test ( 2022-03-02 )
2.40.92
Bug Fixes
PR 80850: Adding implementation for Rect.Contains ( 2022-03-01 )
PR 81063: Button opacity and foreground support ( 2022-03-01 )
2.40.90
Bug Fixes
PR 81188: Added cachedItems to validate if the itemsToRender should be recalculated ( 2022-03-01 )
PR 81129: Use Auto as default width, because listbox is displaying as block element ( 2022-03-01 )
PR 81045: Re-implement number formatting ( 2022-03-01 )
2.40.87
Bug Fixes
PR 81181: test: Fix Ribbon verify dynamic functionality end-to-end test ( 2022-03-01 )
PR 81090: Change to fix a wrong behavior done by the DataGrid when there are no SortDes... ( 2022-03-01 )
2.40.85
Bug Fixes
PR 81147: Adjustments to make accordion to fill its available space and let accordion-i... ( 2022-03-01 )
2.40.84
Bug Fixes
PR 81100: Fix for invalid parsed date behavior ( 2022-03-01 )
2.40.83
Bug Fixes
PR 81069: Adding code to reserve space for the scrollbar when it is needed, adjustment... ( 2022-03-01 )
2.40.82
Bug Fixes
PR 80949: Fixed wm-xam-grid not refreshing after changing row order ( 2022-03-01 )
2.40.81
Bug Fixes
PR 81113: Adding background and increasing the z-index on the ToolTip ( 2022-02-28 )
2.40.80
Bug Fixes
PR 81039: Fixed mode pop-up should hide for newly added rows in xam-grid ( 2022-02-28 )
2.40.79
Bug Fixes
PR 81067: TextBox height based on content ( 2022-02-28 )
2.40.78
Bug Fixes
PR 81048: fixed problem with the update of the active cell and focus element editable element in new row in the xamgridcomponent ( 2022-02-28 )
511539
2.40.77
Bug Fixes
PR 81030: Change to fix the way the cell Dom element is queried in the XamGridComponent... ( 2022-02-25 )
2.40.76
Bug Fixes
PR 81033: Added an Input so the width of the columns can be resolved and fix issue related to the grid not scrolling to new row ( 2022-02-25 )
2.40.75
Bug Fixes
PR 81035: ListBox item selection bug fixed ( 2022-02-25 )
2.40.74
Bug Fixes
PR 81010: Reset
VirtualCollection
cache when changing AnticipatedCount
( 2022-02-25 ) VirtualCollection
cache when changing AnticipatedCount
2.40.73
Bug Fixes
PR 80988: Revert 'ListBox virtualization and selection bugs fixed' ( 2022-02-25 )
2.40.72
Bug Fixes
PR 80989: Fix GridSplitter not being draggable ( 2022-02-25 )
2.40.71
Bug Fixes
PR 80914: Adding a parameter to indicate relative urls should be used in the body message ( 2022-02-24 )
PR 80909: Fixed row enters edit mode when ItemsSource adds a new row ( 2022-02-24 )
2.40.69
Bug Fixes
PR 80905: Fix problem with
IsEnabled
property binding ( 2022-02-24 ) IsEnabled
property bindingCanExecute
handler always makes the button enabled . In Silverlight if the button was disabled using the property the command doesn't enable it.2.40.68
Bug Fixes
PR 80940: Fixed RadComboBox select input text on drop down opened ( 2022-02-24 )
PR 80927: Fix
iuOrderBy
with utils ( 2022-02-24 ) iuOrderBy
with utils2.40.66
Bug Fixes
PR 80928: Work-around for validation in DataManager screen. ( 2022-02-24 )
2.40.65
Bug Fixes
PR 80880: Fixed the implementation of the selectedRowHandler and selectedHandler in the datagridcomponent, due to problems with inherintance. ( 2022-02-23 )
519133
2.40.64
Bug Fixes
PR 80856: ListBox virtualization and selection bugs fixed ( 2022-02-23 )
2.40.63
Bug Fixes
PR 80874: Adjusting Listbox.dragOverHandler because now any ListBox can be target for a... ( 2022-02-23 )
2.40.62
Bug Fixes
PR 80822: XamGridRowCollectionChangeEvent ( 2022-02-23 )
2.40.61
Bug Fixes
PR 80825: Fix
XElement.Remove
( 2022-02-23 ) XElement.Remove
2.40.60
Bug Fixes
PR 80824: Changes to fix an issue in the DatePicker component when setting the selected... ( 2022-02-22 )
2.40.59
Bug Fixes
PR 80778: Add basic DataPager pagination ( 2022-02-22 )
2.40.58
Bug Fixes
PR 80772: Fixed RadComboBox select input text on selection changed ( 2022-02-22 )
2.40.57
Bug Fixes
PR 80810: Added support for the ExitEditMode event ( 2022-02-22 )
2.40.56
Bug Fixes
PR 80826: Fix for UpdateSelectionByItem when item null, addedItems should be a list empty. ( 2022-02-22 )
2.40.55
Bug Fixes
PR 80814: Fixed text in RadRibbonButton, don't do break on works increasing the width o... ( 2022-02-22 )
2.40.54
Bug Fixes
PR 80797: Added mechanism to update content after called AfterViewInit ( 2022-02-22 )
2.40.53
Bug Fixes
PR 80750: Adding output for ItemTemplate property to allow binding in html ( 2022-02-22 )
2.40.52
Bug Fixes
PR 80514: Rebuild implementation to use a floating element over the whole
2.40.51
Bug Fixes
PR 80707: fixed problem with the value being changed in the model and not changed in the component. ( 2022-02-21 )
519841
2.40.50
Bug Fixes
PR 80737: ScreenTip e2e update ( 2022-02-21 )
2.40.49
Bug Fixes
PR 80690: Optimization to add listener for mouse events only when required ( 2022-02-21 )
2.40.48
Bug Fixes
PR 80670: ToolTip feature improvements ( 2022-02-18 )
2.40.47
Bug Fixes
PR 80696: RadMenuItems Styles fixes ( 2022-02-18 )
2.40.46
Bug Fixes
PR 80676: Fix getColumKey 'data.' remove to get key ( 2022-02-18 )
2.40.45
Bug Fixes
PR 80460: test: Fix for rad-combo-box end-to-end ( 2022-02-18 )
2.40.44
Bug Fixes
PR 80671: Fix Close method validation when matmenu is defined ( 2022-02-18 )
2.40.43
Bug Fixes
PR 80624: Adding support for mouseEnter and mouseLeave in border ( 2022-02-18 )
2.40.42
Bug Fixes
PR 80652: Fixed cell is not set in edit mode when IsOnCellActiveEditingEnabled ( 2022-02-17 )
2.40.41
Bug Fixes
PR 80644: Fix for ViewBox actual size calculation ( 2022-02-17 )
2.40.40
Bug Fixes
PR 80633: Fix RadRibbonButton handling for Disabled commands ( 2022-02-17 )
2.40.39
Bug Fixes
PR 80592: Add handler for CellControl for tool tip set value ( 2022-02-17 )
2.40.38
Bug Fixes
PR 80607: Fix XamGrid/VirtualCollection on-demand pagination ( 2022-02-17 )
2.40.37
Bug Fixes
PR 80598: Fixing Selection functionality at ItemsControlSelectorModel. ( 2022-02-17 )
2.40.36
Bug Fixes
PR 80564: Adjustments so the getBBox has the chance to return the real value ( 2022-02-17 )
2.40.35
Bug Fixes
PR 80601: Added fix to parser to correctly transform Auto* widths ( 2022-02-16 )
2.40.34
Bug Fixes
PR 80587:
RadTimePicker
Fix selected value not being saved ( 2022-02-16 ) RadTimePickerComponent
did not save the selected value when such value was a Date
. Also fix TimeRange
to support negative ranges. Also fix TimeRangeSerializer
so that it does not use hours value for minutes and seconds.2.40.33
Bug Fixes
PR 80531: dropdownCloseWhenRadMenuItemClicked ( 2022-02-16 )
2.40.32
Bug Fixes
PR 80568: Fixed a problem with the border not getting the correct pointer-events value. ( 2022-02-16 )
454529
2.40.31
Bug Fixes
PR 80537: Fixed filter box overlapping current row in XamGrid ( 2022-02-16 )
2.40.30
Bug Fixes
PR 80437: Avoid triggering change with the same dependency property value ( 2022-02-16 )
2.40.29
Bug Fixes
PR 80549: Fixed issues of XamFormatStringPipe ( 2022-02-15 )
2.40.28
Bug Fixes
PR 80522:
RadComboBox
Fix wrong item selected ( 2022-02-15 ) Text
is changed on the model, the "closest" item was also selected. Depending on the current items, the "closest" item may not be the right one. Instead change selection so that only the exact item may be selected.2.40.27
Bug Fixes
PR 80484: Fixed XamGrid sorting working differently than Silverlight's ( 2022-02-15 )
2.40.26
Bug Fixes
PR 80483: Fix radcombobox width when is in a container stretch ( 2022-02-14 )
PR 80455: Change in data grid to synchronize the data information with the information... ( 2022-02-14 )
PR 80450:
NumericUpDown
Fix increment issue ( 2022-02-14 ) NumericUpDownComponent
was unable to increment from 0.7
to 0.8
with a 0.1
step. Fixed by correctly rounding value according to the expected amount of decimals.val
setter, so that it is validated on all cases. This fixed an issue where limits were not validated when value was incremented (or reduced) by pressing without releasing the up/down arrows.2.40.23
Bug Fixes
PR 80451: Added a clear to current selection ( 2022-02-14 )
2.40.22
Bug Fixes
Modified WebMapSilverlightComponents/projects/i-components/sonar-project.properties Modified WebMapSilverlightComponents/projects/wms-framework/sonar-project.properties ( 2022-02-14 )
2.40.21
Bug Fixes
PR 80395: Regression ViewBox fixed ( 2022-02-11 )
2.40.20
Bug Fixes
PR 80415: Added support for xam grid star columns width ( 2022-02-11 )
2.40.19
Bug Fixes
PR 80215: Changes for datagrid loading improvement [BVT pullrequest] ( 2022-02-11 )
2.40.18
Bug Fixes
PR 80371: RadMenuItem checked was not working as expected ( 2022-02-11 )
2.40.17
Bug Fixes
PR 80315: Corrections so when ItemsSource is updated and there was a SelectedValue avai... ( 2022-02-11 )
2.40.16
Bug Fixes
PR 80318: Fix DataPager visibility when fetching data ( 2022-02-10 )
PR 80347: fix comboscrollingIssues ( 2022-02-10 )
2.40.14
Bug Fixes
PR 80359: fix: Add Task ribbon menu is not always initialized as expected ( 2022-02-10 )
2.40.13
Bug Fixes
PR 80319: StackPanel get page data without
scrollPanel
( 2022-02-10 ) StackPanelComponent
request page data even when there is no scrollPanel
on the component. Also, unsubscribe from DataProviderService
events when the StackPanelComponent
is destroyed.2.40.12
Bug Fixes
PR 80322: Viewbox size and CSS selector adjusments ( 2022-02-10 )
2.40.11
Bug Fixes
PR 80303: fix header height ( 2022-02-10 )
2.40.10
Bug Fixes
PR 80254: XamGrid EventsOrder ( 2022-02-10 )
2.40.9
Bug Fixes
PR 80057: fix: MoveLeftButton not being enabled when clicked a row in a filtered grid ( 2022-02-10 )
2.40.8
Bug Fixes
PR 80285: Add pending index.ts export (code review suggestion) ( 2022-02-09 )
2.40.7
Bug Fixes
PR 80259: Add Page component ( 2022-02-09 )
2.40.6
Bug Fixes
PR 80203: RadComboBox Autoresize dropdown ( 2022-02-09 )
2.40.5
Bug Fixes
PR 80205: Changes to fix some issues with the rad-date-time-picker. ( 2022-02-09 )
2.40.4
Bug Fixes
PR 80157: Unifying use of maxDropDownHeight in containerSize so there are no two scroll... ( 2022-02-09 )
2.40.3
Bug Fixes
PR 80182: Adding listeners to react to changes in the count of items ( 2022-02-09 )
2.40.2
Bug Fixes
PR 80208: Fix problem adding the already selected row to selected rows ( 2022-02-08 )
2.40.1
Bug Fixes
PR 80198: Revert 'Add basic
PageComponent
' ( 2022-02-08 ) PageComponent
System.Windows.Controls.Page
. This class behaves like a UserControl, no support for Navigation was added in this commit.2.40.0
Features
PR 80193: Missing Guid in Index file ( 2022-02-08 )
2.39.70
Bug Fixes
PR 80136: Fix progress bar issues. #463799 ProgressBar not displaying tooltip ( 2022-02-08 )
2.39.69
Bug Fixes
PR 80040: Add basic
PageComponent
( 2022-02-08 ) PageComponent
System.Windows.Controls.Page
. This class behaves like a UserControl, no support for Navigation was added in this commit. PR 80114: Added support to Accordion Item ( 2022-02-08 )
2.39.67
Bug Fixes
PR 80128: Fix OutlookBar expand selected operation ( 2022-02-08 )
2.39.66
Bug Fixes
PR 80090: RadioButton binding workaround, also adding validator to the RadMaskedNumericInput ( 2022-02-07 )
2.39.65
Bug Fixes
PR 80109: Adding a workaround to disable user control by removing pointer-events. ( 2022-02-07 )
PR 80041: Correction to search first within the current grid and then if not found, in... ( 2022-02-07 )
2.39.63
Bug Fixes
PR 80043: test: Fix e2e test for Progress Bar ( 2022-02-04 )
2.39.62
Bug Fixes
PR 79971: DataGridColumns size ( 2022-02-04 )
2.39.61
Bug Fixes
PR 80025: Fixing implementation of padding in tabControl to apply to the content of the tabItems as in Silverlight ( 2022-02-04 )
2.39.60
Bug Fixes
PR 79970: Adjusting firing of CellExitingEditMode event to work on cases where an edito... ( 2022-02-04 )
2.39.59
Bug Fixes
PR 79963: Fix formatter not applied to text column when using textwrap ( 2022-02-03 )
2.39.58
Bug Fixes
PR 79943: Adding support to FilteringCell tooltip, the value is received by an input of XamGrid and the tooltip is applied to every FilteringCell without distinction. ( 2022-02-03 )
2.39.57
Bug Fixes
PR 79952: test: Adding new functional scenario for the data grid vertical scroll bar using arrow keys ( 2022-02-03 )
2.39.56
Bug Fixes
PR 79916: Exposing events in XamGrid so they can be bound in html ( 2022-02-02 )
2.39.55
Bug Fixes
PR 79926: Added support for ComboBox ( 2022-02-02 )
2.39.54
Bug Fixes
PR 79913: Added support to RadComboBox items alignment ( 2022-02-02 )
2.39.53
Bug Fixes
PR 79871: Change to fix an issue with the selection of the rows in the XamGrid. ( 2022-02-02 )
2.39.52
Bug Fixes
PR 79516: test: Reactivating datagrid second row e2e test ( 2022-02-02 )
2.39.51
Bug Fixes
PR 79897: Fix problem with initial RadComboBox selection ( 2022-02-02 )
2.39.50
Bug Fixes
PR 79743: Added mechanism to retry columns width calculation for special values ( 2022-02-01 )
2.39.49
Bug Fixes
PR 79757: Added support for RadComboBox ( 2022-02-01 )
2.39.48
Bug Fixes
PR 79839: test: Adding end-to-end scenarios for xam grid using the horizontal and vertical virtual scroll with keys ( 2022-02-01 )
2.39.47
Bug Fixes
PR 79763: Adding strict parameter at smTryParseDate to filter invalid strings ( 2022-02-01 )
2.39.46
Bug Fixes
PR 79835: Revert "PR 79549: radComboButtonsAlignment" ( 2022-02-01 )
2.39.45
Bug Fixes
PR 79781: Added timeout to allow a process to update data correctly ( 2022-02-01 )
2.39.44
Bug Fixes
PR 79803: Enable control template for selected item Header in Outlookbar ( 2022-02-01 )
2.39.43
Bug Fixes
PR 79681: fix: Added styles for rad menu item ( 2022-02-01 )
2.39.42
Bug Fixes
PR 79753: Adjusting SmEnumHelper.getName to return '' instead of undefined when value c... ( 2022-02-01 )
PR 79775: Adjusting tab header to adjust its width to its content ( 2022-02-01 )
PR 79670: Fixed the way the textbox wraps the contents. ( 2022-01-31 )
507382
PR 79759: Adjusting background of RadRibbonButton and RadRibbonToggleButton to use defa... ( 2022-01-31 )
2.39.38
Bug Fixes
PR 79687: feat: Fix
Date
serialization ( 2022-01-31 ) Date
serialization, so that the server receives a DateTime
with the same values which the serialized Date
has. Also created a non fixed value representation for DateTime.MinValue
, which should work OK in different time zones. PR 79692: Allowing tabControl to consider if tabItem is disabled when hiding its content ( 2022-01-31 )
2.39.36
Bug Fixes
PR 79683: RibbonMinimizedChange ( 2022-01-31 )
2.39.35
Bug Fixes
PR 79723: Fixings related to synchronization of changes in ItemsSource ( 2022-01-31 )
2.39.34
Bug Fixes
PR 79685: Added support to HyperlinkButton ( 2022-01-28 )
2.39.33
Bug Fixes
PR 79665: Implemented a custom default template for the boolean datatype column, this due to a problem with the default one ( 2022-01-28 )
447379
2.39.32
Bug Fixes
PR 79631: fix: virtualScrollGap ( 2022-01-27 )
2.39.31
Bug Fixes
PR 79529: Added support to xam-grid edit row ( 2022-01-27 )
2.39.30
Bug Fixes
PR 79537: Fix RadMenuItem command
CanExecute
handling ( 2022-01-27 ) CanExecute
handling2.39.29
Bug Fixes
PR 79558: Adding tolerance to the XamGrid columns mechanism ( 2022-01-27 )
2.39.28
Bug Fixes
PR 79588: XamGrid entering on editing mode mode when there is no template to apply ( 2022-01-27 )
2.39.27
Bug Fixes
PR 79582: Adjusting implementation of validationMessage to support multiple messages pe... ( 2022-01-27 )
2.39.26
Bug Fixes
PR 79575: Added support for stringy enum ( 2022-01-26 )
2.39.25
Bug Fixes
PR 79570: Added fix for dectect changes in XamTree after refresh ( 2022-01-26 )
2.39.24
Bug Fixes
PR 79552: Adapting behavior of click and key events in radComboBox to allow filtering properly ( 2022-01-26 )
2.39.23
Bug Fixes
PR 79549: radComboButtonsAlignment ( 2022-01-26 )
2.39.22
Bug Fixes
PR 79523: fixingAutoScrollingIssues ( 2022-01-26 )
2.39.21
Bug Fixes
PR 79517: Change to fix an issue the trying to a new window using the Navigate from Htm... ( 2022-01-25 )
2.39.20
Bug Fixes
PR 79453: Adding implementation for ScreenTip ( 2022-01-25 )
2.39.19
Bug Fixes
PR 79521: TextBox should grow to the size of its content ( 2022-01-25 )
2.39.18
Bug Fixes
PR 79508: QualityMate RadComboBox fix ( 2022-01-25 )
2.39.17
Bug Fixes
PR 79482: Added implementation for string builder replace and xam grid rowAdded support fixes ( 2022-01-25 )
2.39.16
Bug Fixes
PR 79461: Fix #463799 [R#30] ColumnsTab, ProgressBar not displaying tooltip ( 2022-01-25 )
2.39.15
Bug Fixes
PR 79476: Change to support the XamGrid initialize row event. ( 2022-01-25 )
2.39.14
Bug Fixes
PR 79457: TimeUpDown not displaying arrows instead showing some text also showing the incorrect default value ( 2022-01-25 )
2.39.13
Bug Fixes
PR 79363: Add Dispose method to Dependency Containers ( 2022-01-24 )
Dispose()
method. tsyringe does not provide anything similar, so a function Dispose()
is added into every container created by our framework.2.39.12
Bug Fixes
PR 79441: fix: RadMenuItemComponent check only works with the checkbox ( 2022-01-24 )
2.39.11
Bug Fixes
PR 79242: Added support to ViewBox ( 2022-01-24 )
2.39.10
Bug Fixes
PR 79432: Fix a couple of issues with listbox ( 2022-01-24 )
SimpleList
Loaded
event handler when changing the ItemsSource
2.39.9
Bug Fixes
PR 79319: 447374 - Grid Row Border fix. ( 2022-01-24 )
PR 79358: RadDateTimePicker not reacting to SelectedValue from the model ( 2022-01-24 )
2.39.7
Bug Fixes
PR 79381: fix radComboBoxScrolling ( 2022-01-24 )
2.39.6
Bug Fixes
PR 79305: test: Fix for autocompletebox and datagrid e2e test ( 2022-01-21 )
PR 79362: FixEPSIPrecompilationErrors ( 2022-01-21 )
2.39.4
Bug Fixes
PR 79335: Fixed problem with XamGrid paginator ( 2022-01-21 )
PR 79309: Fix problem with MouseLeftButton for XamTree ( 2022-01-21 )
2.39.2
Bug Fixes
PR 79300: Wrong date and time formats ( 2022-01-21 )
2.39.1
Bug Fixes
PR 79287: Added support for RadRibbonDropDownButton ( 2022-01-21 )
2.39.0
Features
Solicitud de incorporación de cambios fusionados 79036: Adding SplitHelper ( 2022-01-21 )
2.38.25
Bug Fixes
PR 79250: fix: xam-grid highlighting being lost after clicking ^ button ( 2022-01-21 )
2.38.24
Bug Fixes
PR 79277: Change to fix an issue with the XamTile manager. Adding additional validation... ( 2022-01-20 )
2.38.23
Bug Fixes
PR 79286: Validate Row cell is editable ( 2022-01-20 )
2.38.22
Bug Fixes
PR 79244: fix: TabLoadEventsTriggersToManyTimes ( 2022-01-20 )
2.38.21
Bug Fixes
PR 79253: Adding animations to match behavior of the original rad-combo-box ( 2022-01-20 )
2.38.20
Bug Fixes
PR 79142: Added tree view refresh mechanism ( 2022-01-20 )
2.38.19
Bug Fixes
PR 79214: Fix RadComboBoxes used with inheritance and ItemTemplates ( 2022-01-20 )
PR 79230: test: Reactivating e2e test for autocompletebox and radDateTimePicker ( 2022-01-19 )
2.38.17
Bug Fixes
PR 79083: Add support for non expandable tree nodes with icons ( 2022-01-19 )
2.38.16
Bug Fixes
PR 79126: Change the selector used to focus the first focusable control ( 2022-01-19 )
wm-label
div
2.38.15
Bug Fixes
PR 79110: Making virtualization optional depending on the number of items ( 2022-01-19 )
2.38.14
Bug Fixes
PR 79032: 438534 - Distributed Reports, Computed Column, value textbox placeholder not... ( 2022-01-19 )
2.38.13
Bug Fixes
PR 79127: TextBox TextWrapping mechanism fixed ( 2022-01-18 )
2.38.12
Bug Fixes
PR 79082: Adding attribute to expose date and time formats to Quality Mate framework. ( 2022-01-18 )
PR 79068: Change to replicate the accordion default behavior that should disable the he... ( 2022-01-18 )
2.38.10
Bug Fixes
PR 79059: Added a change to correctly change the dates when a value changes ( 2022-01-17 )
2.38.9
Bug Fixes
PR 79058: Inherited TextBox was showing a console error ( 2022-01-17 )
2.38.8
Bug Fixes
PR 79043: Added fix for the highlight when nodes of tree are been hover. ( 2022-01-17 )
470771
2.38.7
Bug Fixes
PR 78890: Adding support to DataGrid.GridLinesVisibility ( 2022-01-17 )
2.38.6
Bug Fixes
PR 79027: Enable control template support for TabItems ( 2022-01-17 )
2.38.5
Bug Fixes
PR 79006: XamGrid HorizontalContentAlignment fixed ( 2022-01-17 )
2.38.4
Bug Fixes
PR 79023: CheckBoxes are larger than it should be ( 2022-01-17 )
2.38.3
Bug Fixes
PR 79019: Fix: DisabledColorBarelyVisible ( 2022-01-17 )
2.38.2
Bug Fixes
PR 78998: Change to fix an issue with the selected row when a new row is Added. Using t... ( 2022-01-14 )
2.38.1
Bug Fixes
PR 78990: TemplateColumns HorizontalContentAlignment fix ( 2022-01-14 )
2.38.0
Features
PR 78936: Added support for xam grid columns width
( 2022-01-14 )
2.37.7
Bug Fixes
PR 78898: Fixing issue when closing the maximized tile ( 2022-01-14 )
PR 78929: Fixing for cases where there is a binding to a property which is null for Cursor ( 2022-01-14 )
2.37.5
Bug Fixes
PR 78928: fix: Data is not persisting after editing a cell on XamGrid ( 2022-01-14 )
2.37.4
Bug Fixes
PR 78915: XamGrid not expanding to all the available space ( 2022-01-13 )
2.37.3
Bug Fixes
PR 78893: applyDefaultStylingNewColumns ( 2022-01-13 )
2.37.2
Bug Fixes
PR 78829: Using virtual scrolling for listbox. ( 2022-01-13 )
2.37.1
Bug Fixes
PR 78832: Adding small padding to radio-button.component.scss given in Silverlight seem... ( 2022-01-13 )
2.37.0
Features
PR 78821: Mapping components: compareOrdinal method ( 2022-01-12 )
2.36.26
Bug Fixes
PR 78835: PasswordBox and TextBox height issues fixed ( 2022-01-12 )
2.36.25
Bug Fixes
PR 78786: Unifying implementations of minWidth, maxWidth, minHeight and maxHeight in order to fix issues related to 'Bug 494736: [EPSI][P#14] "PLV options" StakPanel cutting off upper radiobuttons and lower "Apply sequense" button' ( 2022-01-12 )
2.36.24
Bug Fixes
PR 78686: Add data type validations into
XamGridComponent
( 2022-01-12 ) XamGridComponent
, to that it can verify if edited data is valid according to the column data type, and displays an error message if data is invalid.2.36.23
Bug Fixes
PR 78736: fix: EditorTemplate ( 2022-01-12 )
2.36.22
Bug Fixes
PR 78568: 442680 - Added 'date' is overlapped by the Server field above ( 2022-01-12 )
2.36.21
Bug Fixes
PR 78612: Handling literal values for textDecorator property in text block component ( 2022-01-11 )
PR 78724: Change to increase the time out to delay the execution of the VerifyGridSelec... ( 2022-01-11 )
2.36.19
Bug Fixes
PR 78610: Enabling cursor property in grid component ( 2022-01-11 )
2.36.18
Bug Fixes
PR 78621: Enabling support for usage of ControlTemplates in HyperlinkButton ( 2022-01-11 )
2.36.17
Bug Fixes
PR 78697: Fixed problem with numericupdown buttons been too sensitive. ( 2022-01-11 )
471540
2.36.16
Bug Fixes
PR 78689: fixed problem with tabcontrol not showing arrows in case of not enough space for tabs. ( 2022-01-11 )
484878
2.36.15
Bug Fixes
PR 78688: Avoid triggering XamGrid Rows collection reset event the first time ( 2022-01-10 )
2.36.14
Bug Fixes
PR 78589: Added a file to support indexer migration ( 2022-01-10 )
2.36.13
Bug Fixes
PR 78629: XamGrid wrong header height ( 2022-01-10 )
2.36.12
Bug Fixes
PR 78633: Fix nodes not being expanded when populating treeview ( 2022-01-10 )
2.36.11
Bug Fixes
PR 78620: Fix default formatting of Dates in XamGrid ( 2022-01-10 )
2.36.10
Bug Fixes
PR 78602: Add Changes for Bug #472229 and Bug #472284 ( 2022-01-07 )
2.36.9
Bug Fixes
PR 78595: Change to fix issue with the password box. ( 2022-01-07 )
PR 78597: Added fix to the sort method to work with objects ( 2022-01-07 )
2.36.7
Bug Fixes
PR 78587: Adjustment so when NumpadEnter is pressed it identifies it as an Enter too ( 2022-01-07 )
2.36.6
Bug Fixes
PR 78596: fix imports of DBNull and typeconversion ( 2022-01-07 )
2.36.5
Bug Fixes
PR 78574: Adding implementation for ButtonAutomationPeer.Invoke ( 2022-01-07 )
2.36.4
Bug Fixes
PR 78566: Fix problem updating WrapPanel when used as ItemContainerTemplate ( 2022-01-07 )
2.36.3
Bug Fixes
PR 78514: Changing OrderDic Constructor. +sermver:fix ( 2022-01-06 )
457891
2.36.2
Bug Fixes
PR 78529: ListBoxDragDrop fixes ( 2022-01-06 )
2.36.1
Bug Fixes
PR 78516: Changes to move remove some events emit and to register the observers in the... ( 2022-01-06 )
2.36.0
Features
PR 78486: Mapping components: SysConvToSingle method ( 2022-01-06 )
2.35.5
Bug Fixes
PR 78462: Implementing isEnabled=false functionality in xamMenuItems ( 2022-01-06 )
2.35.4
Bug Fixes
PR 78473: fix: PagingTotalItemsCount ( 2022-01-05 )
2.35.3
Bug Fixes
PR 78461: Responses were not created for links. ( 2022-01-05 )
2.35.2
Bug Fixes
PR 78365: initial support for the row styling ( 2022-01-05 )
2.35.1
Bug Fixes
PR 78478: Adding OrderedDictionary to wm-netsupport Index ( 2022-01-05 )
457891
2.35.0
Features
PR 78454: Mapping components: SysConvToDecimal method ( 2022-01-05 )
2.34.0
Features
PR 78421: Mapping components: Convert.IsDBNull method ( 2022-01-05 )
2.33.3
Bug Fixes
PR 78432: Implementing support for XamMenuItemModel.Icon ( 2022-01-04 )
2.33.2
Bug Fixes
PR 78415: fixing DBNull test ( 2022-01-04 )
2.33.1
Bug Fixes
PR 78401: Fix
OutlookBarComponent
problem when changing visibility ( 2022-01-04 ) OutlookBarComponent
problem when changing visibility2.33.0
Features
PR 78383: Adding DBNull class. ( 2022-01-04 )
492908
2.32.10
Bug Fixes
PR 78257: - Using source entity instead of target one to create link request ( 2022-01-03 )
2.32.9
Bug Fixes
PR 78372: OutlookBar and GridSplitter fixes ( 2022-01-03 )
2.32.8
Bug Fixes
PR 78340: Relocating SetBinding and related code to DependencyObject so it can be used with types not necessarily of FrameworkElement type, like XamGridColumns case ( 2022-01-03 )
2.32.7
Bug Fixes
PR 78348: Fix : ListboxE2eFix ( 2022-01-03 )
2.32.6
Bug Fixes
PR 78331: Fixing required due to change on year ( 2022-01-03 )
2.32.5
Bug Fixes
PR 78252: Fix memory leaks related to non unsuscribed event handlers ( 2021-12-31 )
2.32.4
Bug Fixes
PR 78247: Change to pass the information of the AddNewRow from the component that inher... ( 2021-12-30 )
2.32.3
Bug Fixes
PR 78235: Fix. GEnerated link requests is different for Added and Updated entities. ( 2021-12-30 )
2.32.2
Bug Fixes
PR 78221: Fixed problem with tiles initialized in maximized mode not having the right behavior. ( 2021-12-30 )
484088
2.32.1
Bug Fixes
PR 78214: Fixed problem with added dynamic items not showing ( 2021-12-30 )
484084
2.32.0
Features
PR 78115: Added rad-menu-item IconTemplate property support ( 2021-12-30 )
2.31.3
Bug Fixes
PR 78204: Links were added to source entityset instead of target entity set. ( 2021-12-29 )
2.31.2
Bug Fixes
PR 78078: fix: processItemsSourcenChanged ( 2021-12-29 )
2.31.1
Bug Fixes
PR 78169: XamGrid leaving an empty gap at the end fix ( 2021-12-29 )
2.31.0
Features
PR 78075: Adding OrderedDictionary Component. ( 2021-12-29 )
457891
2.30.2
Bug Fixes
PR 78111: Correction to display the context menu in the location where the user does th... ( 2021-12-29 )
2.30.1
Bug Fixes
PR 78072: Workaround for the problem of a custom control and its inner control (CustomX... ( 2021-12-29 )
2.30.0
Features
PR 78066: ChildWindow component does not support modaless dialogs. ( 2021-12-28 )
2.29.3
Bug Fixes
PR 78081: Fix CellDoubleClicked handler throws exception ( 2021-12-28 )
2.29.2
Bug Fixes
PR 78079: Change to remove a wrong f in the test describe ( 2021-12-28 )
2.29.1
Bug Fixes
PR 78053: Change to generate the flat cell collection to be able to get the cells by key. ( 2021-12-28 )
2.29.0
Features
PR 78031: Maps for Information.IsDate Components ( 2021-12-28 )
2.28.4
Bug Fixes
PR 77569: Fix deserialization of Guid lists ( 2021-12-28 )
List<Guid> IdList {get;set;}
2.28.3
Bug Fixes
PR 78012: Adjusting ClearTree implementation to match behavior on Silverlight, it doesn... ( 2021-12-28 )
2.28.2
Bug Fixes
PR 78009: Added a small fix for date camparisons ( 2021-12-27 )
2.28.1
Bug Fixes
PR 77989: Adjusting functionality of DependencyObject.clearValue to consider the defaul... ( 2021-12-27 )
2.28.0
Features
PR 77985: Support the clone strategy method for the xamgrid component ( 2021-12-27 )
2.27.18
Bug Fixes
PR 77975: Fix. Current implementation does not support responses of one element. ( 2021-12-27 )
2.27.17
Bug Fixes
PR 77972: fix: ArrayFlat ( 2021-12-27 )
2.27.16
Bug Fixes
PR 77861: 470739- RadRibbonButton with image doesn't look as expected ( 2021-12-27 )
2.27.15
Bug Fixes
PR 77894: RadComboBox size issues ( 2021-12-24 )
2.27.14
Bug Fixes
PR 77927: fix: Selected row is not highlighted when selected from code behind ( 2021-12-24 )
2.27.13
Bug Fixes
PR 77921: XamGrid Rows.internalArray should be defined even when XamGrid collection is undefined ( 2021-12-24 )
2.27.12
Bug Fixes
PR 77905: Fix. Added then deleted objects were generating a delete request. ( 2021-12-24 )
2.27.11
Bug Fixes
PR 77768: 477220 - Review controls alignment and size in the Add/Edit Custom Column screen ( 2021-12-24 )
2.27.10
Bug Fixes
PR 77903: fix: IsOpenModelChange ( 2021-12-24 )
2.27.9
Bug Fixes
PR 77887: Fixing for Bug 469765: [DS#18] Transparent canvas component is covering the m... ( 2021-12-24 )
2.27.8
Bug Fixes
PR 77839: support any collection that implements INotifyCollectionChanged interface as... ( 2021-12-23 )
2.27.7
Bug Fixes
PR 77882: Fix. Undefined values must be serialized with the null attribute set to true instead of a specific value ( 2021-12-23 )
2.27.6
Bug Fixes
PR 77856: Add changes for IsOpenCallback ( 2021-12-23 )
2.27.5
Bug Fixes
PR 77869: Fix. Creating queries for functions was using the function name to register entity set. ( 2021-12-23 )
2.27.4
Bug Fixes
PR 77822: Fix. smFormatDate was not working when all three parameters were specified. ( 2021-12-22 )
2.27.3
Bug Fixes
PR 77815: Fix. Interna dataServiceId field should not serialized and sent to server side. ( 2021-12-22 )
2.27.2
Bug Fixes
PR 77786: Fix. DataService entities with entity column as key were allowed to add just one row. ( 2021-12-22 )
2.27.1
Bug Fixes
PR 77777: update the model paging with the parent model paging from the xamgrid contain... ( 2021-12-22 )
2.27.0
Features
PR 77696: XamGridUnboundColumn editorTemplate ( 2021-12-21 )
2.26.10
Bug Fixes
PR 77652: Adding a modelChangeHandler to the rad-time-picker to update the SelectedTime... ( 2021-12-21 )
2.26.9
Bug Fixes
PR 77439: 475044- RadRibbonDropDownButton is not highlight when mouse over ( 2021-12-21 )
2.26.8
Bug Fixes
PR 77609: Current drag and drop of listbox inhibits clicking internal elements ( 2021-12-20 )
2.26.7
Bug Fixes
PR 77650: Fixes for XamTree regressions ( 2021-12-20 )
2.26.6
Bug Fixes
PR 77651: test: Skipping e2e test cases from outlookbar ( 2021-12-20 )
2.26.5
Bug Fixes
PR 77622: fix: EditorArgument ( 2021-12-20 )
2.26.4
Bug Fixes
PR 77638: Fixing correct initialization of ColumnResizingSettings.AllowColumnResizing ( 2021-12-20 )
2.26.3
Bug Fixes
PR 77620: Fixing for Bug 486310: [R#47] Splitter.Style seems not to be applied (backgro... ( 2021-12-20 )
2.26.2
Bug Fixes
PR 77610: Fix icons width and height ( 2021-12-20 )
2.26.1
Bug Fixes
PR 77249: Fix Bug 472260: Allscripts ComboBox (RadComboBox) not filtering ( 2021-12-20 )
2.26.0
Features
PR 77276: Added support for XamContextMenu Opening event and OpeningEventArgs. ( 2021-12-17 )
2.25.4
Bug Fixes
PR 77544: - fix the data wrapper use for the xamgrid ( 2021-12-17 )
2.25.3
Bug Fixes
PR 77528: Fix. Combobox is not using full height available space ( 2021-12-17 )
2.25.2
Bug Fixes
PR 77448: Added missed implementation fo GetChildrenCount and GetChild for UserControlM... ( 2021-12-16 )
2.25.1
Features
PR 77417: RibbonPerformance ( 2021-12-16 )
Bug Fixes
PR 77425: Changes to support the WCF fault exception. ( 2021-12-16 )
PR 77431: Fix. Adding detect changes to notify isInitialized change. ( 2021-12-16 )
2.24.20
Bug Fixes
PR 77423: Added a fix to assing value to isChecked when eventIsCalled ( 2021-12-16 )
2.24.19
Bug Fixes
PR 77338: Add support for Uri serialization ( 2021-12-16 )
2.24.18
Bug Fixes
PR 77416: TabControl Header wrong height fixed ( 2021-12-16 )
2.24.17
Bug Fixes
PR 77371: Fixes formatting a day with two digit year ( 2021-12-16 )
2.24.16
Bug Fixes
PR 77286: XamTree Drag and Drop Support ( 2021-12-16 )
2.24.15
Bug Fixes
PR 77312: 469088 - Its missing show a radio button in the Edit Schedule ( 2021-12-16 )
2.24.14
Bug Fixes
PR 77331: Header style support for the xamgrid columns ( 2021-12-15 )
2.24.13
Bug Fixes
PR 77365: Changing type of XamGridRow.Data to allow usage of Data.data ( 2021-12-15 )
2.24.12
Bug Fixes
PR 77300: Adding AddYears function ( 2021-12-15 )
2.24.11
Bug Fixes
PR 77255: workaround for the selectedItem when is adding a new row in the xamgrid ( 2021-12-15 )
2.24.10
Bug Fixes
PR 77229: Manual fixing for Bug 483070: [P#*] Popup windows have a gray background colo... ( 2021-12-14 )
2.24.9
Bug Fixes
PR 77191: General app performance improvement, implementing some change detections mechanics ( 2021-12-14 )
454496
475140
477568
470726
2.24.8
Bug Fixes
PR 77215: Corrections for bugs 'Bug 482516: [P#*] Text in modals like the login is fade... ( 2021-12-14 )
2.24.7
Bug Fixes
PR 77175: Added change to allow for bindings to change type of property ( 2021-12-14 )
2.24.6
Bug Fixes
PR 77131: fix: RemoveAddRowBox ( 2021-12-14 )
2.24.5
Bug Fixes
PR 77185: Fix. Missing return statement ( 2021-12-13 )
2.24.4
Bug Fixes
PR 77126: Fix regression related to list deserialization ( 2021-12-13 )
@propertyInfo
of interface types. Recently an object was added to specify both the generic parameters and the interface type. In this case the reflection API was not consuming the object with the interface type information.2.24.3
Bug Fixes
PR 77157: When exception happens, error message must return error code ( 2021-12-13 )
2.24.2
Bug Fixes
PR 77171: workaround for the entereditcell when is adding a new row ( 2021-12-13 )
2.24.1
Bug Fixes
PR 77104: Fix. Adjusting wrap panel height to Auto when used as part of Items Control... ( 2021-12-13 )
2.24.0
Features
PR 77043: datagrid with displayDensity in compact mode ( 2021-12-13 )
2.23.1
Bug Fixes
PR 77096: Fix autocomplete box filter with empty criteria ( 2021-12-13 )
2.23.0
Features
PR 77091: Add
defaultValue
parameter to iuFirstOrDefault()
( 2021-12-13 ) defaultValue
parameter to iuFirstOrDefault()
, so that a default value can be given for C- value types (structs, ints, enums, etc).2.22.3
Bug Fixes
PR 77070: Adding handler to open the RadContextMenu ( 2021-12-10 )
2.22.2
Bug Fixes
PR 77061: - Remove decorator stopPropagation causing issues when the component is used inside grids. No longer required since outbound event was renamed to onclick to avoid collisions. ( 2021-12-10 )
2.22.1
Bug Fixes
PR 77052: Fix. Handling error response messages ( 2021-12-10 )
2.22.0
Features
PR 77047: Change to add ArrayHelper in order to support the Array.Copy ( 2021-12-10 )
2.21.6
Bug Fixes
PR 77046: remove unnecessary function from the html xamgrid file ( 2021-12-10 )
2.21.5
Bug Fixes
PR 77028: Popup component behind of the ChildWindow ( 2021-12-10 )
PR 77019: Fix multi property binding path notifications ( 2021-12-10 )
<wm-text-box [text]='{bindingPath: "Prop1.Prop2"}'>...
Prop1
no new subscriptions were created to track the change of Prop2
. With this changes new suscriptions are created and also old ones are removed. PR 77004: Support for ListBoxDragDropTarget component ( 2021-12-10 )
PR 77026: fix the activenode issue for the xamgrid ( 2021-12-10 )
2.21.1
Bug Fixes
PR 76879: Fix. Enabling grid height to be set to auto when used as items control template. ( 2021-12-10 )
2.21.0
Features
PR 77011: support the header style in the xamgrid component ( 2021-12-09 )
Bug Fixes
PR 76866: 471465-Report summary txtFault report error field smaller than the control in... ( 2021-12-09 )
2.20.3
Bug Fixes
PR 76992: Adding validation in updateSourceOfBinding ( 2021-12-09 )
2.20.2
Bug Fixes
PR 76962: Added small fix for s formatting ( 2021-12-09 )
2.20.1
Bug Fixes
PR 76919: Added a fix for the s formatting in the DateUtils ( 2021-12-09 )
2.20.0
Features
PR 76841: fix the primary key property for the xam-grid component ( 2021-12-09 )
2.19.3
Bug Fixes
PR 76882: Add support for images created with MemoryStreams ( 2021-12-08 )
2.19.2
Bug Fixes
PR 76819: Fix getting enum elements using reflection ( 2021-12-08 )
2.19.1
Bug Fixes
PR 76792: refactoring the verifyGridSelection function to trigger the rowselected event ( 2021-12-07 )
2.19.0
Features
PR 76764: Support Editor property ( 2021-12-07 )
2.18.5
Bug Fixes
PR 76752: Fix problem with Xml serialization ( 2021-12-07 )
SimpleList
. Also add code to consider deserialization of properties with xsi:nil
attributes.2.18.4
Bug Fixes
PR 76611: Fix Xml deserialization and serialization issues ( 2021-12-06 )
PR 76632: Fix. Label taking parent size leads to labels taking more space than requirered. ( 2021-12-06 )
2.18.2
Bug Fixes
PR 76671: checkAndRegisterCompatibilityBindingColumns ( 2021-12-06 )
2.18.1
Bug Fixes
PR 76556: Improvement in the application of row styles. ( 2021-12-06 )
2.18.0
Features
PR 76667: Added support for ItemCheckChanged event ( 2021-12-06 )
2.17.12
Bug Fixes
PR 76607: Added a fix for the combo boxes not showing information ( 2021-12-06 )
2.17.11
Bug Fixes
PR 76631: Console error shown when a popup is opened fixed ( 2021-12-06 )
2.17.10
Bug Fixes
PR 76569: Fix. Adding files to completionHandler parameters ( 2021-12-03 )
2.17.9
Bug Fixes
PR 76559: XamGrid Remove handler from
ItemsSource
when it changes ( 2021-12-03 ) ItemsSource
when it changes on XamGrid component, to avoid exception when the component is destroyed.2.17.8
Bug Fixes
PR 76034: 423450- RadAutoCompleteBox.MinWidth and MinDropDownWidth are lost during migr... ( 2021-12-03 )
2.17.7
Bug Fixes
PR 76524: Added missed supportedInteface for SimpleList ( 2021-12-02 )
PR 76497: Added handler for ActiveCell setting up SelectedRow property in the EPSI project #472493, #474544 ( 2021-12-02 )
2.17.5
Bug Fixes
PR 76518: Added fix for support resolve user defined types with
Of
in the name ( 2021-12-02 ) Of
in the name2.17.4
Bug Fixes
PR 76458: Fix Edit mode ( 2021-12-02 )
PR 76501: TreeView ItemTemplate issues fixed ( 2021-12-02 )
PR 76315: Fix issue with Propagate Collection Changes feature. Reset collection and triggering a reset event out of time. ( 2021-12-02 )
2.17.1
Bug Fixes
PR 76498: Adding disabled class to html for comboBox ( 2021-12-02 )
2.17.0
Features
PR 76413: feat: Support added to RowStyle property for DataGridComponent. ( 2021-12-02 )
2.16.1
Bug Fixes
PR 76407: ChildWindow margin fix ( 2021-12-01 )
2.16.0
Features
PR 76357: feat: Providing support to addLink server synchronization. ( 2021-12-01 )
2.15.3
Bug Fixes
PR 76378: Add
wm-netsupport
project ( 2021-12-01 ) wm-netsupport
projectwms-framework
.2.15.2
Bug Fixes
PR 76114: Adjustment of the colors and shadows of validation messages ( 2021-12-01 )
2.15.1
Bug Fixes
PR 76320: TextBlock text wrapping fixed ( 2021-11-30 )
2.15.0
Features
PR 76288: feat:Support Opening Event ( 2021-11-30 )
2.14.14
Bug Fixes
PR 76261: Fix: SoapMessages responses return integer value on update messages (not a li... ( 2021-11-30 )
2.14.13
Bug Fixes
PR 76257: Reverting changes causing regression #475124 ( 2021-11-30 )
2.14.12
Bug Fixes
PR 76244: AccordionItem header have the wrong value ( 2021-11-26 )
2.14.11
Bug Fixes
PR 76071: Fix: Selected items were not update on bound collection changes, generating that the SelectedItems and SelectedItem referenced elements already not in list ( 2021-11-25 )
2.14.10
Bug Fixes
PR 76143: Fix UnboundColumnDataContext pipe, ClickAction and ClickActionParameter directives ( 2021-11-25 )
2.14.9
Bug Fixes
PR 76155: Alignments regressions fixed ( 2021-11-25 )
2.14.8
Bug Fixes
PR 76079: Support for Tooltip attribute in Components ( 2021-11-25 )
2.14.7
Bug Fixes
PR 76084: Fix: string params does not require escaping them ( 2021-11-25 )
2.14.6
Bug Fixes
PR 76054: Added minor fix to solve regression for #472007. Text filtering must be appli... ( 2021-11-24 )
2.14.5
Bug Fixes
PR 76008: Fix: Fixing date serialization in soap message (copy/paste issue !) ( 2021-11-23 )
2.14.4
Bug Fixes
PR 76002: Fix: adding FunctionParamInfo to index in order to properly export element ( 2021-11-23 )
2.14.3
Bug Fixes
PR 75891: Label alignments fixed ( 2021-11-23 )
2.14.2
Bug Fixes
PR 75960: Added a method that selects the item if it match one of the items in the coll... ( 2021-11-23 )
2.14.1
Bug Fixes
PR 75958: Fix Detecting changes ( 2021-11-23 )
2.14.0
Features
PR 75922: Feature: Support for function calls in DataServiceQuery. ( 2021-11-23 )
2.13.3
Bug Fixes
PR 75933: - modify the default display for some components and change the title bar size for the child window ( 2021-11-23 )
2.13.2
Bug Fixes
PR 75926: Fix: Current condition to determine if generating nil serialization was not c... ( 2021-11-23 )
2.13.1
Features
PR 75912: feat:Support CellEnteredEditMode ( 2021-11-23 )
Bug Fixes
PR 75919: Added styling to ensure a max-height for the options in the combobox componen... ( 2021-11-23 )
PR 75265: Checkboxes and main buttons are in the mis-aligned ( 2021-11-23 )
PR 75918: Added configuration to use the garbage collector for memory leaks in the unit tests. ( 2021-11-23 )
2.12.0
Bug Fixes
PR 75901: Feat: InjectorPurePipe was not exported in the conversion support module. A... ( 2021-11-23 )
2.11.5
Bug Fixes
PR 75909: Added styling to ensure minimum width to display options ( 2021-11-22 )
2.11.4
Bug Fixes
PR 75888: Fix issue with Tabcontrol changing automatically ( 2021-11-22 )
2.11.3
Bug Fixes
PR 75870: Added validations to verify DataProviderService, must be provided by the same... ( 2021-11-22 )
2.11.2
Bug Fixes
PR 75885: test(e2e): fix test - verify unpin functionality is disabled on outlookbar3 ( 2021-11-22 )
2.11.1
Bug Fixes
PR 75840: Fix event signature for selectionChange event ( 2021-11-22 )
2.11.0
Features
PR 75854: feat: Adding support to have collections as parameters in SoapMessage ( 2021-11-19 )
2.10.4
Bug Fixes
PR 75746: Fix After updating Infragistics version, e.cell.column can be null in some cases... ( 2021-11-19 )
2.10.3
Bug Fixes
PR 75839: fix: MinHeight was not considered when setting the grid row size ( 2021-11-19 )
2.10.2
Bug Fixes
PR 75827: Fix: Improve highlight of
RadRibbonToggleButton
( 2021-11-19 ) RadRibbonToggleButton
is checked, in order to make highlight more notorious. Also change highlight style of RadRibbonRadioButton
to match. Also remove a CSS rule from XamTree
, which is not being applied anyway because of a typo. PR 75819: Added support for RadComboBox with VirtualScrolling with StackPanels ( 2021-11-19 )
2.10.0
Features
PR 75828: Adding input for AllowMinized in OutlookBar ( 2021-11-19 )
2.9.3
Bug Fixes
PR 75826: Adding id for the numeric up down increase and decrease buttons. ( 2021-11-19 )
2.9.2
Bug Fixes
PR 75811: TabControl, TabPanel workaround ( 2021-11-19 )
2.9.1
Bug Fixes
PR 75714: Support added for system.convert.ToDateTime ( 2021-11-19 )
2.9.0
Features
PR 75787: Support invoke method for the HTMLWindow ( 2021-11-19 )
2.8.11
Bug Fixes
PR 75786: Fix calling
Execute
manually when CanExecute
return false ( 2021-11-18 ) Execute
manually when CanExecute
return falseExecute
method of a command even if CanExecute
returns false. No validation is required to execute the inner action.2.8.10
Bug Fixes
PR 75728: fix: Add binding support for
HorizontalContentAlignment
( 2021-11-18 ) HorizontalContentAlignment
and VerticalContentAlignment
properties from Control
to FrameworkElement
, in order to add support for bindings and @Input
from HTML values.2.8.9
Bug Fixes
PR 75613: fix: Register SelectionChanged ( 2021-11-18 )
2.8.8
Bug Fixes
PR 75708: exclude eslint rule for type any ( 2021-11-18 )
PR 75723: ColumnsTab, Percentage text should not display in progress bar component ( 2021-11-18 )
2.8.6
Bug Fixes
PR 75690: Fix problem not showing current ribbon radio selection ( 2021-11-17 )
2.8.5
Bug Fixes
PR 75682: Fix DatePicker Layout ( 2021-11-17 )
2.8.4
Bug Fixes
PR 75562: Fix XamGrid sync rows with filtered result ( 2021-11-17 )
2.8.3
Bug Fixes
PR 75555: fix the close event for the childwindow ( 2021-11-16 )
PR 74901: Fix Bug 443363 : [DS#100] RadRibbonGroup.Title seems not to be applied when b... ( 2021-11-16 )
PR 75496: fix: XamGrid CellClicked event to be fired as expected. ( 2021-11-16 )
2.8.0
Bug Fixes
PR 75551: feat Adding proxy support for DataServices. DataServices require specify the... ( 2021-11-16 )
2.7.2
Bug Fixes
PR 75301: fix: BUG 414881 DataGrid.RowStyle is not supported ( 2021-11-16 )
2.7.1
Bug Fixes
PR 75560: Fix: Bindings for
HorizontalAlignment
and VerticalAlignment
( 2021-11-16 ) HorizontalAlignment
and VerticalAlignment
properties. Also fix a small typo on HorizontalAligmentProperty
declaration, which prevented the visual application of the property.2.7.0
Features
PR 75499: Add directive for setting complex property ( 2021-11-15 )
ng-templates
.2.6.1
Bug Fixes
PR 75491: Hotfix issues in reporting services. Load event should be triggered on compon... ( 2021-11-15 )
2.6.0
Features
PR 75413: feat RadRibbon.IsMinimized property support ( 2021-11-15 )
2.5.6
Bug Fixes
PR 75513: test: Adding skip to failing test to be fixed ( 2021-11-15 )
2.5.5
Bug Fixes
PR 75517: Added missing parameter in Thread constructor ( 2021-11-15 )
2.5.4
Bug Fixes
PR 75262: Images in Distributed reports tree are not being displayed ( 2021-11-15 )
2.5.3
Bug Fixes
PR 75483: Fix tab subscription import ( 2021-11-12 )
2.5.2
Bug Fixes
PR 75438: Added fix for bug #465401 removed css after merge Angular12 ( 2021-11-12 )
2.5.1
Bug Fixes
PR 75422: Fix bug #465335 Changed the way Icon buttons are rendered with the Ignite for... ( 2021-11-12 )
2.5.0
Features
PR 75336: feat: Adding support to serialize complex parameter in SoapMessages. Currently only scalar values were supported. ( 2021-11-11 )
Bug Fixes
PR 75362: Fix changing parameters order SelectionChangedEventArgs ( 2021-11-11 )
2.4.0
Features
PR 75377: Added implementation for Thread.Sleep method ( 2021-11-11 )
2.3.2
Bug Fixes
PR 75382: fix the access of the cell data in the xamgrid and datagrid for the update to Angular 12 ( 2021-11-11 )
2.3.1
Bug Fixes
PR 75363: Removing RadRibbonButtonSize, all the ribbon objects should use the ButtonSiz... ( 2021-11-11 )
2.3.0
Features
PR 75299: Feature: Trigger load event on children components inside a tab item. ( 2021-11-11 )
2.2.4
Bug Fixes
PR 75268: Adding maxWidth attribute for textBlock ( 2021-11-10 )
PR 75204: Fix: Binding path with value '.' not supported in text-column ( 2021-11-10 )
<wm-data-grid-text-column
[binding]='{ bindingPath: ".", ctxt: model?.DataContext}'
2.2.2
Bug Fixes
PR 75281: fix: MissRenderingStackPanelItems ( 2021-11-10 )
2.2.1
Bug Fixes
PR 75285: fixing the chart e2e test for cypress ( 2021-11-10 )
2.2.0
Features
PR 75199: feat: XamGridColumn.IsFixed property support ( 2021-11-10 )
2.1.1
Features
PR 75197: Add basic support for
LinearGradientBush
( 2021-11-10 ) LinearGradientBush
: just keep data in LinearGradientBush
class. Support to visually apply this information will come in a later PBI. Also reorganize Media
classes into their own files, for better maintainability.Bug Fixes
PR 75266: Search control is shown in the middle instead of the right side of the panel ( 2021-11-10 )
2.0.2
Bug Fixes
PR 75227: exclude e2e test for chart component ( 2021-11-10 )
2.0.1
Bug Fixes
PR 75183: Fix: RibbonGroupInlinePosition ( 2021-11-09 )
2.0.0
Breaking Changes
PR 75178: feat: Update Silverlight projects to Angular 12 ( 2021-11-09 )
1.0.0
Bug Fixes
Merge of release/release-1.0.0 into master ( 2021-11-09 )
Updated GitVersion.yml ( 2021-11-09 )
PR 75147: Add validation support for
RadComboBox
( 2021-11-09 ) RadComboBox
PR 75153: Adding autoheightwidth class to button control template div ( 2021-11-09 )
fix: Issue with RadRibbonView rendering when the user navigates to a differen... ( 2021-11-09 )
PR 75109: Adding fix in label component in order to validate if the content is a string... ( 2021-11-08 )
PR 75105: fix: supportIconElement ( 2021-11-08 )
PR 75088: fix: Issue with usercontrol resizing and inherit display value for grid cells... ( 2021-11-08 )
fix: RadRibbonDropDownButton can display a RadContextMenu as a child ( 2021-11-08 )
PR 75101: fix: Issue adding custom css class to childwindow ( 2021-11-08 )
PR 75078: revert: "PR 74907: DataSourceWrapper - primary key in xamgrid" ( 2021-11-08 )
PR 75020: feat: Support Dynamic controls inside radGalleryItems ( 2021-11-08 )
PR 73878: 427693- Control.FontWeight is lost during migration for any control except Te... ( 2021-11-08 )
PR 75054: Removing not standard headers (avoid CORS restrictions) ( 2021-11-07 )
PR 75021: addQueryOption should be send as $filter plus escaped = and & operators ( 2021-11-07 )
PR 75033: Added SmEnumConverter to be used when a enum should be displayed as string ( 2021-11-05 )
PR 75011: Added support from xam-grid-columns for complex bindings ( 2021-11-05 )
PR 75001: fix: XamTileManager resize feature stuck after width changed ( 2021-11-05 )
PR 75015: Fixing typo in datagrid and datagridmodel ( 2021-11-05 )
PR 74909: Fix module loading problem ( 2021-11-05 )
PR 74972: fix: Added the updateSorting to the ngAfterViewInit and validated in case of not array inside the removeSorting method. ( 2021-11-04 )
460938
PR 74965: Change to process an additional error scenario on the WCF response. ( 2021-11-04 )
PR 74907: DataSourceWrapper ( 2021-11-04 )
PR 74921: imageValidation ( 2021-11-04 )
PR 74922: fixMissComentedLines ( 2021-11-04 )
PR 74893: remove display ( 2021-11-04 )
PR 74900: Removing timeout ( 2021-11-03 )
PR 74894: Key predicate in complex keys must specify name/value pairs instead of single... ( 2021-11-03 )
PR 74839: Previous implementation was separating columns by their type (text and templa... ( 2021-11-03 )
PR 74868: XamgridStylingIssues ( 2021-11-03 )
PR 74835: Fix problem when reapplying bindings ( 2021-11-02 )
bindingInfo
objects created using Angular change detection ) the new bindings must be treated as design time
bindings. PR 74827: Loaded event ( 2021-11-02 )
PR 74822: Vertical center aligment does not require to set margin-left and margin-right... ( 2021-11-02 )
PR 74721: Fix
Region.Add
to return current RegionManager
( 2021-11-02 ) Region.Add
to return current RegionManager
. PR 74828: Clear
SelectedItem
when input is empty ( 2021-11-02 ) RadComboBox
, set SelectedItem
to null
when user clears or deletes all text in input. PR 74758: Duplicate HyperlinkModel ( 2021-11-02 )
PR 74805: Fix Regression Accordion does not show items when collection is already filled ( 2021-11-02 )
PR 74798: Add support for FontBindings in TextBlocks ( 2021-11-02 )
PR 74760: Required changes for datatemplates support and some fixes for controls ( 2021-11-02 )
PR 74777: Fix problem loading modules ( 2021-11-02 )
manager.LoadModule(module1); // <-- if this module requires server call
manager.LoadModule(module2);
PR 74745: Once the LoadUser method is casll it is required to set the current user to t... ( 2021-11-01 )
PR 74729: Basic Suppor for RadColorPicker ( 2021-11-01 )
PR 74594: Added performance change to avoid executing the dynamicElements code all the... ( 2021-11-01 )
PR 74698: Domain Context webservice was not deserializing complex object (array only).... ( 2021-11-01 )
PR 74694: Manual changes support ( 2021-11-01 )
PR 74693: Add filterig to PagedCollectionViews ( 2021-11-01 )
PR 74688: Fix
TextReader
implementation ( 2021-10-29 ) abstract
methods on TextReader
class, to prevent EPSi compilation errors for stubs which extends TextReader
. PR 74682: Textblock.TextWrapping was not working as expected ( 2021-10-29 )
PR 74588: Addd support for SimpleDictionary deserialization in WCF services for json ( 2021-10-29 )
PR 74573: Fix problem of bindings being removed at runtime ( 2021-10-29 )
PR 74625: Add basic implementation for
XmlSerializer
( 2021-10-28 ) XmlSerializer.Deserialize()
. Implementation for XmlSerializer.Serialize()
is pending. Also add stubs for TextReader
and StringReader
. Also remove unnecessary jasmine
packages. PR 74612: Adding areDatesEquals and fixing DateMinValue deserialize ( 2021-10-28 )
PR 74609: Height DataGrid issue created a gap at the end fixed ( 2021-10-28 )
PR 74543: SelectedItemGallery ( 2021-10-27 )
PR 74537: TabItem IsSelected was not set properly ( 2021-10-27 )
PR 74491: Add support for DataTemplates in DataGrid Headers ( 2021-10-26 )
PR 74418: Convert stream from
ResourceSet
( 2021-10-26 ) ResourceSet
. PR 74449: Fix Date deserialization ( 2021-10-26 )
PR 74396: Adjusting the user authentication process. It wa not properly loading the re... ( 2021-10-25 )
PR 74435: Changes in radDataTimePicker ( 2021-10-25 )
PR 74419: XamGrid Console Error fixed ( 2021-10-25 )
PR 74405: 434664- Checkboxes in XamlGrid cells are showing unnecessary scrollbars. ( 2021-10-25 )
PR 74358: Reduce the number of actual timeout calls for resize event ( 2021-10-25 )
setTimeout
into a single setTimeout
call. PR 74385: Added minor fix for bug #452132 Memory leak caused by BorderComponent injecti... ( 2021-10-25 )
PR 74368: DataServiceEntitySet exposed a set name property but it requires the entityNa... ( 2021-10-22 )
PR 74334: Fix problem disposing region ( 2021-10-22 )
PR 74310: messagebox handler ( 2021-10-21 )
PR 74324: Radcombobox height problem fix ( 2021-10-21 )
450800
PR 74306: ValidationError fixes ( 2021-10-21 )
448486
449066
447799
PR 74308: TabControl content should also be disabled ( 2021-10-21 )
PR 74290: Fully disabled NumericUpDown ( 2021-10-21 )
PR 74283: Added changes to support event execution in inherited components like AllScri... ( 2021-10-21 )
PR 74281: Support bindings for AccordionItem.Foreground ( 2021-10-21 )
PR 74257: Include support for DataGrid Column Header Styles ( 2021-10-21 )
PR 74268: Once save operation is finished it is required to update local state of all u... ( 2021-10-21 )
PR 74235: Update the report path of the coverage reporters. ( 2021-10-20 )
PR 74259: NumericUpDown Bug ( 2021-10-20 )
PR 74238: Successful http code are not a single one but a range of values. Adding logi... ( 2021-10-20 )
PR 74222: Fix
BitmapImage.UriSource
implementation ( 2021-10-20 ) BitmapImage.UriSource
implementation, by moving implementation to the right places on object hierarchy and making sure that UriSource
can't be undefined
.RadRibbon*
components into imageToPath()
utility function. PR 74195: Resolution mechanism for default theme associated to DefaultStyleKey ( 2021-10-20 )
PR 74164: Adding implmentation for DataServiceContext.EndSaveChanges ( 2021-10-19 )
PR 74155: Fixing: wrong event was sent as parameter ( 2021-10-19 )
PR 74109: registerIcons ( 2021-10-19 )
PR 74131: Responses from SaveChanges were not processed. Updating the process result m... ( 2021-10-19 )
PR 73858: Fixed issue of unresolved static resources for columns properties ( 2021-10-18 )
PR 74121: Fix
clientWidth
and clientHeight
returning zero ( 2021-10-18 ) clientWidth
and clientHeight
returning zerogetBoundingClientRect
. Reference found here: https://stackoverflow.com/questions/32438642/clientwidth-and-clientheight-report-zero-while-getboundingclientrect-is-correct PR 73659: Adding to script reporter options by browser ( 2021-10-18 )
PR 74116: Fix not all items shown on
RadComboBox
with ItemsPanel
( 2021-10-18 ) RadComboBox
with ItemsPanel
, when the ItemsSource
change after setting the ItemsPanel
. PR 74095: Added support for the AreRowDetailsFrozen property #414887 ( 2021-10-18 )
PR 74103: TextBlock MouseLeftButtonDown event support ( 2021-10-18 )
PR 74092: Implemented the focus on open for the child window component ( 2021-10-18 )
447773
PR 74048: Support for TimeUpDown Control ( 2021-10-18 )
PR 74088: 359908- changes reverted. ( 2021-10-18 )
PR 74089: Change in ButtonBaseModel to execute the corresponding callbacks for the Comm... ( 2021-10-18 )
PR 74082: Fix runtime error removing tab ( 2021-10-18 )
PR 74058: Added a fix to have the treeView expanded ( 2021-10-18 )
PR 74054: Added styling when the rowDetails is set to visible. It should keep the detai... ( 2021-10-18 )
PR 74052: Fixed problem with tooltip ( 2021-10-18 )
447792
PR 74026: Fix serialization of lists of Guids ( 2021-10-15 )
PR 74027: Adding returned object from a query to the tracking mechanism. ( 2021-10-15 )
PR 74021: Update peer dependency to latest 11.1.29 version avoid the classref issue ( 2021-10-15 )
PR 73978: Adding basic implementation of IEnumerable.Union method ( 2021-10-15 )
PR 74016: Added support for type conversions in bindings from boolean to number #449127 ( 2021-10-15 )
PR 73958: Fix not all items shown in
RadComboBox
( 2021-10-15 ) text
property from textFilter
property, so that text on input
element does not affect which elements are shown. This will show all items when there was a previos selected item. PR 73938: InfragisticsMerge ( 2021-10-15 )
PR 73973: Add support for
RadRibbonToggleButton
( 2021-10-15 ) RadRibbonToggleButton
PR 73975: ChildWindow margins ( 2021-10-15 )
PR 73807: 395908-Login Screen - User Name and Password text boxes don´t look like ( 2021-10-15 )
PR 73934: stringSplitpipe ( 2021-10-14 )
PR 73890: Change strategy for triggering
SizeChanged
( 2021-10-14 ) SizeChanged
SizeChanged
immediately when changing Width
or Height
. This event is triggered once the current event handler finished. PR 73915: Fixed problems with the sortMemberPath ( 2021-10-14 )
445556
PR 73913: Added css stament to fix #444162 Priority 1 bug. ( 2021-10-13 )
PR 73907: TabControl Lazy load content ( 2021-10-13 )
PR 73896: NumericUpDown issues fixed ( 2021-10-13 )
PR 73894: Fixes for the next 2 bugs. ( 2021-10-13 )
445592
445552
PR 73829: Stretch resizing behavior for the XamTileManager ( 2021-10-12 )
XamTileManager.NormalModeSettings.TileLayoutOrder = UseExplicitRowColumnOnTile
XamTileManager.NormalModeSettings.HorizontalTileAreaAlignment=Stretch
XamTileManager.NormalModeSettings.VerticalTileAreaAlignment=Stretch
PR 73779: Renamed event and adjust anchor element size to trigger the event only when t... ( 2021-10-12 )
PR 73771: Added support for the RowDetailsVisibilityMode #445613 ( 2021-10-12 )
PR 73776: Add
FormatString
using common helper ( 2021-10-11 ) FormatString
using common helper Solicitud de incorporación de cambios fusionados 73750: Fixed problem with tooltip in textbox not showing ok ( 2021-10-11 )
443260
PR 73752: Adding Istanbul comments to increase the conditional coverage in i-components. ( 2021-10-11 )
PR 73756: SupportCommand ( 2021-10-11 )
PR 73748: Added missing methods causing compilation issues ( 2021-10-11 )
PR 73714: Remove wm-data-grid events not declared in DataGrid ( 2021-10-11 )
PR 73717: Fix
ThicknessModel.parse()
( 2021-10-11 ) ThicknessModel.parse()
, so that it can receive one, two or four values. Also fix ThicknessModel.toString()
to match Silverlight behavior (it always prints four values). Also add unit tests for ThicknessModel
. PR 73621: Adding support to save pending update and delete operations ( 2021-10-08 )
PR 73722: Previous change in data-grid.componet.html was hiding the column is Width.Val... ( 2021-10-08 )
PR 73667: DataPager changes to apply the right behavior ( 2021-10-08 )
442918
PR 73631: Added support for the static method ToolTipService SetTooltip static method ( 2021-10-08 )
PR 73626: Adding changes for moving the wms-framework unit tests from Karma to Jest. ( 2021-10-08 )
PR 73647: Implement
IsAssignableFrom()
( 2021-10-08 ) RuntimeTypeInfo.IsAssignableFrom()
function. Note: this implementation won't work for the following scenarios: - Interface inheritance. - Generic parameters and their constrains. PR 73583: Removing grid splitter from cypress json ( 2021-10-07 )
PR 73614: LabelContent ( 2021-10-07 )
PR 73625: GridSplitter bug fixed ( 2021-10-07 )
PR 73595: MasterDetailGrid Support ( 2021-10-07 )
PR 73516: ExpandedNodeFix ( 2021-10-07 )
PR 73564: Add utility for loading local file ( 2021-10-07 )
Html Input type 'file'
elements and the FileReader
API. PR 73542: Added call to resetRows when the ItemSource is changed ( 2021-10-07 )
PR 73567: Soap post calls was returning a framework object in the IAsyncResult.AsyncSta... ( 2021-10-06 )
PR 73545: XamGrid Columns are too Small ( 2021-10-06 )
PR 73490: Fix
GridSplitter
E2E tests ( 2021-10-06 ) GridSplitter
E2E tests, which seems to be failing randomly. As a quick patch, add wait times before each tests, and after each action. PR 73470: Refresh XamGrid on ItemSources changes ( 2021-10-05 )
PR 73453: DoubleAddButtonFix ( 2021-10-05 )
PR 73423: DataGrid sometimes don't load or refresh its content fixed ( 2021-10-05 )
PR 73486: Fix
RadDateTimePicker
test ( 2021-10-05 ) RadDateTimePicker
test which failed randomly. Instead of using two separate instances of Date
and hoping that they are equivalent, the same instance is used as the expected value. This should make the test deterministic, without affecting what is being tested. PR 73444: Added support for HierarchicalDataTemplates ( 2021-10-05 )
PR 73465: Serializing properties of known datatypes only, removing starting '_' for pro... ( 2021-10-05 )
PR 73454: Trigger
ItemDataRequested
event for VirtualCollection
( 2021-10-05 ) ItemDataRequested
event when internalArray
of VirtualCollection
is requested. PR 73446: Fix for width 0 column problems in datagridcomponent. ( 2021-10-05 )
438584
PR 73425: Added support to enable sorting in custom template columns for the DataGrid B... ( 2021-10-05 )
PR 73437: Soap messages have to namespace concepts: service namespace and xml schema na... ( 2021-10-05 )
PR 73434: Small fixes related to report execution ( 2021-10-05 )
HtmlPage.IsEnabled
yyyy
PR 73369: Adding dataservice.AddLink implementation ( 2021-10-05 )
PR 73366: Added support for columnLayout row selection ( 2021-10-04 )
PR 73323: Subset of e2e test ( 2021-10-04 )
PR 73386: Add utilty for generating a file in JavaScript and download it ( 2021-10-04 )
PR 73396: Narrowing a bit the width of the validation errors hints ( 2021-10-04 )
PR 73325: 435429 - Bug Fix. ( 2021-10-04 )
PR 73379: XamTileManager resizing issues solved ( 2021-10-04 )
PR 73346: Move IsEnabled property to the Base component ( 2021-10-01 )
PR 73345: entities should return a ReadOnlycollection of EntityDescritptor which entity... ( 2021-10-01 )
PR 73334: Added support to use ControlTemplates for the OutlookBar GroupHeaders ( 2021-10-01 )
PR 73333: Adjusting verification on getResourceKeyValue for cases where resourceParent... ( 2021-10-01 )
PR 73281: Add support for OData expand command ( 2021-10-01 )
PR 73172: Syncing the columnLayout.Grid of the items from the model columns. ( 2021-10-01 )
PR 73292: Change
XamGrid
double click event handling ( 2021-09-30 ) XamGrid
double click event handling PR 73082: Adding support to save pending changes for AddObject only ( 2021-09-30 )
PR 73271: Change for setting the correct cell value. ( 2021-09-30 )
PR 73239: Fix escaping of regex characeters utility ( 2021-09-30 )
PR 73219: isEnabledChanged ( 2021-09-29 )
PR 73223: selectedDate ( 2021-09-29 )
PR 73204: Wrong parameters on the numeric up down emitters ( 2021-09-29 )
PR 73164: Footer fixes. Add row behavior. ( 2021-09-29 )
PR 73161: RadGallery ( 2021-09-29 )
PR 73189: Change to set the button IsPressed property to true in the clickHandler. The... ( 2021-09-29 )
PR 73169: Dinamically added div for gridSplitters ( 2021-09-29 )
PR 73166: 429692- Button images doesn't look disabled when the button is disabled ( 2021-09-29 )
PR 72660: Add support for QueryDataService.addQueryOption ( 2021-09-29 )
PR 73144: Setting the response type to text for soap messages ( 2021-09-28 )
PR 73107: XamTileManager Tiles resizing feature ( 2021-09-28 )
PR 73076: 435991-DataManager-RuleSetHistory- Datetime picker controls are partially hidden ( 2021-09-28 )
PR 73072: Adding a automatic header to SoapMessage containing the SoapAction ( 2021-09-28 )
PR 73047: Support double click on
XamTree
nodes ( 2021-09-27 ) XamTree
nodes when the user double clicks on them. PR 73018: Add date formatting with format alias ( 2021-09-27 )
CultureInfo.ShortDateString
see https://docs.microsoft.com/en-us/dotnet/api/system.globalization.datetimeformatinfo?view=net-5.0#format-strings-and-datetimeformatinfo-properties. PR 73004: Adjusting charset because wrong format ( 2021-09-27 )
PR 72991: Update the path for the generation of the UnitTest report. ( 2021-09-27 )
PR 72807: 435429-Button and RadButton.IsPressed implementation never resets to false ( 2021-09-27 )
PR 72940: Add implementation for
iuAll
( 2021-09-24 ) iuAll
Enumerable.All
extension method. PR 72930: Wrong string instance of validation was causing a false condition all the time ( 2021-09-24 )
PR 72920: Added fix for bug #436614 ( 2021-09-24 )
PR 72917: Added fix for bug #436602 Update the selecteditem using the SelectedValue and... ( 2021-09-24 )
PR 72904: Change to get the correct target type when the type received in the services... ( 2021-09-24 )
PR 72890: Adding default Content-Type header ( 2021-09-24 )
PR 72834: Added case for currency formatString with lowercase 'c' ( 2021-09-24 )
PR 72877: 434660 - Hyperlink buttons should not have underline shown except when the mouse is over it ( 2021-09-24 )
PR 72869: Setting default Accept header for SoapMessage ( 2021-09-23 )
PR 72814: Fix
DispatcherTimer.Tick
arguments ( 2021-09-23 ) DispatcherTimer
as the sender
argument when firing Tick
event. PR 72811: Add support for
ResourceSet
( 2021-09-23 ) ResourceSet
PR 72791: 433251- PasswordBox.KeyUp|KeyDown events gets fired with the component as 'sender' instead of the model (Login doesn't work with ENTER) ( 2021-09-23 )
PR 72790: Added special parse for System.Windows.Visibility ( 2021-09-23 )
PR 72766: Added support for the HierarchicalDataTemplate migration ( 2021-09-23 )
PR 72775: Fix issue reported by QM Listbox sample is not working as expected ( 2021-09-22 )
PR 72774: ActiveItemChanged event trigerred if the node has a HierarchicalItemTemplate defined ( 2021-09-22 )
PR 72767: Adding BasicBinding to index ( 2021-09-22 )
PR 72750: Change to fix an issue with the XamGrid component ActiveCellChanged. Removing... ( 2021-09-22 )
PR 72737: Added handler for the mouseleave events. Fix the AutoCompletebox event also #... ( 2021-09-22 )
PR 72735: Hot fix for problem processing response ( 2021-09-22 )
PR 72724: Remove the selectedItem property from the xamgrid ( 2021-09-22 )
PR 72689: Added support from code behind to select an item of the XamTree ( 2021-09-22 )
PR 72707: Add
@Input
for the DataContext property ( 2021-09-22 ) @Input
for the DataContext property PR 72605: Adding support to soap messages ( 2021-09-21 )
PR 72647: Fix TabControl isEnabled handling ( 2021-09-21 )
IsEnabled
state of each individual tab item. PR 72538: Add support for
INotifyDataErrorInfo
( 2021-09-21 ) INotifyDataErrorInfo
INotifyDataErrorInfo
interface. Also we add minor changes to support validation error message in the wm-combo-box
and wm-text-box
components.after
pseudo classes (https://developer.mozilla.org/en-US/docs/Web/CSS/::after) PR 72585: Added fixes for bug #434826 Added Support for DropDownOpen ( 2021-09-21 )
PR 72543: baseDataColumns ( 2021-09-20 )
PR 72545: SonarQube Unit reporter configuration for SilverlighComponents. ( 2021-09-20 )
PR 72540: 423286-XamTree treenodes text should not do wordwrap ( 2021-09-20 )
PR 72245: Support for HierarchicalItemTemplate ( 2021-09-17 )
PR 72495: add support for the footerText in the textColumn for the XamGrid ( 2021-09-17 )
PR 72492: Fix bug #432674 Remove rowEditable feature causing issues the edition is hand... ( 2021-09-17 )
PR 72449: Support
ControlTemplate
in AutoCompleteBox
( 2021-09-17 ) ControlTemplate
in AutoCompleteBox
. PR 72452: Revert changes of content control for template support. This changes were wro... ( 2021-09-16 )
PR 72418: Basic support for tooltip feature ( 2021-09-16 )
PR 72423: Add extra validations for
TimeRange.Parse()
( 2021-09-16 ) TimeRange.Parse()
. PR 72301: fixing default state for the AllowSorting property in xamgrid ( 2021-09-16 )
PR 72367: moveStylestoEpsi ( 2021-09-16 )
PR 72253: 429308- Hyperlink buttons should not have underline shown except when the mouse is over it ( 2021-09-15 )
PR 72385: Fix for the xamtilemanager and xamtile problems. ( 2021-09-15 )
422533
PR 72325: Support for multiple GridSplitters in the same grid ( 2021-09-15 )
PR 72363: Fix for uncovered afterviewinit changes ( 2021-09-15 )
PR 72136: FixingCollectionEvents ( 2021-09-15 )
PR 72329: Add coverage for content presenter ( 2021-09-15 )
PR 72257: fix(footer): footers are displayed in column groups ( 2021-09-15 )
PR 72249: Changes for support of contentTemplate property for ContentPresenter ( 2021-09-14 )
PR 72061: adjustStylesToFit ( 2021-09-10 )
PR 72153: Add support for
XamTree
ItemExpansionChanged
event ( 2021-09-10 ) XamTree
ItemExpansionChanged
event PR 72148: Veirify for internalArray instead of type. Allows different types of collecti... ( 2021-09-10 )
PR 72129: Fix bug #431152 ~Trigger selectionchanged when the property is changed ( 2021-09-10 )
PR 72124: Register
Button.Click
component output as a model event ( 2021-09-10 ) Button.Click
component output as a model event PR 72071: contentControlCompilationError ( 2021-09-09 )
PR 72054: Set textsearch pipe as impure to detect changes on the collection elements. ( 2021-09-09 )
PR 72050: Adding additional validation to avoid errors in XamGrid ( 2021-09-09 )
PR 71979: activeCellChangedObserver ( 2021-09-08 )
PR 71998: Added changes to send full selected item on radComboboxes when stackPanel mod... ( 2021-09-08 )
PR 71782: Angular Lifecycle hooks as functions instead of lambdas ( 2021-09-08 )
PR 71984: isEnabledForButton ( 2021-09-08 )
PR 71974: Sync Rows with itemSource in the modelChanges action instead of the property... ( 2021-09-08 )
PR 71832: Column footers & footer visibility ( 2021-09-08 )
PR 71939: Add implementation for
areEqual()
( 2021-09-08 ) areEqual()
helper. Also fix Guid.equals()
so that it can receive null
as parameter. PR 71957: Added handler for checked and unchecked events for RadMenuItem #427928 ( 2021-09-08 )
PR 71929: refactoring ngOnDestroy baseComponent ( 2021-09-08 )
PR 71913: Fix resource lookup from grid column ( 2021-09-08 )
PR 71936: Remove prevent default_ Sonarqube fixes ( 2021-09-08 )
PR 71842: 409630- Not all lifecycle hooks in angular can be reported to the models fixed. ( 2021-09-08 )
PR 70665: Added refactoring to events to remove runtime issues found on bug #418743 ( 2021-09-07 )
PR 71874: Fix RuntimeTypeInfo.getProperty doesn't find property that RuntimeTypeInfo.ge... ( 2021-09-07 )
PR 71860: fix and disabled some test for cypress and Chrome 93 ( 2021-09-07 )
PR 71817: RadAutoCompleteBoxItemSourceHeight ( 2021-09-07 )
PR 71696: DataGrid was not showing elements elements of a collection that is not an array ( 2021-09-06 )
PR 71695: Initial support for GridSplitter component ( 2021-09-06 )
PR 71796: Restore the execution time for the Cypress tests. ( 2021-09-06 )
PR 71422: MaxMinWidth ( 2021-09-03 )
PR 71663: Add
parse()
function to KeyTime
( 2021-09-03 ) parse()
function to KeyTime
, to create a KeyTime
from a valid time range string. PR 71674: updateItemsourceWhenModel ( 2021-09-03 )
PR 71623: support xamgrid size when the control is inherited ( 2021-09-03 )
PR 71639: Adding missing unit test for PR 67700 ( 2021-09-03 )
PR 71521: Changes to support content for Button using Template ( 2021-09-03 )
PR 71621: Adding notifyPropertyChange ( 2021-09-02 )
PR 71609: Fix for tiles maximize/minimize problems ( 2021-09-02 )
422533
PR 71452: Fix Properties explicitly declared in xaml overlaps those declared in a style being bound ( 2021-09-02 )
PR 71571: Added handler to include items on StackPanelModel within the RadCombobox ( 2021-09-02 )
PR 71456: Fix enum
Name
property ( 2021-09-02 ) Name
property PR 71299: Fix binding to static property ( 2021-09-02 )
PR 71509: Added support to see elements outside the boundaries of the outlookbar compon... ( 2021-09-01 )
PR 71506: Adding a basic implementation for CollectionView and CollectionViewSource obj... ( 2021-09-01 )
PR 71433: Support bindings for
content
and contentTemplate
in ContentControl
( 2021-09-01 ) content
property in ContentControl
. Add input for contentTemplate
and support bindings on it for ContentControl
. Remove a couple of warnings during wms-framework
compilation. changing setting to pageLoadTimeout to 3 minutes ( 2021-09-01 )
PR 71519: Adding timeout configuration properties for the karma.conf file ( 2021-09-01 )
PR 71430: fixMargin ( 2021-09-01 )
PR 71372: Fixed the dependency property names ( 2021-08-31 )
PR 71212: Adding scrollbar to listbox ( 2021-08-31 )
PR 71359: Taking Min and Max Width into consideration when calculating columns size ( 2021-08-31 )
PR 71259: XamContextMenu Basic Support ( 2021-08-31 )
PR 71389: update iginiteui-angular package ( 2021-08-31 )
PR 71370: Casting does not take into account the generic type, we need to expose the el... ( 2021-08-31 )
PR 71353: support grid inside the stackpanel when is orientation vertical hozalignment... ( 2021-08-31 )
PR 71357: Added TRX Reporter for jest framework ( 2021-08-31 )
PR 71351: Adding constructor and enum required for compilation only ( 2021-08-30 )
PR 71227: Fixing Margins ( 2021-08-30 )
PR 71293: Regression. Creating the response from DataServiceQuery in order to get the proper QueryOperationResponseOF instance ( 2021-08-30 )
PR 71292: Support for SonarQube Scanner ( 2021-08-30 )
PR 71289: fix for exceptions in DataGrid ( 2021-08-30 )
422368
PR 71276: "auto" value was not properly handled as a vlid DataGridLengthModel value ( 2021-08-27 )
PR 71222: IscheckableFunctionality ( 2021-08-27 )
PR 71233: Add support for
Template
in HeaderStyle
in XamGridColumn
( 2021-08-27 ) HeaderStyle
for a XamGridColumn
. PR 71248: Instanciating object using the datatype provided in createQuery or beginExecu... ( 2021-08-27 )
PR 71224: Revert "PR 71199: Add support for style setter assigned to dependency... ( 2021-08-27 )
PR 71199: Add support for style setter assigned to dependency object to preserve properties values ( 2021-08-26 )
PR 71177: Change to fix an issue in the XamTile. Adding logic in the XamTileManagerServ... ( 2021-08-26 )
PR 71159: fix for regresion caused by the fix of this bug 420169 ( 2021-08-26 )
420169
PR 71141: Post response has its own boundary. Let's read the boundary first then skip... ( 2021-08-26 )
PR 71065: Add support to specify the column width for data grid columns ( 2021-08-26 )
PR 71094: fix columnLayout when is a extended control ( 2021-08-26 )
PR 71078: fontWeight ( 2021-08-26 )
PR 71101: Fix cast from any type to
Object
( 2021-08-26 ) Object
PR 71084: Support for visibility in RadMenuItem ( 2021-08-25 )
PR 71074: Fix for z-index problems. ( 2021-08-25 )
420169
PR 70957: Support for RadRibbonRadioButtton component ( 2021-08-25 )
PR 71031: Fix ContentControl in DataTemplates ( 2021-08-24 )
ContentControl
is created inside a DataTemplate
(converted to ng-template
). For example:<ng-template>
<wm-content-control>
<wm-text-block>HOLA</wm-text-block>
</wm-content-control>
</ng-template>
wm-text-block
was not rendered PR 71024: ObservableCollection was not implementing INotifyCollectionChanged ( 2021-08-24 )
PR 71008: Change to be able to get the property info from the base class. ( 2021-08-24 )
PR 71014: Providing a mechanism to solve static resource references. Solving the reso... ( 2021-08-24 )
PR 70998: change dependency field by a property with setter and getter ( 2021-08-24 )
PR 70955: TreeScrolling ( 2021-08-24 )
PR 70854: Popup Component Basic Support ( 2021-08-24 )
PR 70906: Fix for exception when element found in FindName() is null. ( 2021-08-23 )
PR 70899: Fixed wrongly set of IsEnabled false when the command is not set ( 2021-08-23 )
PR 70894: InfraDemo ( 2021-08-23 )
PR 70820: remove the NotifyModelChange and use the new bindinginfo system ( 2021-08-23 )
PR 70862: Fix size issue of controls inside
Viewbox
( 2021-08-23 ) Viewbox
PR 70830: Change to add extra supported interface to the ObservableCollection ( 2021-08-20 )
PR 70827: Fix for modelproxy not declared exception. ( 2021-08-20 )
418901
PR 70550: accordionSizeItems ( 2021-08-20 )
PR 70786: QueryOperationResponse should return Exception or null , not boolean ( 2021-08-20 )
PR 70740: SupportSmallImageSize ( 2021-08-20 )
PR 70737: bug fix #419922 Renamed event on igxlist component causes issues after update... ( 2021-08-20 )
PR 70776: Add basic numeric formatting ( 2021-08-20 )
numeral
JavaScript library for number formatting. PR 70739: Validate firstElementChild of native element in handlerCalcActualSize ( 2021-08-20 )
PR 70774: Change to support the textbox border brush ( 2021-08-20 )
PR 70752: Binding to a ElementName does not worked properly ( 2021-08-19 )
PR 70777: Fix for the regresion created in Bug416383 resolution. ( 2021-08-19 )
416383
PR 70681: Improve handling of error responses ( 2021-08-19 )
PR 70673: Support for DataGrid RowChanged, RowClicked and RowDoubleClicked events ( 2021-08-19 )
PR 70678: Fix for styles don't been assigned correctly in wm-grid ( 2021-08-19 )
416383
PR 70554: Enable ValueConverter for UnboundColumns ( 2021-08-18 )
PR 70618: Fix bug creating DataContractId ( 2021-08-18 )
PR 70560: DataGrid columns sorting and reordering features ( 2021-08-18 )
PR 70587: ContainerComponent crashes when controls property is set to undefined. It should handle such value gracefully ( 2021-08-18 )
PR 70595: Wrong handling of doGet and doPost on error ( 2021-08-18 )
PR 70567: Added pending implementations related to Commands ( 2021-08-17 )
PR 70534: Fix for StackPanel margin problems ( 2021-08-17 )
414446
PR 70533: Implementing MeasureOverride to at least return a size object, on SL Size is... ( 2021-08-17 )
PR 70545: Added changes to trigger click event on rad-menu-item components #417916 ( 2021-08-17 )
PR 70516: Xamgrid Update ( 2021-08-17 )
PR 70486: Add replacement for the
DataContract
attribute ( 2021-08-17 ) DataContract
attributeDataContractAttribute
class which allows defining classes with different namespaces that represent a server-side class (usually a DTO) PR 70386: Fixing smTryParseBoolean to not throw exceptions when value is null or undefined ( 2021-08-17 )
PR 70466: Fixing for SubscriptionEvent.ts so unsubscribing an event while doing a 'fire... ( 2021-08-17 )
PR 70499: ContentPresenter component did not support binding on content property ( 2021-08-17 )
PR 70458: Reimplement
FindName()
( 2021-08-16 ) FrameworkElement.FindName()
function to use the model hierarchy instead of the deprecated componentContents
property.componentContents
, since nobody should use it now. PR 70460: fixing inherintance for the contentControl ( 2021-08-16 )
PR 70455: Added support for missing XamGrid Events ( 2021-08-16 )
PR 70223: Adding withcredentials and other header settings ( 2021-08-16 )
PR 70429: Refactoring ActualSize feature and removing Console log Bug#416459 ( 2021-08-16 )
PR 70343: DataGrid colums resize properties ( 2021-08-16 )
PR 70302: Called MeasureOverride function to load Data on the DataGrid #416403 ( 2021-08-16 )
PR 70426: Fix control template issue ( 2021-08-16 )
Visibility
property of this control the control template instance awas not being modified. PR 70294: Added support for globalizationhelper ( 2021-08-13 )
PR 70377: Improve
DictionaryFactory.create()
messages ( 2021-08-13 ) DictionaryFactory.create()
error and warning messages, by giving possible solutions to the issues. PR 70327: Add support for
RelativeSource
binding options ( 2021-08-13 ) RelativeSource
binding options PR 70304: triggers selectedRowsCollectionChanged ( 2021-08-12 )
PR 70286: Overlap XamGridCell ( 2021-08-12 )
PR 70282: Support Templates for DataGrid Cells ( 2021-08-12 )
PR 70212: Smaller Button Font ( 2021-08-12 )
PR 70273: templateItem property can be specified as input for inheritance support ( 2021-08-12 )
PR 70221: support cellBaseCollection for the xamgrid ( 2021-08-11 )
PR 70216: Added support for dynamic content loading for ChildWindow ( 2021-08-11 )
PR 70176: Fix for bugs 414960 and 414972 ( 2021-08-11 )
414960
414972
PR 70058: fixing ribbon size ( 2021-08-11 )
PR 70168: Adding implementation for IsEnum ( 2021-08-10 )
PR 70163: Fixed for EPMWaitControl loading for ever bug ( 2021-08-10 )
409842
PR 70150: Added binding changes on chart to include the datapoint indicator to the line... ( 2021-08-10 )
PR 69801: updateXamgridDemo ( 2021-08-10 )
PR 70151: Support for DataGrid.SelectionChanged event ( 2021-08-10 )
PR 70048: Support for Path.Stretch Property ( 2021-08-10 )
PR 70097: Add missing reset old MaxColumns and MaxRows values after changing the XamTil... ( 2021-08-10 )
PR 70083: SizedChangedEventArgs was an empty object ( 2021-08-10 )
PR 70051: Fix bug triggering
lostfocus
in textbox ( 2021-08-10 ) lostfocus
in textbox PR 70125: Fixing to lazy load PagedCollectionView.SortDescriptions so it is never null... ( 2021-08-10 )
PR 70012: Show inner content of
AccordionItem
( 2021-08-10 ) AccordionItem
. PR 70081: Quick fix for using
any
as keys in GeneralDictionary
( 2021-08-10 ) any
is used as the type of key in a GeneralDictionary
, and the instance provided as key does not have GetHashCode()
or Equals()
functions. PR 70098: Change to fix a regression in the stack panel component template ( 2021-08-10 )
PR 70100: Enable bindings for
AccordionItem
header ( 2021-08-10 ) AccordionItem
header. PR 70092: Fix scenario of binding to
Source
with invalid DataContext
( 2021-08-10 ) Source
with invalid DataContext
Source
property with an invalid context:var binding = new Binding(path);
binding.Source = this;
binding.Mode = BindingMode.TwoWay;
...
control.SetBinding(TextBox.TextProperty, binding);
control.DataContext = "text value";
PR 70014: fix the columnLayout.Grid property for the columns in the xamGrid ( 2021-08-10 )
PR 70005: Fixed some classes to support data grid text column mappings ( 2021-08-09 )
PR 70015: DisplayMemberPath was not rendered when stackpanel used as ItemsPanel of Item... ( 2021-08-06 )
PR 69995: Added support for declaringContext in control templates ( 2021-08-06 )
PR 69971: Fixing ItemsSource to support Dictionary as value. Fixing valueMember. Implementing ItemFilter. Adding filter to SimpleDictionary ( 2021-08-06 )
PR 69919: - cypress update 8.2.0 ( 2021-08-05 )
PR 69889: Empty Chart Template ( 2021-08-05 )
PR 69912: Added template validation to disable grid edition when an external component... ( 2021-08-05 )
PR 69910: Add alternative way to resolve resource ( 2021-08-05 )
PR 69900: Fix for the bug with stackpanel combinations. ( 2021-08-05 )
409816
PR 69894: support the contentChild in the contentControl ( 2021-08-05 )
PR 69896: Fix
DictionaryFactory.create()
( 2021-08-05 ) Hashable
return a default dictionary (SimpleDictionary
) to avoid an exception.null
or undefined
, because this could indicate that the dictionary is being initialized with invalid generic params. PR 69847: Add styling to autogenerate the scroll on overflow trees ( 2021-08-04 )
PR 69838: Fix problem with dynamic control creation ( 2021-08-04 )
PR 69812: Fixing for issue: IRegion.ActiveViews don't get updated when a view is added ( 2021-08-04 )
PR 69826: Added support to the DataGridRow model #408157 ( 2021-08-04 )
PR 69803: fix button in e2e test ( 2021-08-04 )
PR 69835: Dynamic DropDownContent ( 2021-08-04 )
PR 69668: Implementation for RenderSize, ActualHeight and ActualWidth ( 2021-08-04 )
PR 69788: Enabling using enums as combobox elements (Problem with first element of enum... ( 2021-08-03 )
PR 69767: Modified the ChildWindow component ( 2021-08-03 )
PR 69760: Trigger detectChangesAction after changing the itemsToRender collection #410483 ( 2021-08-03 )
PR 69752: - fix duplicate controls in the stackpanel ( 2021-08-03 )
PR 69750: Add support to
IsExpanded
of XamTreeNode ( 2021-08-03 ) IsExpanded
of XamTreeNode PR 69636: Fixing bug 411179 - Adding support for background ( 2021-08-03 )
PR 69680: Implement
GeneralDictionary
( 2021-08-03 ) GeneralDictionary
, which support keys with Equals()
and GetHashCode()
methods. PR 69734: DropDown PositionStrategy feature ( 2021-08-03 )
PR 69698: FixToLowerCase ( 2021-07-30 )
PR 69651: Feature PagedCollectionView Support ( 2021-07-30 )
PR 69656: Fixed typo in E2E Chart Sample ( 2021-07-29 )
PR 69650: VirtualCollection ( 2021-07-29 )
PR 69632: Adding support for Accordion.SelectedItem binding ( 2021-07-29 )
PR 69624: exclude unnecessary files ( 2021-07-29 )
PR 69607: support highlight for xamtree and treeview ( 2021-07-29 )
PR 69560: Added fix for bug #409295 avoid xam-tile elements to overflow and move the bu... ( 2021-07-28 )
PR 69528: Bug 408375 ( 2021-07-27 )
PR 69507: add xamGridColumnBaseModel ( 2021-07-27 )
PR 69407: Fix for xamTile transparency bug ( 2021-07-27 )
400969
PR 69114: remove firefox plugin from package.json ( 2021-07-22 )
PR 69319: Bug fixed: headerTemplate in igx-column of xam-grid is not working correctly ( 2021-07-22 )
PR 69327: RadCombobox.ItemsPanel Refactor ( 2021-07-22 )
PR 69322: Fix for numericupdown not saving value bug ( 2021-07-22 )
408813
PR 69175: Group- columns for the xam grid ( 2021-07-22 )
PR 69218: Adding ContentTemplate to Accordion template ( 2021-07-21 )
PR 69197: Support for Telerik.Windows.Controls.RadButton ( 2021-07-21 )
PR 69139: Charting Feature ( 2021-07-21 )
PR 69195: Fix deserialization of
ICollection
( 2021-07-20 ) ICollection
PR 69176: Change to fix an issue with the order of the modules initialization to make t... ( 2021-07-20 )
PR 69173: XamTileManager Busgs Fix ( 2021-07-20 )
PR 69168: Fixed the getProperties method to find multilevel hierarchy ( 2021-07-20 )
PR 69131: Add support for binding paths with index access ( 2021-07-20 )
[text]='{bindingPath: "Myprop[0].goo"}'
PR 69155: Fixing to serialize basic types as json correctly and also cleaning the heade... ( 2021-07-20 )
PR 69118: RadRibbonDropDownButton ( 2021-07-19 )
PR 69103: Add basic implementation for
NativeContent
( 2021-07-19 ) Content
property of NativeHost
, and also add basic implementation for properties of NativeContent
. PR 69053: Dispatcher implementation ( 2021-07-19 )
PR 69078: update coverage for documentation and unittest of I-components ( 2021-07-19 )
PR 68983: Accordion component did not support ItemTemplate element. Adding basic suppo... ( 2021-07-19 )
PR 69038: Support for Telerik.Windows.Controls.RadToggleButton ( 2021-07-19 )
PR 68952: remove the staticmodels method from the grid component, to avoid the duplicat... ( 2021-07-16 )
PR 69010: Fix compodoc and Firefox 90 issues ( 2021-07-16 )
PR 69000: Fixing on the serialization to JSON of SimpleLists ( 2021-07-16 )
PR 68847: Adding support for combination of ItemsControl.ItemTemplate and ItemsControl.... ( 2021-07-16 )
PR 68997: Add special deserialization for
IList<T>
properties ( 2021-07-16 ) IList<T>
propertiesIList<T>
properties require special deserialization logic since. This change requires a conversion tool change to add information for properties of interface types. PR 68995: Fixing RadComboBox parameters order ( 2021-07-16 )
PR 68674: Validating for undefined value. When component is not visible the html eleme... ( 2021-07-16 )
PR 68970: Parameter deleted from RadComboBox constructor ( 2021-07-16 )
PR 68948: Fix binding path problem ( 2021-07-15 )
PR 68753: Hotfix bug #404998. Feature must me redefined into the RadCombo ( 2021-07-15 )
PR 68958: fixingDestroyHandlers ( 2021-07-15 )
PR 68852: Hotfix: Undo
IsPressed
set to false
( 2021-07-15 ) IsPressed
to false
, because it is failing on some EPSi scenarios. PR 68921: Use
KeyValue
in SimpleDictionary
( 2021-07-15 ) SimpleDictionary
return elements of type KeyValue
so that they have Key
and Value
properties. PR 68919: - move XamColumnLayout to another file. ( 2021-07-15 )
PR 68775: RadContextMenu and radMenuItem ( 2021-07-15 )
PR 68910: SelectedItem data binding not working in the RadComboBox issue fixed ( 2021-07-15 )
PR 68902: Added missing binding validations options to binding ( 2021-07-15 )
PR 68917: Added validation to avoid console error bug #406333 ( 2021-07-15 )
PR 68909: Added fix to reload tree items due to an identified issue on Mat-Tree compone... ( 2021-07-15 )
PR 68827: Add
KeyValue
type ( 2021-07-15 ) KeyValue
type which can be used as a regular array, but having Key
and Value
properties as well. PR 68853: Change to fix a regression in the clickaction directive ( 2021-07-15 )
PR 68823: Added filter template and filter template editor ( 2021-07-14 )
PR 68768: Change in ModuleManager to add an additional validation to avoid addition chi... ( 2021-07-14 )
PR 68811: Supporting ItemsControl.ItemTemplate resource key binding. Added new set of... ( 2021-07-14 )
PR 68411: hasCloseButtonDefault ( 2021-07-13 )
PR 68663: update cypress version ( 2021-07-13 )
PR 68609: Added support to load the treeview items from the Items collection #403261 ( 2021-07-13 )
PR 68600: Add support for
ControlTemplate
in Button
component ( 2021-07-13 ) ControlTemplate
in Button
component. Also fix IsPressed
value, so that it is set to true
at the moment when the user press the button, and it returns to false
after the click
event finish or when the mouse exits the button. PR 68740: Set item template to UnboundColumn model ( 2021-07-13 )
PR 68680: Added constructor ovearload for DIContainerDependency attribute ( 2021-07-13 )
PR 68678: Added fix for bug #402639 Adjust cell styling to avoid generating scrolls on... ( 2021-07-12 )
PR 68660: Events subscription add and remove support ( 2021-07-12 )
PR 68541: Support for bindings in ProgressBar component ( 2021-07-09 )
PR 68607: Changes to fix some issues with the ClickActionDirective ( 2021-07-09 )
PR 68565: Added a Rows collection from datasource items and not from the displayed comp... ( 2021-07-09 )
PR 68498: Added support functions for extra mappings ( 2021-07-09 )
PR 68548: Support for bindings in RadAutoCompleteBox component ( 2021-07-09 )
PR 68574: Dynamic border child creation ( 2021-07-09 )
PR 68450: Adding support for itemTemplate from resource file ( 2021-07-08 )
PR 68552: add min-height for the childWindow and childWindow scss ( 2021-07-08 )
PR 68494: Support for System.Windows.Controls.Expander ( 2021-07-08 )
PR 68489: Added fix to solve issue with large data sets on RadComboBox #402495 ( 2021-07-08 )
PR 68427: Change to set the button IsPressed to true when the button is clicked. ( 2021-07-06 )
PR 68416: Horizontal wrong size buttons fix ( 2021-07-06 )
402418
PR 68417: Datacontext propagation support ( 2021-07-06 )
PR 68401: Adding basic implementation for SetSource as seem used by bug 402549 ( 2021-07-06 )
PR 68386: support number in the alignment input for base component ( 2021-07-06 )
PR 68366: Fix bug #399003 retrieve text from inherited buttons components ( 2021-07-06 )
PR 68373: Bug399850 Fix ( 2021-07-06 )
399850
PR 68362: Add the
XamTree
active item changed event ( 2021-07-06 ) XamTree
active item changed event PR 68332: Stackpanel style change for buttons ( 2021-07-05 )
PR 68341: Change to fix some issue when casting to IEnumerable. ( 2021-07-05 )
PR 68339: Fixed bug #399548 Make sure that the load event is always called on ChildWind... ( 2021-07-05 )
PR 68301: Ribbon dynamic changes ( 2021-07-05 )
PR 68292: Fix XamTileManager dynamic update ( 2021-07-05 )
PR 68277: Performance fix ( 2021-07-04 )
PR 68285: Removing view from list of named views ( 2021-07-02 )
PR 68248: Fix dynamic creation of Border and ScrollViewer ( 2021-07-02 )
PR 68249: Mechanism to store values as pending when model is required ( 2021-07-02 )
PR 68264: Support for ContentPresenter.Margin property ( 2021-07-02 )
PR 68237: Support for System.Windows.Shapes.Path ( 2021-07-02 )
PR 68242: Comments fixes ( 2021-07-02 )
369607
PR 68217: Call
Loaded
even only once in XamTile
( 2021-07-02 ) Loaded
even only once in XamTile
. Also register all events in the model before triggering a change detection cycle in BaseComponent
. PR 68208: Added small fix to clear elements in itemToRender that are not defined in #39... ( 2021-07-02 )
PR 68221: DataGridUpdate ( 2021-07-01 )
369607
PR 68186: Wrong case on converting "false" literal to boolean, previously it was return... ( 2021-07-01 )
PR 68188: Hotfix for
Cursor
( 2021-07-01 ) Cursor
is set from a Style
, its value on the model becomes a string instead of a Cursor
class, which generates runtime errors on EPSi.Cursor
class when migrating Styles. PR 68155: Support for SVG mode for Canvas and Ellipse component ( 2021-07-01 )
PR 68153: change to replicate the behavior of Silverlight that updates the enable state... ( 2021-06-30 )
PR 68113: Basic Cursor Implementation ( 2021-06-30 )
PR 68148: Removed sender parameter in OnKeyDown event trigger. This parameter is not ne... ( 2021-06-30 )
PR 68076: Fixing iuSingleOrDefault, it was not iterating thru all elements to apply the... ( 2021-06-30 )
PR 68098: Add
stringy()
utility function ( 2021-06-30 ) stringy()
utility function, which will be used when concatenating strings to simulate C- string concatenation behavior. PR 67990: Notify correct actions for
ObservableCollection
( 2021-06-29 ) ObservableCollection
is modified. PR 68063: Adding new directive to support the Canvas.zindex. ( 2021-06-29 )
PR 68036: Support for ViewBox and Rectangle in SVG mode ( 2021-06-29 )
PR 68054: Fix Bug 397373 ( 2021-06-29 )
PR 68042: Fixed internal container register uses to right lifecycles ( 2021-06-29 )
PR 67983: Add componentid to ImageModel ( 2021-06-29 )
PR 68015: Any exception while handling an error of communication with the endpoint call... ( 2021-06-29 )
PR 67997: Added modifications to Key Enum to match JavaScript KeyboardEvent codes ( 2021-06-28 )
PR 67967: Change to add the initialization of supported interfaces to the SimpleList ( 2021-06-28 )
PR 67974: Added conditionally expression to execute load at first group selection and n... ( 2021-06-28 )
PR 67958: xamgrid update ( 2021-06-28 )
PR 67973: Cell control ( 2021-06-25 )
PR 67943: Fix
iuContains
to accept null
as value ( 2021-06-25 ) iuContains
to accept null
as value PR 67894: childWindowSizingIssues ( 2021-06-25 )
PR 67918: Fixed the outlook bar header not showing correctly ( 2021-06-25 )
PR 67937: Revert 'Added modifications to Key Enum to match JavaScript KeyboardEvent codes' ( 2021-06-25 )
PR 67880: Support for isAlternateRowsEnabled property ( 2021-06-24 )
PR 67799: Handle
click
for ToggleButton
with ControlTemplate
( 2021-06-24 ) click
events for ControlTemplates
in the ToggleButton
component, so that ControlTemplate
's don't have to reimplement click handling. PR 67888: Add support for SelectionChanged in XamTree ( 2021-06-24 )
Solicitud de incorporación de cambios fusionados 67616: Added modifications to Key Enum to match JavaScript KeyboardEvent codes ( 2021-06-24 )
PR 67853: Added support to open the first group as selected if no selected group has be... ( 2021-06-24 )
PR 67865: Minimize option should depend on AllowMinimize property fix bug #396930 ( 2021-06-24 )
PR 67779: Fix bug 382859 LayoutUpd Support ( 2021-06-24 )
PR 67781: Support for HTML tags inside Button and ViewBox components. ( 2021-06-24 )
PR 67845: Support for SelectedGroup in OutlookBar ( 2021-06-24 )
PR 67808: Adding support for Canvas.zindex ( 2021-06-24 )
PR 67756: Support to add custom CSS classes to Angular Components ( 2021-06-24 )
PR 67763: Fixing porperty case (lower to upper) ( 2021-06-23 )
PR 67834: Fixing Container property because it was not setting the private container fi... ( 2021-06-23 )
PR 67749: ReflectObservableCollections ( 2021-06-23 )
PR 67721: Added support for the SizeChanged event in the FrameworkElement #383081 ( 2021-06-23 )
PR 67743: Support for ContentControl ContentTemplate property ( 2021-06-23 )
PR 67731: Implementing User flow thru authentication and webContext objects ( 2021-06-22 )
PR 67717: Fix problem updating a XamTree when the root changes ( 2021-06-22 )
PR 67710: Add support for
ControlTemplate
on ToggleButton
( 2021-06-22 ) PR 67683: Support for HTML elements in some containers ( 2021-06-22 )
PR 67707: Fix
Duration.Automatic
and Duration.Forever
initial values ( 2021-06-22 ) Duration.Automatic
and Duration.Forever
initial values PR 67700: Fixing for some particular cases where color is null causing multiple excepti... ( 2021-06-22 )
PR 67661: Add basic implementation of XamTree ( 2021-06-21 )
PR 67632: Bug 395727 fixed ( 2021-06-21 )
PR 67657: Change to pass the RoutedEventArgs argument when firing the checked or unchec... ( 2021-06-21 )
PR 67644: Textblock line break fix ( 2021-06-21 )
PR 67640: Added support to display components in content presenter when the content is... ( 2021-06-21 )
PR 67622: Removed explicit detectChanges calls and replace it with the base component m... ( 2021-06-21 )
PR 67570: Hidecheckboxes ( 2021-06-19 )
PR 67587: XamGrid SelectedRows collection fix ( 2021-06-18 )
PR 67480: Adding support for DataServiceContext.attach and detach ( 2021-06-18 )
PR 67571: Fixed the Guid tryParse to return empty on invalid input ( 2021-06-18 )
PR 67490: FixingPagerAndScrolingIssues ( 2021-06-17 )
PR 67516: Fix wrong dependency property definition ( 2021-06-17 )
PR 67524: AllowEditing, IsMouseActionEditingEnabled and IsReadyOnly properties ( 2021-06-17 )
PR 67518: Adding change to fix an issue in the PropertyMetadata constructor when assign... ( 2021-06-17 )
PR 67484: Added validation to hiding a null element. Selector is only defined when the... ( 2021-06-17 )
PR 67443: Fixed bug #392571 ScrollViewer doesn´t showed the scroll because it has a wro... ( 2021-06-17 )
PR 67238: Workaround for Commading.Command dependency property ( 2021-06-17 )
PR 67441: Bug 393466 fixed ( 2021-06-16 )
PR 67405: Fix bug 392046 ( 2021-06-16 )
PR 67357: Add support for DataServiceContext.updateObject ( 2021-06-16 )
PR 67370: Added fix for Grid Sizing elements ( 2021-06-16 )
PR 67250: gridStyleAndMinorFixes ( 2021-06-15 )
PR 67327: Implementing DataServiceContext.UpdateObject method ( 2021-06-15 )
PR 67292: Support for Telerik.Windows.Controls.RadMaskedNumericInput ( 2021-06-15 )
PR 67312: Adding stub class for DataServiceContext.Entities property ( 2021-06-14 )
PR 67266: Adding the input property isEnabled to the UserControlComponent ( 2021-06-14 )
PR 67248: DataGrid and Columns base implementation ( 2021-06-14 )
369607
389657
389661
PR 67130: Textbox increasing width dynamically inside auto column ( 2021-06-14 )
PR 67258: Enable subscribing to an event in a separate event execution ( 2021-06-14 )
UIThread
. For example: eventAggregator
.GetEvent<MyEvent>()
.Subscribe(MyHandler, ThreadOption.UIThread);
Dispatcher.BeginInvoke
. This has the side effect of executing the handler after the execution of the current event handler. This is problematic if the code following the publishing of the event is affected by side effects. For example:// code changing 'counter'
eventAggregator.GetEvent<MyEvent>().Publish("data");
if (counter == 0)
{
...
}
setTimeout
. PR 67235: Adding robustness to getValueFromContextObject method in Bindings.ts ( 2021-06-11 )
PR 67181: adding unit testing for add behavior ( 2021-06-11 )
PR 67129: Add
FrameworkElement.Loaded
support ( 2021-06-11 ) Loaded
event in FrameworkElement
and BaseComponent
. PR 67142: Implement Angular lifecycle hook in the framework model ( 2021-06-10 )
PR 67139: Fix bindings from string to number ( 2021-06-10 )
PR 67104: Changing url datatype to Uri instead of string ( 2021-06-10 )
PR 67117: AllowPaging property 'None' and 'Top' values are not working correctly ( 2021-06-10 )
PR 67016: FixingControlsStyle ( 2021-06-10 )
PR 67089: Apply descendants to query static elements in grid that are not direct children ( 2021-06-09 )
PR 67084: adding stub for QUeryOperationResponse.GetContinuation ( 2021-06-09 )
PR 67059: Paging location implementation (#20) ( 2021-06-09 )
PR 67017: Using CoreDependencyProperty for TextBox.TextProperty ( 2021-06-09 )
PR 67052: Fixed bug #389710 Hyperlink button shows Object Object when Content is not ( 2021-06-09 )
PR 66994: Added Tag property to base component so it could be accesed from all inherited ( 2021-06-09 )
PR 67024: Enables
UserControl.Content
to set the Parent
of child control ( 2021-06-09 ) UserControl.Content
to set the Parent
of child control PR 67015: Fix
wms-framework
package version ( 2021-06-08 ) wms-framework
package version. PR 67004: Change to add additional test for the radComboBox component ( 2021-06-08 )
PR 66999: Add more information for resource(resx) image entry ( 2021-06-08 )
PR 66990: Change to remove wrong validation in the radComboBox component that makes that ( 2021-06-08 )
PR 66828: fix inheritance ( 2021-06-08 )
PR 66472: Supporting DataService query operations ( 2021-06-07 )
PR 66866: Added MouseEnter support to TextBox (including derived classes) ( 2021-06-07 )
PR 66905: Fix bug 384766 ( 2021-06-07 )
PR 66898: Adding change to pass the asyncState in the CompletedEventArgs. ( 2021-06-07 )
PR 66869: Changed GridLength IsAuto, IsAbsolute and IsStar to a readonly property instead of method ( 2021-06-04 )
PR 66844: [EPMGrid]Basewrapper component: checkForStaticResourceReference method isn't working properly ( 2021-06-04 )
PR 66810: Added declaring context to datatemplates for events bindings ( 2021-06-04 )
PR 66769: Support for Telerik.Windows.Controls.RadAutoCompleteBox ( 2021-06-03 )
PR 66776: Added support for minimizing properties in OutlookBar component #351034 ( 2021-06-03 )
PR 66721: Fix bug 386625 ( 2021-06-03 )
PR 66645: Fix for bug 359821 ( 2021-06-03 )
PR 66663: Change to fix the serialization issue for classes using a subclass. With the ( 2021-06-02 )
PR 66649: Use
out
parameters in TryParse
functions ( 2021-06-02 ) out
parameters in TryParse
functions instead of lamdas, to be consistent with migration of out
arguments from C#. PR 66647: Fixes the
IsEnabled
property of DispatcherTimer ( 2021-06-02 ) IsEnabled
property of DispatcherTimer PR 66575: ComboBox Regression Fixed ( 2021-06-01 )
PR 66572: RibbonGalleryAndFIexFixing ( 2021-06-01 )
PR 66603: Fix problem with Xam Tile EPSi demo ( 2021-06-01 )
PR 66601: Fix styling material class definition ( 2021-06-01 )
PR 66571: Adding change to support the closed event on the child window. ( 2021-06-01 )
PR 66524: Fixed issues with NavigationView Demo using OutlookBar Component #351046 ( 2021-06-01 )
PR 66538: Adding verification for this.xamTileSubscription to be initialized, it seems ( 2021-05-31 )
PR 66513: Added support for sefault styles in silverlight ( 2021-05-31 )
PR 66409: Added parameters to gotFocus and textChanged EventEmitters. Also added focus and textchange handlers registry ( 2021-05-31 )
PR 66458: ComboBox Refactor ( 2021-05-28 )
PR 66477: Add
RefOrOut
implementation ( 2021-05-28 ) RefOrOut
implementation, which helps migrate parameters passed as ref
and out
. PR 66418: Implementation of the treeview ( 2021-05-28 )
348488
PR 66444: Adding validation to avoid exceptions when trying to execute the ( 2021-05-28 )
PR 66407: +Load grid content using ng-content to enable gridItem Query and filter ( 2021-05-28 )
PR 66375: Handle WCF XML error reponse ( 2021-05-27 )
webHttp
behavior <webHttp helpEnabled="false" faultExceptionEnabled="true" >
PR 66368: Change in the xam grid template to fix and issue and be able to load the column ( 2021-05-27 )
PR 66299: RibbonButtonFixes ( 2021-05-27 )
PR 66348: Fix problem related to the DockingExample ( 2021-05-27 )
PR 66329: Adding validation to avoid exceptions when trying to execute the ( 2021-05-27 )
PR 66307: - grid change ngaftercontentchecked by ngaftercontentinit ( 2021-05-27 )
PR 66283: change to export the radComboBox service ( 2021-05-26 )
PR 66284: OutlookBarSelectedGroup Component ( 2021-05-26 )
PR 66245: RadComboBox Bugs Resolved ( 2021-05-26 )
PR 66077: Solve PR comment from previous PR ( 2021-05-26 )
PR 66251: Added fix to improve unit test stabilization #377853 ( 2021-05-26 )
PR 66181: ComboBox ItemsSource not reacting to the model ( 2021-05-26 )
PR 65936: Implement OnPush mechanism for Silverlight Controls ( 2021-05-25 )
PR 66159: Add support for
HeaderTemplate
on TabItem
( 2021-05-25 ) HeaderTemplate
on TabItem
. Also set default color of tab labels to black
. Also add TextBlockComponent
into index.ts
. PR 66125: Improve Performance on the grid Component ( 2021-05-25 )
PR 66096: Added oninput event to textarea element to make its behavior similar to SL ( 2021-05-24 )
PR 66092: Basic support for Telerik.Windows.Controls.RadComboBox ( 2021-05-24 )
PR 66134: Fixed unit testing ( 2021-05-24 )
PR 66086: Fixing issues with the text wrapping in the textblock and minor detail in the ( 2021-05-24 )
PR 65994: - fix package version for @angular forms and animations ( 2021-05-24 )
PR 66122: Fixed typo ContentTemplate property ( 2021-05-24 )
PR 66120: Initializing GridLength.Auto static variable ( 2021-05-24 )
PR 66105: OutlookBar runtime issues ( 2021-05-21 )
PR 66038: Add extended support for System.Windows.Shapes.Rectangle ( 2021-05-21 )
PR 66062: Avoid trigger events when value is equal to actual on dependency properties ( 2021-05-21 )
PR 66054: TextBlock Foreground Fixed ( 2021-05-21 )
PR 66039: Add XamTile example functionality ( 2021-05-21 )
PR 65898: Adding flag to determine when is the first-time Loading. This flag will help to ( 2021-05-19 )
PR 65782: Added support for dependencies properties using Dependency decorator ( 2021-05-18 )
PR 65795: FixingExtends ( 2021-05-17 )
PR 65714: Add
HeaderTemplate
to TabItemModel
( 2021-05-17 ) HeaderTemplate
property to TabItemModel
. PR 65740: change the infragistics tab control by angular material framework ( 2021-05-17 )
PR 65755: Add basic control template support ( 2021-05-17 )
PR 65551: RibbonInitialImplementation ( 2021-05-14 )
PR 65540: Fix for the CollectionChanged not triggering bug ( 2021-05-13 )
373349
PR 65654: Added fixes for XamTileManager demo ( 2021-05-13 )
PR 65496: Added memoizePipe to avoid calculating sizes and position when its not necessary ( 2021-05-12 )
PR 65518: Small fixes for RadDateTimePicker ( 2021-05-11 )
Control
IsReadOnly
property PR 65478: - fix tab call to tabElements method ( 2021-05-11 )
PR 65495: Fix EPSi compilation error related to xamGrid ( 2021-05-11 )
Width
property. PR 65399: Support for Telerik.Windows.Controls.RadDateTimePicker ( 2021-05-11 )
PR 65460: Add
LightYellow
to SmColors
( 2021-05-10 ) LightYellow
to SmColors
.ResourceFileRegistry
, because it can store any type, not just ResourceDictionary
. PR 65427: Added fixes for XamTileManagerMigration #375062 ( 2021-05-10 )
PR 65434: Mapping props (#19) ( 2021-05-10 )
PR 65417: Add basic compatibility behavior for property animations ( 2021-05-10 )
PR 65405: Keyup handler bug fix ( 2021-05-10 )
370582
PR 65338: Added support for the GetChild and GetChildrenCount methods ( 2021-05-10 )
PR 65339: XamTileManager Support ( 2021-05-07 )
PR 65299: Supporting event arguments on keyUp and keyDown ( 2021-05-06 )
Solicitud de incorporación de cambios fusionados 65106: System.Windows.Controls.AutoCompleteBox - Added support for: ( 2021-05-06 )
PR 65265: Adding additional properties to OutlookBarModel and OutlookBarGroupModel ( 2021-05-05 )
PR 65249: Add support for Bindings in Style Setters ( 2021-05-05 )
PR 65189: exporting content-control component so that it is usable from the migrated ( 2021-05-05 )
PR 65119: - change hostbindings from function/properties to fields ( 2021-05-05 )
PR 65107: Adding testing for textBox.borderThickness ( 2021-05-05 )
PR 65150: GetParent VisualTree method implementation ( 2021-05-04 )
PR 65158: Add support for static resource uses in resource dictionaries ( 2021-05-04 )
PR 65132: Support for Telerik.Windows.Controls.RadTimePicker ( 2021-05-04 )
PR 65078: Provide extended support for System.Windows.Control.Button ( 2021-04-30 )
PR 65072: Basic mechanism to calculate auto height/width ( 2021-04-30 )
PR 65055: DemoGridChanges ( 2021-04-29 )
PR 64990: Adding extended support to TextBox ( 2021-04-29 )
PR 64987: Fixes to avoid duplicate items due code-behind initialization ( 2021-04-28 )
PR 64988: Added fix for ChildWindow. It should apply explicit sizing for the ChildWindow ( 2021-04-28 )
PR 64975: Fix clickaction and clickaction parameters to work with bindings ( 2021-04-28 )
PR 64896: Support for Telerik.Windows.Controls.RadDatePicker ( 2021-04-28 )
PR 64965: RadRibbonView models ( 2021-04-27 )
PR 64944: ItemsControl height and width bug fix ( 2021-04-27 )
PR 64938: Revert "PR 64761: Added implementation for VisualTreeHelper.ts ( 2021-04-27 )
PR 64922: TabControl Bug fix ( 2021-04-27 )
366480
PR 64761: Added implementation for VisualTreeHelper.ts getParent() method ( 2021-04-26 )
PR 64852: Adding support for combobox properties SelectionBoxItem and IsDropDownOpen ( 2021-04-26 )
PR 64840: TabItem Visibility ( 2021-04-23 )
PR 64831: Restore
karma.conf.js
( 2021-04-23 ) karma.conf.js
PR 64814: Change the
wm-image
component to use the assets directory ( 2021-04-23 ) wm-image
component to use the assets directory PR 64773: Height & Width General Support Implementation ( 2021-04-22 )
PR 64788: Added changes to trigger events in the same fashion as the Silverlight ( 2021-04-22 )
PR 64767: Rename of intialization methods for components ( 2021-04-22 )
PR 64705: ItemTemplateListboxRefactoring ( 2021-04-22 )
PR 64706: Added Basic Support for XamTile using DockManager ( 2021-04-22 )
PR 64729: removing unnecessary default hardcoded values from togglebutton ( 2021-04-21 )
PR 64695: Support for System.Windows.Controls.WrapPanel ( 2021-04-21 )
PR 64704: Add base class for property directives ( 2021-04-21 )
PR 64658: ViewBoxComponent implementation ( 2021-04-21 )
359618
PR 64672: Added model property as input for OutlookBarGroup ( 2021-04-21 )
PR 64634: Minor changes ( 2021-04-20 )
PR 64599: return a name class when the header in the tab is an object ( 2021-04-19 )
PR 64586: Provide extended support for DatePicker Control ( 2021-04-19 )
PR 64581: Adding functionality for buttonspinner ( 2021-04-19 )
PR 64573: Fixed issues for view registration and activation ( 2021-04-19 )
PR 64538: FormatString ( 2021-04-19 )
PR 64426: Extended support for System.Windows.Controls.ContentControl component ( 2021-04-19 )
PR 64537: Adding support for Accordion ( 2021-04-16 )
PR 64523: fix type parameter in xamgrid event ( 2021-04-16 )
PR 64401: Refactoring of the color algorithm. ( 2021-04-16 )
365901
PR 64500: Fix binding and resource property assignments ( 2021-04-16 )
PR 64487: Fixed issue related to region remove when is created dynamically ( 2021-04-16 )
PR 64330: Added serialization support for the TimeSpan objects ( 2021-04-15 )
PR 64423: Added more properties (#18) ( 2021-04-15 )
PR 64381: Fix bugs related to
resourceKey
handling ( 2021-04-14 ) resourceKey
handling PR 64386: fix grid.div for apply the display property with display: grid ( 2021-04-14 )
PR 64264: Improving Image and ProgresBar coverage ( 2021-04-13 )
PR 64302: Content presenter ( 2021-04-13 )
PR 64207: Added Ribbon Samples Demos ( 2021-04-12 )
PR 64251: Added CSS to adjust tabgroup children in place ( 2021-04-12 )
PR 64225: changes and fixes for the usercontrol ( 2021-04-12 )
PR 62950: Validate current Xamgrid properties of templateColumns are working as expected ( 2021-04-12 )
PR 64185: Syncs SelectedIndex with SelectionChanged ( 2021-04-09 )
PR 64133: Add required tools for extracting DataTemplates ( 2021-04-09 )
DataTemplate
ListBox
. The ItemTemplate
property is checked to see if we need to use a template control stored in its DataTemplate
instance PR 64143: updating two-way binding mechanism for toggleButton and adjusting e2e tests ( 2021-04-09 )
PR 64045: Fix TabControl CSS to let tabitems to fill the available space ( 2021-04-09 )
PR 64084: Basic support for System.Windows.Controls.ProgressBar ( 2021-04-08 )
PR 64118: Fixing SelectionChanged handler invoke ( 2021-04-08 )
PR 64092: Changing the initialization of the Dependency properties from null to the ( 2021-04-08 )
PR 64087: Xam grid workarounds (#17) ( 2021-04-08 )
CellClickAction
workaround PR 64023: Adding foreground property to label compent ( 2021-04-07 )
PR 64026: Adding background properties for toggle button ( 2021-04-07 )
PR 64005: Fix undefined color in the ellipse component ( 2021-04-07 )
PR 63994: Fixing SelectionChangedEventArgs ( 2021-04-06 )
PR 63988: Added changes to retrieve Width/Height from CSS instead of forcing html inputs ( 2021-04-06 )
PR 63932: Feature that add row and column definitions in model ( 2021-04-06 )
360934
PR 63913: TabControl background support ( 2021-04-05 )
PR 63896: Change property bindings to use the new mechanism ( 2021-04-05 )
PR 63892: Modify input sizing properties to accept bindings or literals Bug ·#360459 ( 2021-04-05 )
PR 63867: Add support for style properties of toggle button ( 2021-04-05 )
PR 63231: Basic support for System.Window.Control.Image ( 2021-03-31 )
PR 63817: MaxMinWidthComponents ( 2021-03-31 )
PR 63824: - Support UserControl ( 2021-03-31 )
PR 63830: Adding change to support the use of IsEnumElement ( 2021-03-30 )
PR 63825: Exporting utils.ts ( 2021-03-30 )
PR 63803: Added changes to include alpha values in color converter functions #360525 ( 2021-03-30 )
PR 63782: Fixed issue evaluation special serialization when the given value is a null or non object ( 2021-03-30 )
PR 63763: TabControl support for isEnabled and selectionchanged ( 2021-03-29 )
PR 63759: TitleBarIssues ( 2021-03-29 )
PR 63738: Changes to fix an issue that fires the CollectionChanged multiple times ( 2021-03-29 )
PR 63739: Add support for creating compatibility bindings ( 2021-03-29 )
PR 63696: Added dependency properties ( 2021-03-29 )
342837
PR 63684: Stack panel width Bug ( 2021-03-27 )
PR 63546: Added inheritance from BaseComponent ( 2021-03-24 )
PR 63547: Adding change in isInterfaceIsSupoprted method to validate when the first ( 2021-03-24 )
PR 63460: Fix ChildWindow CSS binding ( 2021-03-24 )
PR 63417: - xamgrid Sample: FooterTemplate ( 2021-03-24 )
PR 63509: Adding initial support for ScrollViewer ( 2021-03-24 )
PR 63482: add listboxChanges ( 2021-03-24 )
PR 63463: Exporting BaseComponent in the index.ts file. ( 2021-03-23 )
PR 63437: Added support for datetime serialization using generic mechanism for primitive types ( 2021-03-23 )
PR 63424: Functionality implementation for DateTime methods ( 2021-03-23 )
PR 63428: Fixing several functions to consistently return null when it is due - invalid parameters for instance ( 2021-03-23 )
PR 63259: Button Basic Behaviors ( 2021-03-22 )
350716
PR 63367: Fix for Grid.Row and Grid.Column to behave as Silverlight ( 2021-03-22 )
PR 63341: Grid Layout Support Alignment with CSS classes ( 2021-03-19 )
PR 63335: fix orientation items for the stackpanel with dynamic controls ( 2021-03-19 )
PR 63286: Multiple fixes related to TimeSpan and DateTime implementations. Migrated solution compilation error fix ( 2021-03-19 )
PR 63311: add background and visibility properties to the grid layout ( 2021-03-19 )
PR 63262: LoadedEventAndIsEnabled ( 2021-03-19 )
PR 63307: Change the base class of two components ( 2021-03-19 )
PR 63092: TitleIssuesFix ( 2021-03-18 )
PR 63276: Support Missing props for TabItem ( 2021-03-18 )
PR 63271: Moved loadControlsModel method to Control instead of UserControlModel ( 2021-03-18 )
PR 63263: Implements NumericUpDown properties and events. ( 2021-03-18 )
PR 63236: Adding visibilityConverter to the BaseComponent to avoid compilation issues when mapping radioButton properties ( 2021-03-18 )
PR 63242: SelectionChangedEventArgs ( 2021-03-18 )
PR 62968: Fix for content funcionality and ngOnDestroy implementations ( 2021-03-18 )
353917
PR 63094: Added location Sample and include basic support for handling alignment classes ( 2021-03-17 )
PR 63114: Adding support for several radioButton properties ( 2021-03-17 )
PR 63099: - change how to generate dynamic tab-items to render ( 2021-03-16 )
PR 63088: - fix tabcontrol items list ( 2021-03-16 )
PR 63084: Adding input property in the layout grid component to avoid compilation errors ( 2021-03-16 )
PR 63050: [TASK 355263] Operators implementation for System.TimeSpan and System.DateTime ( 2021-03-16 )
PR 63020: Hyperlink bug fixing ( 2021-03-15 )
PR 63022: Adding changes to support the use of GUIDs in the WCF services. ( 2021-03-15 )
PR 63010: Fix for grid row and column position ( 2021-03-15 )
PR 63008: - fix performance on the grid ( 2021-03-15 )
PR 63016: Missing prop HyperlinkButton ( 2021-03-15 )
PR 62995: Adding basic support for Expression.Contant and Constant Expression ( 2021-03-15 )
PR 62978: Fixed the service call with null return ( 2021-03-12 )
PR 62962: Fixed issues related with region manager registry view ( 2021-03-12 )
PR 62828: add support for the base component ( 2021-03-11 )
PR 62869: [TASK 355263] Implementation for System.TimeSpan ( 2021-03-11 )
PR 62689: SelectedItemProperty ( 2021-03-11 )
PR 62848: Implementation - Support XContainer methods ( 2021-03-11 )
PR 62686: Improve UnitTest execution performance ( 2021-03-10 )
PR 62773: Checkbox support for missing props ( 2021-03-09 )
PR 62740: - remove unnecessary import. ( 2021-03-09 )
PR 62661: Fix memory leaks for the i-components ( 2021-03-08 )
PR 62672: Textbox scrolling support ( 2021-03-08 )
PR 62664: Fix
wmClickActionParameter
( 2021-03-08 ) wmClickActionParameter
on ClickActionDirective
, so that it can be used on components without model (unnamed components). PR 62483: CellStyleSupport ( 2021-03-08 )
PR 62567: OpenAndCloseEvents ( 2021-03-08 )
PR 62591: Implementation for AsyncCompletedEventArgs and InvokeAsyncCompletedEventArgs ( 2021-03-05 )
PR 62516: Adding transparent color value to SmColor enum ( 2021-03-04 )
PR 62474: Added support for the Hyperlink command and command parameter ( 2021-03-04 )
PR 62456: Changes to fix some Canvas issues related with the ItemsControls. ( 2021-03-03 )
PR 62484: Added missing property padding ( 2021-03-03 )
PR 62436: Add tests for
ClickActionSupport
( 2021-03-03 ) ClickActionSupport
. PR 62433: Removed unnecessary peer dependencies, added temporary dependency to wrappers ( 2021-03-03 )
PR 62422: Fix minor problems related to functional tests ( 2021-03-03 )
PR 62385: Adding props support for TextBox ( 2021-03-02 )
PR 62403: Added converter to textblock ( 2021-03-02 )
PR 62126: Added models definitions required for XAMTree basic implementation #348487 ( 2021-03-02 )
PR 62382: Added missing converters to avoid compilation errors ( 2021-03-02 )
PR 62366: Adding padding support in border component ( 2021-03-02 )
PR 62335: FixingModelProxy ( 2021-03-01 )
PR 62336: Fix
ClickActionSupport
helpers ( 2021-03-01 ) clickActionProperty
to use the correct name. Also remove unnecessary code. PR 62332: Added missing properties for compile EPSI ( 2021-03-01 )
PR 62309: Changing static methods to static getters ( 2021-03-01 )
PR 62284: Adding stub unimplemented methods to allow proper mapping ( 2021-03-01 )
PR 62299: Added a field to GridRowDefinition ( 2021-02-26 )
PR 62280: TabHeader Validation ( 2021-02-26 )
PR 62283: Adding missing inherit style ( 2021-02-26 )
PR 62270: Added the implementation of the container component in the canvas component ( 2021-02-26 )
348706
PR 62237: Change to fix the case when iterating over the subscribers and in a subscriber ( 2021-02-26 )
PR 62225: Container approach for dynamic creation perfomance ( 2021-02-26 )
PR 62181: RegisterScriptableObject for stub HTMLPage ( 2021-02-25 )
PR 62193: Add missing ColumnWidth Property ( 2021-02-25 )
PR 62174: Adding support props ( 2021-02-25 )
PR 62165: provider.model must be set on ngOnInit as done for tab-control so it gets a ( 2021-02-25 )
PR 62131: Adjusting size of tab-controls so its content gets visible ( 2021-02-24 )
PR 62057: Dynamic ComboBoxItems and selectValuePath ( 2021-02-24 )
PR 62088: Added XamTileManagerModel and XamTileModel ( 2021-02-24 )
PR 62056: Fixing validation of indexes for SimpleList getItem|setItem ( 2021-02-24 )
PR 62064: Adding changes to fix an error while trying to send a complex object in the ( 2021-02-24 )
PR 61965: Added basic support for the DatePicker Component ( 2021-02-24 )
PR 62061: A couple of changes to fix EPSi compilation errors ( 2021-02-23 )
PR 62060: Setting width/height 100% as used in Textblock ( 2021-02-23 )
PR 62023: Fix - Grid not displayed as expected when used inside a StackPanel ( 2021-02-23 )
PR 62028: Add
CommandBase
basic implementation ( 2021-02-23 ) CommandBase
basic implementation. PR 62002: - fix array to compare to get the equality of the items. ( 2021-02-23 )
PR 61975: Changes to enable XamGrid C# mappings ( 2021-02-22 )
PR 61955: ButtonComponent Add support for command inputs ( 2021-02-19 )
ButtonComponent
Add support for command inputs. Also refactor command support into separate files per class. PR 61920: Adding temporal fixing to help migration process ( 2021-02-19 )
PR 61951: Support for ItemsControl.ItemsPanel in grid ( 2021-02-19 )
PR 61921: Adding support for scalability in rectangle and ellipse ( 2021-02-19 )
PR 61934: Export DayOfWeek enumerator ( 2021-02-19 )
PR 61860: Added new test cases based on QA review ( 2021-02-19 )
PR 61927: Grid support for dynamic controls ( 2021-02-19 )
PR 61922: Reverting the last DataGridColumnModel changes to avoid compilation errors. ( 2021-02-19 )
PR 61865: Changing createColorFromArgb to return a true SmColor object to allow casting ( 2021-02-19 )
PR 61916: Modifying the message type to allow other types of messages. ( 2021-02-19 )
PR 61914: Update from Github - xamGrid ( 2021-02-19 )
PR 61879: Fix for bugs in radiobutton and checkbox components ( 2021-02-18 )
349517
349513
PR 61891: fix e2e files for cypress and project ( 2021-02-18 )
PR 61871: Added model classes required for DatePicker component ( 2021-02-18 )
PR 61778: Adding verification for itemsSource when it is set with null (or undefined) ( 2021-02-18 )
PR 61876: Add support for the LabelComponent ( 2021-02-18 )
PR 61870: fix e2e test ( 2021-02-18 )
PR 61862: Adding changes to support the use of customBindings ( 2021-02-18 )
PR 61852: Adding support for ItemsControl.ItemsPanel in canvas ( 2021-02-18 )
PR 61850: - provide the radiobuttonname for the root scope ( 2021-02-18 )
PR 61820: SizeChildWindow ( 2021-02-18 )
PR 61803: - change the input event by change to emit the value when the control lose the ( 2021-02-18 )
PR 61806: Fixing stub constructor and rearranging alphabetically the export statements ( 2021-02-17 )
PR 61754: - add container control to support the dynamic generation ( 2021-02-17 )
PR 61761: SelectTabByCode ( 2021-02-17 )
PR 61785: Support for ItemsControl.ItemsPanel ( 2021-02-17 )
PR 61775: Implemented the canvas component ( 2021-02-17 )
341894
PR 61765: ModuleInfo is not initialized to 'WhenAvailable' and ModuleManager doesn't load ( 2021-02-17 )
PR 61669: Adding implementation for stub of System.ComponentModel.SortDescription ( 2021-02-16 )
PR 61721: Fixes related to ItemsCollectionModel implementation ( 2021-02-16 )
PR 61682: DynamicTabControlItems ( 2021-02-15 )
PR 61697: - add modelproviderService as parameter in some controls to support the region ( 2021-02-15 )
PR 61650: Support PasswordBox EPSi features ( 2021-02-15 )
PaswordBox
features used on EPSi. PR 61677: - rename property for the textblock, textDecorations ( 2021-02-15 )
PR 61652: Add Grid Control position properties ( 2021-02-15 )
PR 61578: - add support for the two binding ( 2021-02-12 )
PR 61627: StackPanel support for dynamic controls ( 2021-02-12 )
PR 61624: Fix uninitialized property ( 2021-02-12 )
PR 61602: ComboBox refactoring and comboboxItem Feature ( 2021-02-12 )
PR 61605: Adding functionality to register a reference of the debugger to the top most window object to easily use it in DEV TOOLS CONSOLE ( 2021-02-11 )
PR 61593: Silverlight Components ( 2021-02-11 )
PR 61568: Add
setClickAction
function ( 2021-02-11 ) setClickAction
function PR 61559: Added support to registerTypeByInterface to process type with explicit interface implementation ( 2021-02-11 )
PR 61538: Restore old DataGridColumnModel ( 2021-02-11 )
PR 61541: Adding changes for the serialization support. ( 2021-02-10 )
PR 61534: Support for ItemTemplate as XAML notation ( 2021-02-10 )
PR 61469: Adding support for dynamic controls in itemsControl ( 2021-02-09 )
PR 61464: Adding implementation of ListSortDirection enum ( 2021-02-09 )
PR 61441: add sample for the control's position ( 2021-02-09 )
PR 61425: Adding enumerator for System.DayOfWeek ( 2021-02-09 )
PR 61418: Column models and grid properties (#10) ( 2021-02-09 )
PR 61424: Minor changes to improve compilation of stub classes ( 2021-02-09 )
PR 61411: Added implementation for the getEnumInfo method. ( 2021-02-09 )
PR 61412: Adding functions in Debugger.ts to allow to trace uses of stubs ( 2021-02-09 )
PR 61391: RadioButton implementation ( 2021-02-09 )
wm-radio-button
work with the SLControlSampler functional demo.wms-framework
. - Remove warnings during wms-framework
compilation. - Configure ESLint to enforce PascalCase
on public model members, and camelCase
on protected and private model members. - Organize conversion-support.module.ts
alphabetically. PR 61397: Added missed register of IServiceLocator to DIBootstrapper ( 2021-02-09 )
PR 61380: Improve conversion to interface types ( 2021-02-08 )
ClassInfo.implements
) PR 61357: Adding a debugger to throw exceptions of not implemented functionality ( 2021-02-08 )
PR 61335: Rectangle Support ( 2021-02-08 )
PR 61345: add test for the events that have the same name with the Angular events (click) ( 2021-02-08 )
PR 61271: Added register type with interface helper ( 2021-02-08 )
PR 61313: Review region lifecycle ( 2021-02-08 )
PR 61329: Coverage issues and behaviors fixes ( 2021-02-08 )
347043
PR 61300: add basic support for the content-control in i-components ( 2021-02-05 )
PR 61188: Implemented the NumericUpDown Component ( 2021-02-04 )
341896
PR 61180: refactor the datagridmodel to create the xamGridModel ( 2021-02-04 )
PR 61178: fixing ExpressionChangedAfterItHasBeenCheckedError ( 2021-02-03 )
PR 61181: Close method ( 2021-02-03 )
PR 61174: XamGridDemo ( 2021-02-03 )
PR 61157: ItemsControl Basic support ( 2021-02-03 )
PR 61132: Added checkbox basic support for SLControlSampler ( 2021-02-02 )
PR 61120: Add Grid Control ( 2021-02-02 )
PR 61029: Adding changes in list box to enable the listbox mapping in the silverlight ( 2021-01-29 )
PR 60991: Added pending default adapters implementation ( 2021-01-29 )
PR 60965: initial support for the toggleButton ( 2021-01-28 )
PR 60924: Fixing Dialog Service removing unused instances ( 2021-01-28 )
PR 60955: Fix DataGridModel.ItemsSource ( 2021-01-27 )
DataGridModel.ItemsSource
by adding back its accessors. PR 60928: Fix UriKind values ( 2021-01-27 )
UriKind
values to match exact values from C#. Also add unit test to verify UriKind
values. Also fix some ESLint issues on Uri
class. PR 60900: Adding changes required for the use of Infragistics components (i-components) ( 2021-01-27 )
PR 60861: GitHub merge ( 2021-01-26 )
PR 60870: Fix resources type ( 2021-01-26 )
Application.resources
and FrameworkElement.resources
to use the correct type, to avoid runtime errors. Also fix some ESLint issues on ResourceDictionary
. PR 60878: Add support elements related to the
System.Globalization
namespace ( 2021-01-26 ) System.Globalization
namespace PR 60872: Fixes for regions adapters, related to RegionAdapterMappings registration ( 2021-01-26 )
PR 60838: Add dummy initialization for
Application.Current
( 2021-01-26 ) Application.Current
Application.Current
PR 60785: Tab Control component ( 2021-01-25 )
PR 60799: Fix property name typo ( 2021-01-25 )
PR 60776: Add initial support for compatibility assembly information ( 2021-01-25 )
Assembly
concept doesn't exist. However we need to add a replacemente for this element in the converted applications.CompatibilityAssemblyInformation
class which represents some of this functionallity. It relies in the ClassInfo
decorators. PR 60765: Add helper functions for HTML Document and Element ( 2021-01-22 )
PR 60739: Fixed region adapter mappings base configure type resolution issue in DIBootstrapper ( 2021-01-22 )
PR 60609: ChildWindow and dialog service support ( 2021-01-22 )
PR 60713: Fixed error related with region views methods signature. ( 2021-01-22 )
PR 60676: - Initialize variables with default values ( 2021-01-22 )
PR 60702: Review basic implementation for region adapters/behaviors ( 2021-01-21 )
PR 60677: Fix event field initialization and fix
iuSingle
( 2021-01-21 ) iuSingle
PR 60661: Implemented the DataPagerComponent ( 2021-01-21 )
265302
PR 60632: Increase tests coverage ( 2021-01-21 )
PR 60597: - support the name input in the components ( 2021-01-21 )
PR 60529: support PasswordBox ( 2021-01-19 )
PR 60524: Add missing PRISM support elements ( 2021-01-19 )
PR 60427: Add Border element ( 2021-01-18 )
PR 60421: Add support functions for missing PRISM mappings ( 2021-01-18 )
PR 60413: Adding changes to support services deserialization using the new decorator ( 2021-01-18 )
PR 60364: Fix ResourceDictionary.Source compilation error ( 2021-01-15 )
Source
property into setters and getters, so that derived classes can override them. PR 60346: - eventPropagation decorator ( 2021-01-15 )
PR 60269: Add support for serializing collections when calling WCF services ( 2021-01-14 )
PR 60202: update the package version to Angular 11.0.6 ( 2021-01-14 )
PR 60213: Change WCF request to use POST instead of GET by default ( 2021-01-13 )
let client = new MyServiceClient(...);
client.UsePost = false;
client.MyOperationAsync();
PR 60192: Added workaround for visibility conversion issue for wrong conversion of new ( 2021-01-13 )
PR 60136: Fix registration helper for runtime type info ( 2021-01-13 )
PR 60134: Add HyperlinkButton element ( 2021-01-12 )
PR 60142: Added undefined to the method ConvertTypeTo ( 2021-01-12 )
PR 60077: StackPanel implementation ( 2021-01-12 )
PR 60126: Complete ResourceDictionary basic implementation ( 2021-01-12 )
ResourceDictionary
basic implementation. PR 59979: Implementation of radio button component ( 2021-01-12 )
332099
PR 60087: Fix module loading problem ( 2021-01-12 )
DependsOn
order when loading modules. PR 60018: basic support for the button control ( 2021-01-11 )
PR 60028: Fix integration test ( 2021-01-08 )
any
in getApplicationResource
. PR 60011: Add method for resolving resource properties ( 2021-01-08 )
<TextBlock Text="{Binding Source={StaticResource myres},
Path=Prop1.Prop2/>
myres
is an instance of:class MyClass {
public static MySecondClass Prop1 { get { ... } }
}
class MySecondClass {
public string Prop2 { get {...} }
}
PR 59967: Support select all and Selection Mode ( 2021-01-08 )
PR 59969: Change to fix issue while creating a new child window due to the use of the new ( 2021-01-07 )
PR 59966: move the readme file to the root folder ( 2021-01-07 )
PR 59959: Added mechanism to parse init params from application ( 2021-01-07 )
PR 59945: add support for the selection methods in the textbox ( 2021-01-07 )
PR 59901: Add CheckBox component ( 2021-01-07 )
PR 59898: Change to use the correct name standard for the controls models naming. ( 2021-01-06 )
PR 59817: Change to 'callback' method on errors. ( 2021-01-05 )
PR 59623: - add support to the textblock component. ( 2021-01-04 )
PR 59742: basicComboBoxSample ( 2020-12-30 )
PR 59734: Adding changes for EndpointAddress support. ( 2020-12-30 )
PR 59720: changes to use InjectionTokens for some prism classes. ( 2020-12-30 )
PR 59591: I-components UnitTesting ( 2020-12-24 )
PR 59523: Add basic implementation for UriBuilder class ( 2020-12-22 )
UriBuilder
class. PR 59492: Fix Uri.Host should not return port ( 2020-12-22 )
Uri.Host
should not return port. PR 59466: - fix one test for the e2e test ( 2020-12-21 )
PR 59458: Add implementation for Uri class ( 2020-12-21 )
Uri
class. PR 59457: - Add unittest to outlookbar component. ( 2020-12-21 )
PR 59443: Changes to add basic regions implementation support ( 2020-12-21 )
PR 59434: Adding AbsoluteUri initialization. ( 2020-12-21 )
PR 59362: Add documentation in the code ( 2020-12-18 )
PR 59322: Adding documentation basic e2e support and fixes to horizontal feature ( 2020-12-17 )
PR 59281: Changes to rename the dataTransfer decoration to ComponentId.ts ( 2020-12-17 )
PR 59261: Add basic implementation of module loading ( 2020-12-17 )
PR 59244: Add basic implementation for EventAggregator ( 2020-12-17 )
EventAggregator
. PR 59152: Outlookbar fixes and README ( 2020-12-16 )
PR 59074: [Silverlight] Completing members to reduce compilation errors on EPSi ( 2020-12-15 )
Updated sonar-project.properties ( 2020-12-10 )
PR 58831: cypressInitial ( 2020-12-10 )
PR 58805: Item selection ( 2020-12-10 )
PR 58775: Adding change to resolve the component in the Application.ts ( 2020-12-09 )
PR 58738: Adding additional changes to fix compilation errors due to missing directives ( 2020-12-08 )
PR 58695: Changes to add missing components and to fix some bugs due to the creation of the new repo ( 2020-12-08 )
PR 58634: xamgridIntegration ( 2020-12-07 )
PR 58546: start left panel for the outlookbar ( 2020-12-04 )
PR 58507: first commit for the outlook bar component and sample ( 2020-12-04 )
PR 58316: support Textbox events ( 2020-12-01 )
PR 58274: igniteListbox ( 2020-12-01 )
PR 58103: - fix npm link feature ( 2020-11-26 )
PR 57979: add description in the framework package.json file ( 2020-11-25 )
Updated sonar-project.properties ( 2020-11-24 )
Updated GitVersion.yml ( 2020-11-24 )
Added GitVersion.yml ( 2020-11-24 )
Added sonar-project.properties ( 2020-11-24 )
PR 57924: add reports to Karma ( 2020-11-24 )
PR 57909: refactoring projects ( 2020-11-24 )
PR 57753: add icomponents project into the workspace ( 2020-11-20 )
PR 57715: add e2eProject to the repository ( 2020-11-19 )
PR 57661: initial code ( 2020-11-19 )
PR 57617: initial code ( 2020-11-18 )
Build and repo setup files ( 2020-11-16 )
Version Upgrades
Upgraded package.json file. Component Version: 0.1.0-rc0219 ( 2021-03-10 )
Upgraded package.json file. Component Version: 0.1.0-rc0218 ( 2021-03-10 )
Upgraded package.json file. Component Version: 0.1.0-rc0217 ( 2021-03-10 )