Hi Guys,
I noticed yesterday a new internal build of Kendo UI was released - Version 2018.03.1212
But trying to download this update via Bower generates the following error
bower not-cached https://bower.telerik.com/bower-kendo-ui.git#2018.3.1212
bower resolve https://bower.telerik.com/bower-kendo-ui.git#2018.3.1212
bower ENORESTARGET No tag found that was able to satisfy 2018.3.1212
Additional error details:
Available versions in https://bower.telerik.com/bower-kendo-ui.git: 2018.3.1205, 2018.3.1129 .........
Have you stop releasing Bower packages or is this just an oversight?
Regards
Alan
we are building dashboard, user has capability to build his own chart with dataSource from API, problem comes when user used dataSource with nested JSON data, how can i deal with nested JSON data with charts,
how can i deal with such scenario, i.e i want to give the user capability to create his own chart with dynamic dataSource , if there a code sample, i will appreciated
also, can i use HierarchicalDataSource with charts for such scenario
please check dojo link to get sample of data
Hi ,
in a toolbar with 2 buttons at right side the toolbar has 2 rows:
Dojo and screenshot in Firefox 60.3.0esr (64bit).
In Firefox 63.0.3 it is ok: the toolbar has only one row like expected.
Is there a workaround for Firefox esr?
Peter
Hi,
is it possible to switch a multi-line plot to a stacked mode like in labview? See picture in post Waveform chart with stacked plots .
It has one x- or category-axis, same gridlines, one category-axis cursor line - similar in kendo the crosshair line. But separate y- or value-axis.
The https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.stack is not correct, because it aggregates the values ( sum/%) at thy a-axis.
Peter
Portion of my gantt chart code:
@(Html.Kendo()
.Gantt<ProjectMilestoneGanttTaskViewModel, ProjectMilestoneGanttDependencyViewModel>()
.Name(ganttName)
.Editable(e =>
{
e.DragPercentComplete(false);
e.Template(Html.Partial("EditorTemplates/ProjectMilestoneGanttTaskViewModel", new ProjectMilestoneGanttTaskViewModel()).ToHtmlString());
})
ProjectMilestoneGanttTaskViewModel.cshtml:
@model ProjectMilestoneGanttTaskViewModel
@Html.EditorFor(x => x.Title)
Title will not bind in the editor template, it always appears blank. I have plenty of other fields that are not "Title", and those bind perfectly. If I change the name it also binds just fine. I noticed that in the your editor template in the demo it uses lower case "title". I would simply use another name than title but IGanttTask is expecting a "Title" field.
Is this a known issue?
Hi,
My requirement is to populate json data with Pivot grid using date as a filter and each fields data should be populated in single row of that particular date.
Is there any custom option available for pivot grid for my requirement?
please suggest.