Hi,
I search an elegant way for connecting together mask field and control of this field only in typescript.
Do you have an template ?
I want avoid two separate datas for same field
Regards

Hi,
On angular12 i have an error with thi sample
https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection/
Error: src/app/app.component.ts:76:13 - error TS2322: Type 'string' is not assignable to type 'SelectableMode'.
76 mode: this.mode,
~~~~
node_modules/@progress/kendo-angular-grid/dist/es2015/selection/types.d.ts:108:5
108 mode?: SelectableMode;
~~~~
Regards

Hey,
I was looking for an out of the box solution for splitting a list of menu items into two columns in a menu if there are x amount of items in that menu.
thanks!

Hi,
Is there an Online tool for migrating Kendo AngularJS HTML page to Kendo Angular12 ?
Regards

Hi,
property "price" doses not exist in your sample https://stackblitz.com/?q=b6cn5b--run for label KendoSlider
error TS2339: Property 'price' does not exist on type
it seems #price is needed in KendoSlider
Regards
I need to create a treeview with disabled checkbox. Node expand and collapse function should work. There is no option for this kind of scenario, is there any work around.
I tried using template option but the checkedChange event is not getting triggered
Hi,
Where is my mistake ?
Regards
<kendo-textarea
#modifyContactNoteInput
formControlName="modifyContactNoteInput"
rows="10"
placeholder="Leave a comment"
id="modifyContactNoteInput"
class="NoteDossier"
></kendo-textarea>
</div>

I have a reactive form and I get the wrong date in the formControlName ( I receive the date chosen + 1 day )
This is the component html :
<form id="f"class="pt-2"[formGroup]="workAreaForm">
></kendo-datepicker>
</form>
//And when I console workAreaForm.get('startDate').value it gives me the wrong date !!