Telerik Forums
Kendo UI for Vue Forum
2 answers
114 views

in jQuery you have the option to set the "destroy" (boolean) attribute in the editable configuration.   My understanding is this enables (or disables) the "delete event" (shows as an x to the far right on the event display title).    By default, this is enabled.    I'm implementing the Kendo UI Scheduler in Vue.

How can I change this attribute to false (disabled)?

 

https://docs.telerik.com/kendo-ui/api/jsp/scheduler/editable#configuration-attributes
Jim
Top achievements
Rank 1
Veteran
 answered on 23 Sep 2020
5 answers
1.0K+ views

I am loading the kendo vue ui chart and displaying that in bootstrap cards (which is inside the bootstrap tab).
But some reason that that doesn't cover the entire width of the cards and render being so small.
There is already the style as: width: 100%; height: 100%; in the SVG of the chart but that doesn't expand. But when I changed some data then it occupies the full width.

Why it is not rendering properly initially? What's the issue causing this and what is the workaround for this?

 

http://jsfiddle.net/pdLncxoy/

Aakash
Top achievements
Rank 1
 answered on 11 Sep 2020
1 answer
96 views
How does on create a simple custom editor template for the Scheduler for Vue component?

My case is rather simple.  I want to provide some static details in the popup UI, and the user can Accept the event (or cancel).
At most, I would like to allow the user to edit the description (we call comments).

I get the jquery implementations, but :editor-template doesn't work
The Vue docs imply that editable can be either boolean or object.  I assumed the object would include the "details of how to set the editor template. But there is no example i can find on the "object" construction.

I can't imagine this would be that hard or not supported.
Ivan Danchev
Telerik team
 answered on 08 Sep 2020
2 answers
161 views

I am trying to build a custom theme by following the instructions here.

I cloned https://github.com/telerik/kendo-themes (tried with both develop and release, same result).

The npm install && npx lerna bootstrap steps were successful, but I got the error below from running npm run sass and npm run dart:

[12:31:08] Using gulpfile ~/kendo-themes/gulpfile.js
[12:31:08] Starting 'sass'...
[12:31:08] Compiling /home/awade/kendo-themes/packages/bootstrap/scss/all.scss to /home/awade/kendo-themes/packages/bootstrap/dist
[12:31:12] 'sass' errored after 4.44 s
[12:31:12] Error: ENOENT: no such file or directory, open '/home/awade/kendo-themes/packages/bootstrap/dist/all.css'
    at Object.openSync (fs.js:465:3)
    at Object.writeFileSync (fs.js:1416:35)
    at /home/awade/kendo-themes/packages/theme-tasks/gulpfile.js:129:12
    at Array.forEach (<anonymous>)
    at Object.build (/home/awade/kendo-themes/packages/theme-tasks/gulpfile.js:103:11)
    at /home/awade/kendo-themes/gulpfile.js:100:26
    at Array.map (<anonymous>)
    at buildAll (/home/awade/kendo-themes/gulpfile.js:92:16)
    at /home/awade/kendo-themes/gulpfile.js:124:12
    at sass (/home/awade/kendo-themes/node_modules/undertaker/lib/set-task.js:13:15)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ sass: `gulp sass`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ sass script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
 
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/awade/.npm/_logs/2020-08-26T16_31_12_646Z-debug.log

 

Plamen
Telerik team
 answered on 28 Aug 2020
7 answers
586 views

Hi,

using the zoom function in a chart is working very nice. Today I got a request from one of my customers.

Situation:

Consider a standard chart with time periods on the x-axis, The most recent period is to the right. If you look at the chart with all periods visible and you zoom in, the chart zooms into the center of the chart. So the most recent period drops out to the right and the older periods to the left. 

 

Question:

Is it possible to stick the most recent period to the right, even if you zoom in? Currently it zooms into the center. The requested behaviour would be: Keep the right border and zoom in/out to the left side. So regardless of the zoom level, the most recent period is allways visible.

 

 

Best regards

Oliver

 

Nikolay
Telerik team
 answered on 13 Aug 2020
