Telerik Forums
Kendo UI for jQuery Forum
1 answer
163 views

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>

Henning
Top achievements
Rank 1
 answered on 22 Apr 2021
13 answers
5.2K+ views

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

Vaibhav
Top achievements
Rank 1
 answered on 22 Apr 2021
1 answer
151 views
Hi, I have a different question - is there a way to install just plain english verions of the framework without the thousands of localization files not needed?
Neli
Telerik team
 answered on 22 Apr 2021
1 answer
95 views

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

Stoyan
Telerik team
 answered on 22 Apr 2021
3 answers
171 views

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 :-)

Stoyan
Telerik team
 answered on 22 Apr 2021
1 answer
790 views

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
 

Nikolay
Telerik team
 answered on 21 Apr 2021
1 answer
285 views

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

Eyup
Telerik team
 answered on 21 Apr 2021
10 answers
1.1K+ views
Hi,
Would it be possible to select multiple selection without the control key pressed? This will be useful on touch based screens such as tablets and smart phones. Any suggestions? Thanks.
Anton Mironov
Telerik team
 answered on 21 Apr 2021
6 answers
723 views
How can I tell in event onDataBound if the chart has bound to any data? I would like to display a "No data available" message.
Eyup
Telerik team
 answered on 21 Apr 2021
1 answer
943 views

There is a code snippet in the _removeDescribedBy method

 

arrayAttr = target.attr (DESCRIBEDBY) .split ('')

In a specific, unknown situation, undefined is returned from the attr method, which generates an error with the following content:
Uncaught TypeError: Cannot read property 'split' of undefined

The solution is simple:
arrayAttr = (target.attr (DESCRIBEDBY) || '') .split ('')


Is it possible for the next version of kendo.ui to appear in all places where such a fragment of the code is protected against unedfined?
Aleksandar
Telerik team
 answered on 21 Apr 2021
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?