Hi,
if you take your example : https://docs.telerik.com/kendo-ui/knowledge-base/drawing-draw-signature-and-export-svg
and that we change the type of surface to "canvas" (var surface = draw.Surface.create($("#surface"),{type : "canvas"});)
the "clear" button doesn't work.
Regards
Hello,
I have some troube to type in DateRangePicker inputs.
When DateRangePicker has been loaded, I click on start input and begin to type a date for example '2021/01/01', but aftern pressing Enter on keyboard, it shows current date as start input value.
The problem becomes worsen when I type a date in start input and press Tab, type another date in end input. But after pressing Enter on keyboard, again start input's value changes to current date and end input looses his value.
here is an example I'm working on it: DateRangePicker example
I think source of the problem is conflicting between DateInput and MultiViewCalendar widgests, when we click on the one of the inputs, MultiViewCalendar becomse visible, and while MultiViewCalendar is visible, pressing Enter key will fire change event of MultiViewCalendar rather than DateInput's change event. It's not better to add an icon to DateRangePicker in order to show and close the calendar?
Thank you in advance.
Hello,
i want to translate the kendo-recurrence-editor into german.
I found the kendo-recurrence-editor-messages and now it look's fine ... but there is one translation in a kendo-datepicker inside the recurrence-editor, that i couldn't translate.
Is there any solution?
<kendo-recurrence-editor formControlName='regelwerk'>
<kendo-recurrence-editor-messages repeat="Wiederholen"
frequenciesNever="Nie"
frequenciesDaily="Täglich"
frequenciesWeekly="Wöchentlich"
frequenciesMonthly="Monatlich"
frequenciesYearly="Jährlich"
dailyRepeatEvery="Wiederholen an jedem:"
dailyInterval="Tag(e)"
weeklyInterval="Woche(n)"
weeklyRepeatEvery="Wiederholen an jedem:"
weeklyRepeatOn="Wiederholen am:"
monthlyRepeatEvery="Wiederholen an jedem:"
monthlyRepeatOn="Wiederholen am:"
monthlyInterval="Monat(e)"
monthlyDay="Tag"
yearlyRepeatEvery="Wiederholen an jedem:"
yearlyRepeatOn="Wiederholen am:"
yearlyInterval="Jahr(e)"
yearlyOf="von"
endLabel="Beenden:"
endAfter="Nach"
endOccurrence="Anzahl Wiederholungen"
endOn="Am"
endNever="Nie"
offsetPositionsFirst="ersten"
offsetPositionsSecond="zweiten"
offsetPositionsThird="dritten"
offsetPositionsFourth="vierten"
offsetPositionsLast="letzten"
weekdaysDay="Tag"
weekdaysWeekday="Wochentag"
weekdaysWeekendday="Tag am Wochenende"
>
</kendo-recurrence-editor-messages>
<kendo-datepicker-messages toggle="Datum auswählen"
today="heute"
nextButtonTitle="vor"
prevButtonTitle="zurück"
></kendo-datepicker-messages>
</kendo-recurrence-editor>
Hello,
I am trying to add a kendo switch to the kendo grid placed within kendo window.
My use case is following:
I create kendo window as directive in angularjs and then display it on button click.
I create column template for boolean value with kendo switch.
Grid is rendered at load time and no matter what I do, it displays ordinary checkbox or textbox if i remove type="checkbox".
I tried doing the same on following dojo and I get the same results with other data:
https://dojo.telerik.com/oKeXihIW
Just to mention that on the form that invokes directive I have switch and displays properly.
Thank you and regards,
Vedad
Hi,
I would like to suggest an improvement for the documentation - it would be very useful, by my opinion, to add the link to release history directly to widgets.
Idea is that link displays only list of releases that really affected the widget, so if you are looking for a specific change on specific widget, you see it directly, not through browsing complete release history.
I am aware that in ideal world, we would update local library in parallel with releases, but it's not a case for most dev teams.
Thank you!
Best regards,
Vedad
I have noticed that the function kendoForm is missing in kendo.all.d.ts (v2021.1.119)
Is that an oversight, or is Telerik trying to tell me something :-)
I have using kendo component with angularjs framework & using Kendo UI v2014.3.1119 version.
Now i am tring to use Kendo Grid control with multiple column grouping with aggregate function.
As you can see in this "http://dojo.telerik.com/UtoDErOc" example. Given Example implement with two characteristic group.
1. Material
2. Color
so grid display record correctly as per group but problem is found that footer level group display wrong sum quantity that you can see in attachment snapshot.
once i change version to 2014.3.1411 it working fine. so i want to ask that if i want to achieve same in my currenct version then it is possible or not.
Thank you in advance
I have a problem expanding the detail row of the kendo grid. My grid is filled with 3 level data and sometime can be up to 4 level.
When I expand all the detail row in the grid, the last level's grid become shrink and I cant figured it out.
here is my code: https://dojo.telerik.com/UJAnAHAr