Using the latest @progress/kendo-ui, and am able to write things ok, however, the imports of the components don't yield any intellisense information to VSCode, so I can't infer types or functions.
Does anyone know how to import a kendo ui component so that VSCode picks up the type definition?
When I'm trying to create a visual function in the "valueAxisItem.title" it throws me an error message:
"Uncaught TypeError: clippedBBox is not a function" in kendo.all.min.js file.
The latest version I use is "'2019.2.514'".
How can I solve this?
Thanks,
We have a page which loads a Scheduler, and we pass various information to define what data is loaded in. That all works fine, and we can click PDF Export and it exports absolutely as we'd expect.
We make fairly heavy use of the templates, so we could end up with something that looks like this:
There are about 200 different schedules that we might show depending on the data, and what we'd like to do is be able to automate the export.
We could write a script that loads the page and simulates a button click, however, if there is some better way, I'd MUCH rather do that so we're not dependent on waiting for the page to display on some computer somewhere.
I can pass the parameters needed in the URL - but not sure if there is some way on the page I can automate that PDF Export without first displaying the scheduler page.
Any help would be greatly appreciated!
Thanks

Hi,
On the roadmap page there is a "Dock Manager Component" listed, but I don't see any information on this anywhere.
Anyone have more information or an ETA on this?
Thanks
Christopher
Hello,
I'm trying sort by date my data, but is not working. I already tried a lot of approach but none work.
Expiration Date is a date
Expiration Date Format is a string, so don't give to sort.
Please help me, what is wrong?
Strange that in another site is working this approach.
my column defination for kendo grid
columns: [
{ field: "centreName", title: "Centre Name", width: "180px" },
{ field: "address", title: "Address", width: "188px", encoded: false },
{ field: "programme", title: "Programme", width: "180px", encoded: false },
{ field: "action", width: "180px", encoded: false }
],I don't want to print the column title for action
current output is


Hi, I recently created a grid with a multiselect filter and noticed that the selected values are not showing if the user selects more than one item and then filters. I could reproduce the behaviour in a short dojo script which comes from the telerik examples.
Is there any reason for this behaviour or did I forget something that makes the filter control fail? If this is a bug, is there a workaround?
In the example, the field that contains the filter is "Name" (2nd column).
<!DOCTYPE html>I have a Kendo grid Jquery component with field grouped and hidden. I would like to show a filter button based on this field. Could you help me ?
Thanks