Telerik Forums
Kendo UI for jQuery Forum
1 answer
142 views

Hello,

 I found a new folder named 'apptemplates" in v2015.3.1002. What's this?

Sebastian
Telerik team
 answered on 13 Oct 2015
2 answers
230 views

I'm recreating the form here

https://demos.telerik.com/kendo-ui/m/index#mobile-forms/types

 

I want the 'number' field to be prefixed with a '£' symbol. I know I could use numerictextbox but that means it doesn't bring up the numeric keyboard on mobile devices, so I need to stick with an input type=number.

 

I need the field to look like this, sorry for the crude drawing

 

 

 

 ​

Kiril Nikolov
Telerik team
 answered on 13 Oct 2015
1 answer
461 views

Hi,

I have a Kendo Area Chart defined as follows:

 

$("#rawmessagechartLiveStream").kendoChart({
dataSource: rawMessageStreamChartData,
series: [{
field: "value",
categoryField: "date"
}],
seriesDefaults:{
type: "area",
area: {
                    line: {
                        style: "smooth"
                    }
                }
},
categoryAxis: {
baseUnit: "minutes",
majorGridLines: {
visible: true
}
},
valueAxis: [{
title: {
text: "Events/Second"
}
}],
tooltip: {
           visible: true,
           format: "{0}",
           template: "#= series.name #: #= value #"
       },
autoBind: true
});

I have defined the dataSouce as follows:

 var rawMessageStreamChartData = new kendo.data.DataSource({
type: "json",
pageSize: 100,
filterable: true,
scrollable: true
});

 Everytime i get a bunch of data points from the server i do the following to update the datsSource:

for (var i = 0; i < eventRateData.length; i++) {
rawMessageStreamChartData.insert(0, eventRateData[i]);
}

This is causing the entire chart to refresh and it looks like a flicker every time it refreshes. I am looking to plot the new data points and scroll the chart x-axis smoothly so it looks like a scrolling live chart. Is there any way to do this. I am basically looking to plot minute based date points like a histogram that scrolls with time.

Please advice!

 

Iliana Dyankova
Telerik team
 answered on 13 Oct 2015
1 answer
91 views

In gird example page(http://demos.telerik.com/kendo-ui/grid/angular)

Detail grid has bottom border but, the detail grid in the last main grid item dose not show bottom border.

Iliana Dyankova
Telerik team
 answered on 13 Oct 2015
5 answers
188 views

I'm trying to start a simple APS.NET MVC 5 application with a ComboBox.

But when I start the application, I get this message: "The object doesn't support property or method 'kendoComboBox".

 

I wanted to look at the samples ([url=http://docs.telerik.com/kendo-ui/aspnet-mvc/introduction]described here[/url]), but I dont have the folder c:\Program Files (x86)\Telerik\UI for ASP.NET MVC Q2 2015\wrappers\aspnetmvc\Examples.

The c:\Program Files (x86)\Telerik\UI for ASP.NET MVC Q2 2015\wrappers\aspnetmvc folder contains only Binaries, EditorTemplates and LegacyThemes.

 

What can I do?

Plamen Lazarov
Telerik team
 answered on 13 Oct 2015
6 answers
222 views

Hello,

 I am utilizing the scheduler via MVVM in my application. The application is set up so that on databound, a left column displays all users that have events in the scheduler. For each user listed in the column, there is a kendo color picker. The right hand side has the scheduler. 

I would like to have the users in the left column chose a color from the picker and set it so that all of the events that they own in the scheduler (on the rightside) will utilize the chosen color. 

I am a little confused on the best way to go about this. Please advise.

Vladimir Iliev
Telerik team
 answered on 13 Oct 2015
1 answer
135 views

Hi, i am using kendo timeline scheduler day view, issue is  in recurring event UNTIL.

1. created weekly event unit 3 weeks.

2. go to middle week of event and change the date to another date.

3. it dis-appear from the view and but doesn't display on the shifted date.

 

Please see the attachment.

 

Regards

Shravan.​

Georgi Krustev
Telerik team
 answered on 13 Oct 2015
0 answers
115 views
  • I want a single Toolbar for multi kendo Editor using angular​Js.
Gaurav
Top achievements
Rank 1
 asked on 13 Oct 2015
5 answers
288 views

I've created a grid and customized it very much.

I'm using grouping data by default and have created a very specific group header (see code below).

01.kendoGrid = new kendo.ui.Grid(selector, {
02.    dataSource: getDataSource(),
03.    columns: [
04.    ...
05.        {
06.            field: column.field,
07.            hidden: true,
08.            aggregates: ['count'],
09.            groupHeaderTemplate: '#= createGroupRow("' + column.field + '", value) #'
10.        },
11.    ...
12.    ],
13.    ...
14.});

And createGroupRow function:

01.function createGroupRow(field, value) {
02.    ...
03.    var html = host.document.createElement('div');
04.    groups[value].gridObject = new kendo.ui.Grid($(html), {
05.        dataSource: [localData],
06.        columns: columnService.CreateInnerColumns(),
07.        scrollable: false
08.    });
09. 
10.    return $(html).html(); // or html.outerHTML
11.}

'host' is the current 'window' object.

Rendering is finishing successful and everything seems to be fine... until I try to get this internal grid object.

When I change groups[value].gridObject, nothing happens, absolutely. I try to change to properties, dataSource... rendered grid doesn't want to change. Internally I can see that object actually changed, but nothing happens on the UI.

Also when I try to get object via:

1.$('div').data('kendoGrid')

BEFORE rendering (before calling "return $(html).html()") and it works fine, but AFTER that I always get 'undefined' object.

It seems that kendoGrid is creating in the another scope or something like that, and then I cannot get access to that.

I will really appreciate if ​anyone can help me with that. I just need to create grids in the all group objects and then be able to get this grids and manipulate with it.

Thank you.

Nikolay Rusev
Telerik team
 answered on 13 Oct 2015
1 answer
67 views
It takes almost 80 + seconds to export pdf of html elements with 23 pages and size 1.43 MB.
Any help to reduce the time for export will be helpful.
Atanas Georgiev
Telerik team
 answered on 13 Oct 2015
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
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
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
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?