Hi There, I have a specific problem and I dont know how to get it working. It is difficult on telerik site to show what I want, so I posted a question on stackoverflow so that you can get a better idea of what I am trying to achieve. Please follow this link
Hello,
We are trying to create the charts for below attached images(1,2 and 3) using kendoSparkline.
http://dojo.telerik.com/@devendra/oPOvI ] this is the sample one we created, but not close to what we want.
Can you please suggest on how we could develop charts which are attached herewith.
Do you know if we can increase the width of the column chart?
Best Regards,
Devendra
In my Gantt, I am able to format the year header how I'd like for the year view, the month header how I'd like for the month view, and the week header how I'd like for the week view. However, the headers below them (which display months in the year view, weeks in the month view, and days in the week view), aren't able to be formatted how I'd like. I thought I could add a second template to each of the views but that doesn't let the browser render the gantt properly.
How can I format those headers how I'd like?
Hi, when i paste image in kendoEditor, i get this Exeption: t.getAsFile is not a function.
I copy image not from clipboard.
On the page of examples ( docs.telerik.com/kendo-ui/api/javascript/ui/editor#methods-state ) i get the same exeption.
Hello Team,
I would like to know if you have end to end examples to show on how to consume the Web services in Kendo UI and generate different kinds of reports.
Some of the samples i build using hard coded data charts and diagrams are here.
http://dojo.telerik.com/@devendra/isiQO/24
http://dojo.telerik.com/@devendra/onudi
Can use these sample charts and build them using web services data. We might be using Angular as a framework to build these templates.
Best Regards,
Devendra
Hi!
I need render event in background such in http://fullcalendar.io/js/fullcalendar-2.3.2/demos/background-events.html . Is it possible?
Hi. Kendo UI Team. I am trying to take advantage of kendo ui template so that i can have full control of table data.
It seems work with master grid, but i can not get dataItem in details grid.
Demo link is here http://plnkr.co/4GVh9XF7uLeNKD1uxkRx.
In script.js
line 822, it's my master grid's template.
line 941, it's my details grid's template.
Which i believe i set up them in the same way.
As you can see from index.html line 48, i can get dataItem of master grid display. But from index.html line 86, i can not get value of dataItem.
Does Kendo UI grid support this?
I know if i take out script.js line 822, data will display. But i want to add state machine to each field that is reason i am using templating. Thx again.
I have set up two demo to replicate this issue.
One is working version with simple object.
Demo http://plnkr.co/Daz7EYzZsxmGX6661Kbc
As you can see, key code is line 36 ng-model="dataItem.firstName". So if u change any firstName in the grid, angular model got updated outside grid.
This is not working Demo http://plnkr.co/xGqJenNDzyKjcmdF1Edm
I have config same code in line 810. But two way binding not working. When i change 1st row in the grid, angular model does not updated but Kendo ObservableArray got updated.
Am i missing something.
I know i can manually update angular scope in onChange event.
But i am curious to know why one work the other one not.
There must be a reason why angular two way binding broken i am keen to know why.
Thx in advance.
Hi. There. Please have a look attachment.
From the attachment, you can see i have got three grids.
Grid1-Green
Grid2-Blue
Grid3-White
Grid3-white is nested inside Grid2-Blue. Grid2-Blue is nested inside Grid1-Green.
That is the background.
I want to achieve Grid3-White is draggable within container of Grid2-Blue.
And Grid2-Blue is draggable within container of Grid2-Blue.
And Grid1-Green is draggable within container of Grid1-Green.
I have used ignore option is sortable.
From Grid1-Green i set it to container 'Grid1-Green > tbody >tr ' and ignore 'background-color-light-blue'. This is working nicely. Grid1-Green and Grid2-Blue sort individually without conflicting each other.
But when i set Grid2-Blue i set it to container 'Grid2-Blue > tbody >tr ' and ignore 'background-color-white'. This is not working. When i drag Grid3-White, whole section of Grid2-Blue got dragged!!!
Am i in right track or are there any other ways to achieve this? Thx in advance.