Hristo
Hristo
## Question The[ `DateRangeDescriptor`](https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/interfaces/DateRangeDescriptor.html) class provides means to configure dates selection in following ways: 1. BETWEEN two dates 2. AFTER a date 3. BEFORE a date 4. SPECIFIC dates 5....
* igniteui-angular version: 12.2.0-alpha.3 ## Steps to reproduce Grid alignment issues - add paging and group by. Do the following actions – gif below. https://www.screencast.com/t/bH2NBAmkk Make sure to watch the...
The value displayed in the summary cells' tooltips is not the formatted, but the raw summary value. As a user I want to see the formatted value displayed.  (https://stackblitz.com/edit/angular-zcrly4?file=src%2Fapp%2Fgrid%2Fgrid-summary-formatter%2Fgrid-summary-formatter.component.ts)
Following the removal of `rowID` and `rowData` properties from `IgxRowDirective` and all public classes implementing the `RowType` interface, considering the following: Deprecate the old `rowID` and `rowData` from any or...
The style received for navbar with **14.0.5** https://appbuilder.indigo.design/api/taas?schema=dark-fluent-schema https://appbuilder.indigo.design/api/taas?schema=light-fluent-schema ```css igx-navbar{--background: var(--igx-navbar-background, hsla(var(--igx-primary-500), var(--igx-primary-a))); ``` **14.1.0** ```css igx-navbar{--background: var(--igx-navbar-background, hsla(var(--igx-surface-500), var(--igx-surface-a))); ``` https://appbuilder-dev.indigo.design/api/taas?schema=dark-fluent-schema https://appbuilder-dev.indigo.design/api/taas?schema=light-fluent-schema * igniteui-angular version: 14.1.0 This results...
ESF does not respect custom column filters * igniteui-angular version: 9.1.x ## Steps to reproduce 1. Set an `IgxStringFilteringOperand` custom filter to a column of `number` data type. ```typescript public...
## Description Grid provides incorrect slice of data on last page, when remote data with batch editing * igniteui-angular version: 12.1.x ## Steps to reproduce 1. Go to https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/remote-data-operations#remote-paging-with-batch-editing 2....
Some examples of UI experience on desktop and mobile devices that I expected to behave differently. Just for the sake of discussing if this is the right way or another...
Upgrade and re-test the following apps to 18.1.x Test CRM and FinJS (live-demo) grids with the new version in the sample browser. Consider not only an upgrade of the whole...
Steps to reproduce: 1) npm i 2) npm run start:app-crm 3) Observe the sample loaded: Grid CRM sample does not take the full height of the page and has no...