Hello,
I have a question related to kendo scheduler: Cancelled and Withdrawn sessions are still showing in kendo schedule view.
I have such response from server. In recurrenceRule I have EXDATE (for example, 2022-01-22 9:00 PM), but this occurence still shows on the scheduler. Also, function isException returns recurrenceId (not boolean value) for all occurrences
Please, advise me, how can I hide the occurences, the dates of which are specified in the EXDATE in RecurrenceRule?
Thank you
{ field: 'id', 'template': '<a href="\#\crm\portfolio\detail/#= id #"><span class="glyphicon glyphicon-edit" title="View"></span></a>', editable: false, width: 25, title: "View" },
how to handle when # is there while navigation to other screen

I faced an issue related to decimal filters.
the issue was "when I enter filer value "6167.1" which actually appears in a grid cell, no result is filtered out so while debugging I found that when data-source is provided to grid that value is actually 6167.07 and kendo jquery UI renders it 6167.1 in the grid. So when I enter filter value "6167.07" it works and in grid value still appears/ shows 6167.1"
According to my understanding filter is working fine on the data source but while rendering it rounds up the data and shows a different value to the client due to which filter errors are reported.
So I need help, please share the code snippet to turn off JS data rounding up used in this kendo library/plugin
Hi
I'm working on an application I received from a client and they've used some telerik web controls. Telerik apparently includes its own version of jquery 1.3.2, while I'm using 1.4.1. I'm experiencing some weird javascript issues and I'd like to rule out the older jquery as a source of the problem. Is there a way to tell the Telerik controls not to automatically include the 1.3.2 version of jquery if I've already got jquery on the page elsewhere?

Hi,
For the various kendo editor tools like List, Table etc. we need to change the content before its inserted into the editor. For example, add a CSS class to a UL element or add some data properties.
How do we achieve this? We looked at the command event, however, changing values of the command does not seem to have any impact in the final HTML that is inserted into the editor.

I am looking to use the treeview to show the contents of an s3 bucket.
Along with the filename, I would like to show the size and also the date modified

My company has a Kendo grid we use in an internal tool for changing settings. The way it's supposed to work, and has worked in the past, is that we change the entries in the grid using inline editors, but that there is no update, and then we have a "Save" button that gathers the settings from the grid and related data from a few other places and sends them off to the back end.
At some point, the team started to get an error, though nobody's sure when exactly; the Grid loads and reads without apparent issue, but when you try to edit anything, the Grid hangs and never recovers. If you click the "Save" button the change you made is uploaded just fine, but you couldn't make any other changes without refreshing the page.
Digging into the errors, the problem is that it's looking for "update" data in the transport and not finding it - the transport only defines "read". The thing is, it has never defined anything other than "read", including when it was most recently definitely working, and this tool is not supposed to update remotely on every edit (and previously quite happily did not). When I add an empty function as "update", just to see if I can get past it, it throws an "Unexpected Number" error.
The code changes that have been made since I last personally saw it working are:
- Added an ID column
- added an inline editor combo box
neither of which jump out at me as things that would prompt an update call that otherwise didn't happen. I have tried undoing all these changes and here has been no effect on the error.
Hi,
I'm trying to "miss-use" a Kendo-Multiselect to order some items by order of selection. Meaning I order the select-items in the current order before initializing the Multi-Select and when some items are changed I would like to re-order them according to the current order in the multi-select.
Is there an easy way to achieve that?
I already saw HERE how to get the items via JS (in the correct order), but bevor I start using some custom JS to update the select I would like to ask if there is an easier solution?
Or is there even a more suitable control available? I have <10 items where the user should be able to define the order of all selected items (so it is selection and order, e.g. out of 1,2,3,4,5 the user can e.g. choose 3,2,4 or 3,4,2).
regards,
Christoph
the document only shows the last version support angularjs 1.7* is:
i want to confirm:
1) Is Newest version KendoUI for jQuery not support angularjs anymore?
2) Is angularjs 1.8 will supported?