When upgrading to 2018 R1 SP1 from 2017 R3, we discovered that all of our Dropdownlist and Combobox change events were triggering twice when selecting an option with the mouse. This does not happen if you select an option with the keyboard.
cubidobusinesssolutions mentioned this on the GitHub issues list as a comment to another similar issue here: https://github.com/telerik/kendo-ui-core/issues/3926 . The original issue was fixed, but his commented issue was not.
Any estimates of an ETA of when this issue will be fixed?
Dear support team,
we have cut one of out legs trying to figure out how to have series dynamically. Could you please provided us an example using json below where Date is Y axis, Count is X axis, form name dynamic series (please see in attachment what we are going to make, attached example use static series unfortunately)
[{
"Date": "апр-17",
"Count": 1,
"Order": 0,
"FormName": "USMA004MAMultiJ"
},
{
"Date": "дек-17",
"Count": 2,
"Order": 993,
"FormName": "USOK001SacFox_pers_hist"
},
{
"Date": "дек-17",
"Count": 14,
"Order": 994,
"FormName": "USOK001SacFox_pers_hist_tech"
},
{
"Date": "дек-17",
"Count": 1,
"Order": 995,
"FormName": "USOK001SacFox_pers_hist_tech_renew"
},
{
"Date": "дек-17",
"Count": 1,
"Order": 996,
"FormName": "USOK001SenecaCayugaSecII"
},
{
"Date": "дек-17",
"Count": 11,
"Order": 997,
"FormName": "USOK004AbsenteeShawneeAuthorization"
},
{
"Date": "фев-18",
"Count": 12,
"Order": 1333,
"FormName": "USPA001PAKeyRenew"
},
{
"Date": "фев-18",
"Count": 2,
"Order": 1334,
"FormName": "USPA254MJ"
},
{
"Date": "фев-18",
"Count": 13,
"Order": 1335,
"FormName": "USRI004RI_v1"
},
{
"Date": "фев-18",
"Count": 2,
"Order": 1336,
"FormName": "USRI004RISupplement_v1"
},
{
"Date": "фев-18",
"Count": 14,
"Order": 1337,
"FormName": "USTX004AlabamaCoushattaPersonalApp"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1338,
"FormName": "USTX004AlabamaCoushattaRelease_v1"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1339,
"FormName": "USTXC001KickapooLicAp"
},
{
"Date": "фев-18",
"Count": 2,
"Order": 1340,
"FormName": "USTXC004TX_v1"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1341,
"FormName": "USVI004VirginIslandsPersonalHistory"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1342,
"FormName": "USWA004WACriminalSupp"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1343,
"FormName": "USWA004WAIndLicApp"
},
{
"Date": "фев-18",
"Count": 1,
"Order": 1344,
"FormName": "USWAC001ColvilleCasinoVendLicAp"
},
{
"Date": "мар-18",
"Count": 3,
"Order": 1425,
"FormName": "USSDC004OglalaRnwl_v1"
},
{
"Date": "мар-18",
"Count": 2,
"Order": 1426,
"FormName": "USSDC004SDRnwl_v1"
},
{
"Date": "мар-18",
"Count": 4,
"Order": 1427,
"FormName": "USTXC004AlabamaCoushatta_v1"
},
{
"Date": "мар-18",
"Count": 2,
"Order": 1428,
"FormName": "USWA004Muckleshoot_v1"
},
{
"Date": "мар-18",
"Count": 2,
"Order": 1429,
"FormName": "USWAC001PortGamble_renew"
},
{
"Date": "мар-18",
"Count": 2,
"Order": 1430,
"FormName": "USWAC004CowlitzRnwl_v1"
},
{
"Date": "мар-18",
"Count": 8,
"Order": 1431,
"FormName": "USWAC004ShoalwaterOwnership_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1432,
"FormName": "USWAC004Skokomish_v1"
},
{
"Date": "мар-18",
"Count": 6,
"Order": 1433,
"FormName": "USWAC004Yakama_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1434,
"FormName": "USWAC004YakamaCover_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1435,
"FormName": "USWAC004YakamaFees_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1436,
"FormName": "USWAC004YakamaInstructions_v1"
},
{
"Date": "мар-18",
"Count": 4,
"Order": 1437,
"FormName": "USWAC004YakamaStatement_v1"
},
{
"Date": "мар-18",
"Count": 2,
"Order": 1438,
"FormName": "USWIC004HoChunkAppendix9_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1439,
"FormName": "USWIC004HoChunkInstructions_v1"
},
{
"Date": "мар-18",
"Count": 1,
"Order": 1440,
"FormName": "USWIC004SiletzUpdate_v1"
}]
Hello
I'm using kendoTreeview with drag options, all works fine. The draggable content is (by default) the dragged item of the treeview, which is fine as well. There is a class (font awesome char) that is defined on each item I would like to remove in the dragged content when the drag starts. The solution I found so far in this forum was on :
I've tried this: here and it works well but its only working on initialisation of the treeview. So I adapted to it to my case because I need to change the content change at runtime (treeview.change):
$(
"#dialogtreediv"
).data(
"kendoTreeView"
).templates.dragClue = kendo.template(
"<div class='k-header k-drag-clue'><span class='k-icon k-drag-status'/>drag me!</div>"
);
This won't work, looks like it will be ignored (dragged item content still visible). But this is anyway all too much. I don't want to rebuild the whole item text that is dragged. I would like to remove only a single sign in the dragged item content (represented by a fa-class from awesome font, jQuery available). So I wonder how to do this or how to access the dragged content.
Regards
Hello,
I have implemented the kendo Editor via MVVM inside a kendo window. However, when i have the console open, everytime i click on any of the edit tools to edit the editor's value, i get a "Uncaught TypeError: Cannot read property 'getSiteSettings' of undefined". However, the controls still work. Can you please advise?
Recently, I have tried to minimize the size of my Kendo js file. I am only selecting elements that I have used in the application. On publishing the application I am getting this error in the console. Any idea, which dependent js files are missing.
Below the error:
kendo.all.min_latest.js:9 Uncaught TypeError: p.HierarchicalDragAndDrop is not a constructor
at init._dragging (kendo.all.min_latest.js:9)
at new init (kendo.all.min_latest.js:9)
at HTMLDivElement.<anonymous> (kendo.all.min_latest.js:2)
at Function.each (jquery.min.js:3)
at init.each (jquery.min.js:3)
at init.e.fn.(anonymous function) [as kendoTreeView] (http://localhost:8080/app/kendo2015/kendo.all.min_latest.js:2:2754)
at ChartTablesTree.prepareView (chartTablesTree.js:882)
at Worker.$thisClass.processTableColumnWorker.onmessage (chartTablesTree.js:509)
Hi,
So as my title says, Im trying to extract some options from the scheduler widget, namely the 'workDayStart' and 'workDayEnd' date/times. The reason being is that if an existing appointment is outside the work times, I'd like to auto display the full day instead of just working hours.
Which brings me to the next issue, is there a way to programmatically change the 'showWorkHours' config?
Thanks and kind regards,
Grant