Hi,
I took an example from kendo website (from stackblitz) and tried it.
Overview - MultiSelect - Kendo UI for Angular (telerik.com)
For some reason
1. The dropdown input box is very small. Not able to adjust the size.
2. Upon selection, the selected item is appearing above the dropdonText Box.
Here is the html, pretty much from the website
<form [formGroup]="myForm">I updated all Kendo packages to their latest versions and are now getting this error in the console.
Uncaught TypeError: Cannot set property ɵfac of class FlatDataBindingDirective extends FilteringBase {
constructor(component) {
super(component);
...<omitted>...
} which has only a getterI have tried clearing the node_modules folder etc., but this issue still persist.
Any suggestions on how to fix this?
The relevant code
/**
* A directive which encapsulates the retrieval of the child nodes when flat data is provided.
*/
let DropDownTreeFlatBindingDirective = class DropDownTreeFlatBindingDirective extends FlatDataBindingDirective {
constructor(dropDownTree) {
super(dropDownTree);
}
};
// Error on this line
DropDownTreeFlatBindingDirective.ɵfac = function DropDownTreeFlatBindingDirective_Factory(t) { return new (t || DropDownTreeFlatBindingDirective)(ɵngcc0.ɵɵdirectiveInject(ɵngcc6.DataBoundComponent)); };
DropDownTreeFlatBindingDirective.ɵdir = /*@__PURE__*/ ɵngcc0.ɵɵdefineDirective({ type: DropDownTreeFlatBindingDirective, selectors: [["", "kendoDropDownTreeFlatBinding", ""]], inputs: { nodes: ["kendoDropDownTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, features: [ɵngcc0.ɵɵInheritDefinitionFeature] });
__decorate([
Input('kendoDropDownTreeFlatBinding'),
__metadata("design:type", Array)
], DropDownTreeFlatBindingDirective.prototype, "nodes", void 0);
__decorate([
Input('valueField'),
__metadata("design:type", String)
], DropDownTreeFlatBindingDirective.prototype, "idField", void 0);
DropDownTreeFlatBindingDirective = __decorate([ __metadata("design:paramtypes", [DataBoundComponent])
], DropDownTreeFlatBindingDirective);
Hi
I have an chart with one line of point only and i search how with "plotareaClick" find nearest point ?
Regards
I am trying to get the checkbox in the column header to cause a change in the state of child checkboxes in the Kendo UI angular grid.
When the header checkbox is checked/unchecked all checkboxes in the column should get checked & unchecked and I also need to catch the event in typescript.
Note: I am not looking to select the entire rows, just trying to check/uncheck the checkboxes in the column.
Below is what I have managed to put together.
From what I can tell the textArea Resize and Auto-Resize not functioning as expect after latest R1 2022
Hi
I need to have an seriesDown event, how could i make it ?
seriesClick is only activate when button is released ?
Regards
Hi
I have an graph with 1 line only ? How could i change values when i click on it and redraw graph with new value obtain on new mouse click position ??
Regards
We started getting this error in our Angular app. How can we fix this? Have tried several different versions of kendo-angular-dateinputs - 4.4.1, 5.x, 6.0
core.js:6210 ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'unsubscribe')Hi
I want an Chart like this sample https://32dxt4--run.stackblitz.io But i need to change value bydrag and drop
Could i make it ?
Regards