Hello.
Is there any way to export a large PivotGrid to a multipage pdf file? PivotGrid PDF configuration doesn't seem to support "multiPage" setting.
For example, my grid can contain 150-200 columns and ~100 rows. Wondering if there is any way to save such a grid as a set of A4 pdf pages.
We had a clear button in the file upload widget.
Kendo version: 2016.3.1028
We updated to version 2017.2.504 and the button dissapeared.
Also the upload button got totally wrong style.
It used to be like the <button type='button' class='k-upload-action'></button> it used to have the same style as the select button

I have a grid with a change event, that runs a function that builds another grid. My problem is, each time that second grid is loaded, its change event builds upon itself exponentially.
I have re-created the issue in a fiddle here, https://jsfiddle.net/ctw5gh1o/
Any thoughts? It's like the data itself is not dumping completely each time the function is referenced
I'm using the kendo grid to filter values which occasionally contain html characters using explicitly defined filters.
When the filter values do not contain html, everything works as expected. However, when the values contain html characters, it causes the filter to return 0 rows when selected. In other words, it does not match any of the values in the grid. I added logic to strip out the html characters before adding to the filters, but this also returns 0 rows.
I tried using Html.Raw() when declaring the custom filter but it didn't have impact on this issue. Is there a way to make the filters handle html properly?

Hello,
I am trying to add a custom command to my Kendo Jquery grid and it works well if I just add text. Now I want to replace the text with an icon defined in a class and it works fine as long as there is some text defined but if I remove the command name or text then I get his error:
Uncaught Error: Custom commands should have name specified
So is there a way to define a custom command and "hide" the command text/name so only the image defined in the css class is displayed?
Here is the line where I defined my custom command:
columns: [
{ command: { className: "fa fa-pencil fa-fw", click: editInformation } },
....
]
I am currently trying to see if the diagram component is
useful for a feature we are trying to implement. So far it looks great, however,
there is one issue that is stopping me….
http://demos.telerik.com/kendo-ui/diagram/editing
The problem I am having is when I click on President in your
example, I want a set of options in a dropdown, not a free text field.
I would also like the option to have two dropdowns so the top
one filters the options in the bottom one.
Is this possible? If so, would you be able to show me or
point me in the correct direction? I am using the MVC wrappers.
Thanks
When using the mobile version of the scheduler month view, calendar items involving more than one day appear as a dot on the first day of the time period, but not on all the days involved.
Is there a way to display a dot on every day containing the event?
To create a separate event for all involved days is not an appropriate solution as this does not reflect the data properly. So the question is about a way to visualize this.
Thanks beforehand
I've been using the Kendo DataSource for a while now on the browser side, so I've gotten used to all of its great features. I want to use it on the server side in a Node.js app. Is this even possible?
I installed kendo-ui-core because I don't care about any of the other pro features, just the DataSource.
npm install --save kendo-ui-core
when I do
var kendo = require("kendo-ui-core");I get a "ReferenceError: window is not defined" which leads me to believe that it's not possible since it's trying to use the window object which is not available in Node.

