Svetlin Kozhuharov
Svetlin Kozhuharov
**Describe the bug** Passing an empty array to the data property of the resources causes an error. **To Reproduce** Please see the following example: https://stackblitz.com/edit/angular-43byzu-66kqqb?file=src%2Fapp%2Fapp.component.ts **Workaround** Add an empty object...
**Describe the bug** When using a navigable Grid with virtual scrolling or virtual columns and the active cell of the Grid is not visible (the Grid is scrolled horizontally) then...
**Describe the bug** Currently the toDataSourceRequest() method doesn't serialize the group aggregates. **To Reproduce** Please check the following example: https://stackblitz.com/edit/angular-kistco-marhdj?file=app%2Fnorthwind.service.ts ` public fetch(state: any): Observable { let aggregates: any[] =...
**Describe the bug** When using `[virtualColumns]="true"` and set the columns within the cellClise event then the functionality is as expected. **To Reproduce** Please see the following example: https://stackblitz.com/edit/angular-h284qa-ezq1i8?file=app/app.component.ts
**Describe the bug** When editing the event series Recurrence "End On" date to a specific day and save these changes. If any of the edited events is opened afterwards then...
**Describe the bug** When using the kendoGridGroupBinding directive the state of the collapsed groups is lost when scrolling the Grid content and new data is loaded. **To Reproduce** Please check...
**Describe the bug** When using virtual columns where some of them are grouped and can be reordered, then if you try to reorder the columns of a group the headers...
**Describe the bug** The opening of the DatePicker or DateTimePicker popup takes some noticeable time. The issue is caused as the Calendar is initially rendered invisibly to make some required...
**Describe the bug** When there is no data for a navigable Grid it isn't possible to focus the Grid content with the keyboard. **To Reproduce** Please check the following example:...
**Describe the bug** Ripple doesn't appear at all for checkboxes with any theme Ripple appears in wrong place for radio buttons with Default and Bootstrap themes Ripple doesn't appear at...