1 answer
117 views
I need to call the addEvent method in the Scheduler without clicking into a specific time box in the UI. I basically want to do this, but in the Vue version: https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/methods/addevent

Specifically, I want to create a button on top of the calendar that will cause the event popup to appear and allow a new event to be entered into the calendar.
Can this be done with the Vue wrapper? I can't seem to access any of the methods in the underlying Scheduler widget (https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler#methods).
Ivan Danchev
Telerik team
 answered on 13 Aug 2020
1 answer
495 views

Hello,

I can't make it work to have a custom placeholder when value of kendo-date-picker is empty. It always show the expected format even with the placeholder parameter set.

Example: https://cnslg5.stackblitz.io

One would expect to have the defined placeholder to be shown and not the date-input format-placeholder. How to avoid that ?

Plamen
Telerik team
 answered on 07 Aug 2020
7 answers
723 views
Native Grid: Is there a way to assign a class to a row (tr) based on the data without having to completely render the row in a row template? Seems like it would be a pretty common operation.
Plamen
Telerik team
 answered on 07 Aug 2020
1 answer
75 views

in KendoUI for Vue

I implement one component with TreeList has  father-son relationship items,Customize use checkboxes with Cascade selection。

must  Use column Template to resolve,old jquery template don't support component event,So i must use native  Column template。

But use native  Column template ,I Found  TreeList  cause Repeat Data when expand Or collapse。

What is the right method,i can choose to resolve this problem。

 

 

Petar
Telerik team
 answered on 14 Jul 2020
1 answer
150 views
What's the syntax for a treelist template column?  I can't find any examples anywhere.
Nikolay
Telerik team
 answered on 10 Jul 2020
Narrow your results
Selected tags
Tags
Grid
General Discussions
DropDownList
DatePicker
Editor
Grid wrapper
Scheduler
DropDownTree wrapper
Spreadsheet wrapper
Input
MultiSelect
Calendar
NumericTextBox
DateInput
DateTimePicker
Editor wrapper
Styling / Themes
DataSource wrappers (package)
Scheduler wrapper
Chart wrappers (package)
Gantt wrapper
Localization
Chart
Checkbox
ComboBox
Window
Pager
Error
Upload
DropDownList wrapper
Popup
Form
Tooltip
TreeView
Dialog
MultiSelect wrapper
NumericTextBox wrapper
Slider
Toolbar wrapper
Upload wrapper
Validator wrapper
ColorPicker
Button
Accessibility
AutoComplete
AutoComplete wrapper
Button wrapper
ComboBox wrapper
ContextMenu wrapper
Licensing
ListBox wrapper
ListView wrapper
Map wrapper
MaskedTextBox
Menu wrapper
MultiColumnComboBox wrapper
Splitter wrapper
TabStrip wrapper
TimePicker
TreeView wrapper
TabStrip
Card
RadioButton
FloatingLabel
TextArea
Drawer
Stepper
DateRangePicker
Gauge
Splitter
PanelBar
Notification
RangeSlider
Menu
TreeList
Toolbar
ListView
FontIcon
SVGIcon
Animation
Barcode wrapper
ButtonGroup wrapper
Chat wrapper
ColorPicker wrapper
DateInput wrappers (package)
Diagram wrapper
Dialog wrapper
Gauges wrappers (package)
MaskedTextBox wrapper
MediaPlayer wrapper
Notification wrapper
Pager wrapper
PanelBar wrapper
PivotGrid wrapper
QRCode wrapper
RangeSlider wrapper
ScrollView wrapper
Security
Slider wrapper
Switch wrapper
Tooltip wrapper
TreeList wrapper
TreeMap wrapper
Window wrapper
Avatar
StockChart
Sparkline
RadioGroup
Hint
Loader
ProgressBar
Switch
Wizard
Skeleton
ScrollView
ColorGradient
ColorPalette
FlatColorPicker
ButtonGroup
TileLayout
ListBox
ExpansionPanel
BottomNavigation
AppBar
Signature
ChunkProgressBar
VS Code Extension
SpeechToTextButton
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?