Bozhidara Pachilova

Results 13 comments of Bozhidara Pachilova

@mddragnev, Thank you for looking into it! For the case of the demos, I am not sure that grouping can similarly be implemented as the Northwind/Products OData source does not...

Angular's DatePipe supports 19 field types, including the supported for editing by the Ingite UI for Angular date/time editors: Date, Month, Year, Hours, Minutes, Seconds, and Period (named AmPm in...

> ### **Material** > The "readOnly" and "nonEditable" properties are not working well for the Input in the Date Picker. I've checked the Input as a component, but the "readOnly"...

@kdinev I double checked the initial Spec meeting, where it was discussed that the Angular’s ‘dialog’ mode input not being editable is a bit restrictive and can be subject to...

Hi @jamesuhl, Thank you for your patience while the team was working to improve the several identified accessibility issues. The enhancements have already been released for a while, targeting patch...

Adding another related behavior, reproduced for other column data types as well - In the referenced [demo](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/state-persistence#demo): 1. Group By “Country” 2. Collapse the “Canada” and “Italy” group hierarchies to...

Hi @MagisterXero, Before the team proceeds with reviewing this as a candidate feature request, could you please describe what behavior you are referring to in terms of the `IgxDatePicker` supporting...

@ChronosSF, with the introduced changes, the two properties hardcoding default date/time fromats are left unused: `defaultTimeFormat` and `defaultDateTimeFormat` ([ref](https://github.com/IgniteUI/igniteui-angular/blob/bpachilova/grid-editor-options-feat-14009/projects/igniteui-angular/src/lib/grids/columns/column.component.ts#L1662) in _column.component.ts_ and [ref](https://github.com/IgniteUI/igniteui-angular/blob/8ce97faf62ba2894a2ce111fd87c6c5dca6bd037/projects/igniteui-angular/src/lib/grids/common/grid.interface.ts#L308) in _grid.interface.ts_). Since we discussed these are...

@ChronosSF, It is used in the Query Builder, so indirectly in the grid advanced filtering dialog as well. _| `fields` | FieldType[] | An array of fields to be filtered....