Telerik Forums
Kendo UI for jQuery Forum
1 answer
88 views

Attempting w/o success to leverage timeline against existing data. Having difficulty getting it to work..Below is the stock example on the site with the date property in the array changed to 'date1'.. Added the dataDateField; 'date1' to account for the change.  Also tried altering the schema in the datasource.. 

$("#timeline").kendoTimeline({
    dataSource: {
        data: [
        { "id": 1, "title": "Bowling tournament", "subtitle": "Location: Sterling Lanes", "description": "Summer Bowling tournament in Michigan", "date1": "2025-06-30T21:00:00.000Z", "actions": [{ "text": "Visit the Bowling tournament page" }] },
        { "id": 2, "title": "Charlie's first football game", "subtitle": "Location: City Football Stadium", "description": "Call coach Williams", "date1": "2022-10-22T21:00:00.000Z" },
        { "id": 3, "title": "Alex's Birthday", "subtitle": "Location: Alex's House", "description": "Buy birthday cake and some fruits", "date1": "2010-01-09T22:00:00.000Z", "images": [{ "src": "https://demos.telerik.com/kendo-ui/content/web/foods/4.jpg" }, { "src": "https://demos.telerik.com/kendo-ui/content/web/foods/16.jpg" }] },
        { "id": 4, "title": "Vacation in Mexico", "subtitle": "Location: Cabo San Lucas", "description": "Check-in for the flight", "date1": "2017-12-24T22:00:00.000Z" }]
    },
    dataDateField: 'date1',
    orientation: "vertical"
});
Mihaela
Telerik team
 answered on 19 Mar 2021
1 answer
1.0K+ views

Hi

    I need for an test to modify original

 dataSource: {
        type: "odata",
        transport: {
            read: "http://demos.kendoui.com/service/Northwind.svc/Employees"
        },
        pageSize: 6,
        serverPaging: true,
        serverSorting: true
    },

By an local file with changed data

I have tried without succes two change

First

 dataSource: {
        transport: {
            type: "json",
            read: "http://demos.kendoui.com/service/Northwind.svc/Employees?$format=json"
        },

second test

 dataSource: {
        transport: {
            type: "json",
            read: "Employees.json"
        },

Where is my mistake ?

Regards

Mihaela
Telerik team
 answered on 19 Mar 2021
1 answer
101 views

I'm using a Grid with certain columns being editable. Clicking on an editable cell works fine. However, when that cell is not clicked, it's not obvious to the user that the cell may be editable by clicking on it. How can I make the cell look editable for the user?

Steve

Mihaela
Telerik team
 answered on 19 Mar 2021
1 answer
209 views

Hi,

I was using the slide-in transition suggested here(https://docs.telerik.com/kendo-ui/controls/layout/window/how-to/window-as-sliding-pane#use-windows-as-sliding-panes) to change the existing windows to slide-in panes.

 

the example given in the link works perfectly for the latest version of kendo.(KENDO UI 2021-R1-SP1)

https://dojo.telerik.com/ODAwIMef

 

but if we change the version in the same dojo example to (KENDO UI 2020-R3-SP2), it doesnt work as expected, it doesnt slide-in, it doesnt show the close icon etc.

 

can you please help with this?

Ivan Danchev
Telerik team
 answered on 18 Mar 2021
12 answers
1.6K+ views

Hi Telerik,

 

As per title, is there a way to apply it?

Nikolay
Telerik team
 answered on 18 Mar 2021
3 answers
196 views

How can we achieve keyboard navigation for a tile layout which has a kendo grid inside one of the tile? 

to activate the widget the shortcut key is same i.e. alt+w.

the default example of tile layout has the grid inside tile.

https://demos.telerik.com/kendo-ui/tilelayout/index

 

 

Mihaela
Telerik team
 answered on 17 Mar 2021
1 answer
344 views

     hello,

 

I am using Jquery kendo grid. we added a page zoom size change feature with in our web application. The kendo grid is rendering fine on page zoom change, but the editors positions(appearing in the old position as it is at 100% zoom) are not adjusted according to the zoom change. Please find the zoom change function I am using and  the screenshot with issue. Let me know if there is any fix for it.

 

function SetZoom(val) {
    val = parseFloat(val);
    var percentage = parseInt(val * 100) + "%";
    $('body').css('zoom', percentage);
    $('body').css('zoom', val);
    $('body').css({ zoom: val, '-moz-transform': 'scale(' + val + ')' });
}

Ivan Danchev
Telerik team
 answered on 17 Mar 2021
2 answers
153 views

http://jsfiddle.net/qgw2mtcy/

 

We are trying to validate a grid has more than 1 row before the form submission is valid.  For some reason the validation logic does not trigger the custom rule for the grid row count validation.

Eric Garza
Top achievements
Rank 1
 answered on 16 Mar 2021
5 answers
112 views

Hello, I'm find multi identifiable combo box. Is it implement?

current combobox

준호
Top achievements
Rank 1
 answered on 16 Mar 2021
1 answer
111 views

If I have below code 

$("#numeric").kendoNumericTextBox({
    min: 0.25,
    max: 20,
    decimals: 2,
    format: "#.00 years",
    spinners: true,
    restrictDecimals: true,
    step: 0.25
});

 

Using the spinners, if the value changes to a whole number (eg: 1, 2, 3, etc...), it shows "1", "2", etc...

I just wanted to display like "1.00", "2.00" while the input is still in focus. Is this possible?

Mihaela
Telerik team
 answered on 15 Mar 2021
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
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
Popover
DockManager
FloatingActionButton
TaskBoard
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
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
Bronze
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?