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

Hi,
I cannot for the life of me seem to override the grid paging when display is set to none at smaller screen sizes
I have even copied the exact selector and it still doesn't work! see attached image.
Thanks, Graeme

Greetings,
I have two issues here:
1. when the window is open, it's not properly centered in the expected region, how can I get it to be in the center of the appended div?
2. When I maximize the window, it covers everything, how can I limit it to that same region?
http://dojo.telerik.com/OcAmA/2
Thanks,