I have this dojo code here which generate a kendo chart.
What I want is to generate a stacked column chart based on the field "stack" of the object "stackedData". Which means if "stackedData" have 3 different value for stack then the corresponding point (coulmn ) should have 3 different stacked color.
Hi.
Date of my Gantt chart is entered only on a daily basis.
It does not input of time.
Bar for the Gantt chart task, if the start and end of the same day, you want to display a horizontal bar of the bar from the beginning of the day to the end.
In other words I would like to extend the bar to the end of the end of the day.
Is this possible?
Please detail images with reference to the attached file.
Thanks.

Kendo Version: 2016.2.607
I have created a dojo that replicates the issue. (IE 11 Only)
http://dojo.telerik.com/aTiJa
The work around is to not used filtering on the cascading drop downs.
Regards
Lynden
Hi,
I'm currently evaluating If there is any possibility to upload a single file to multiple destinations, while only selecting the file once.
The file selected in the upload widget needs to be saved multiple times with different file names. I would like to avoid that the user has to select the file x times.
Do you see any chance to archive this, or maybe you have an example?
Thanks for your help
I would like to scroll to selected cell/row and I would like the same design as if the user would navigate throug key down/up. That means when navigating down, selected row would be the last in grid scroll, and when navigating up, selected row would be first.
How can I achieve that? I am pretty sure that I must call some method (already written for keyboard navigation), just don't know which.
I tried with this, but it does not give me the exact result I want (for scrolling down):
var itemScrollTop = grid.select()[0].offsetTop;grid.wrapper.find('.k-grid-content.k-auto-scrollable').animate({ scrollTop: itemScrollTop });This is somewhat of a crosspost from over on the Template area, but its probably more of an Editor issue than a client template issue.
Here's our issue for our ASP.NET MVC application. We have a tabstrip and a grid in each tab of the tabstrip. We also have a clientDetailTemplateId for each grid that points to a partial that contains the element id that ClientDetailTemplateId needs. Note that the partial is shared between all grids.
I'm posting 3 images to show what's going on.
FirstTabFirstRecordEditorGood.png shows first tab, expanding the detail of the first row eveything looks good
SecondTabFirstRecordOnlyRawTextArea.png shows going to the second tab, expanding detail of the first row and we only see a raw TextArea
GoBackToFirstTabEditorWithinEditor.png show going back to first tab, first grid, first row and you can see that there's an Editor within an Editor
Now, I think I have an idea of what's going on. Each Editor name/id is unique based on a unique id per row. Each grid row is unique, but another grid can have the same record id that would make up the name/id of the editor.
Now the obvious answer would be to give each editor a unique name. That's actually easier said than done because of the fact that each grid shares the same partial that acts as the clientDetailTemlate.
My current idea is to create the editors dynamically on tab select. I can append the tab index to the editor name and then it will be unique. To me, that's not ideal, so I thought I would see if there's an alternative.
I know there's actually two ways that an Editor is implemented. The IFrame way and another way. I'm not sure if going the alternative way would help out.
Thanks
Hello guys,
I have some charts with legend set as false, but when i export the PDF i want to be able to export the legend on the bottom of the chart also.
Is that possible, can someone assist me with this issue.
Any help is much appreciated.
Thank you.
Hi,
There is a problem with the filters in the Kendo UI Spreadsheet.
You can replicate the issue using the sample : http://demos.telerik.com/kendo-ui/spreadsheet/sorting-filtering
and adding the "frozenRows: 3" that keeps the report header and the columns headers frozen so that the data can scroll down.
Now, if you click on the filter arrow on any filtered column it works, but if you scroll down the data and try to click the filter arrow the selection dialog does not appear anymore...scrolling up on top it works again.
...
name: "OrdersLog",
frozenRows: 3,
mergedCells: [
...
Is there a way to fix ?
Many thanks
Stefano
