Telerik Forums
Kendo UI for jQuery Forum
5 answers
2.1K+ views
Hi All,

By default the kendoGrid detailRow indicator is shown as arrow in kendoGrid. Can any one help how to change the icon to plus/minus instead od showing default arrows?

Arathi
Dimo
Telerik team
 answered on 10 Apr 2018
3 answers
263 views

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?

Plamen
Telerik team
 answered on 10 Apr 2018
4 answers
1.2K+ views

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"
}]

 

 

 

Stefan
Telerik team
 answered on 09 Apr 2018
3 answers
695 views

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

Tayger
Top achievements
Rank 1
Iron
 answered on 08 Apr 2018
1 answer
119 views

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?

Misho
Telerik team
 answered on 06 Apr 2018
2 answers
303 views

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)

Kiran
Top achievements
Rank 1
 answered on 06 Apr 2018
1 answer
423 views
Is it possible to only have the dropzone visible and hide the "choose file" button?
Dimitar
Telerik team
 answered on 06 Apr 2018
3 answers
321 views

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

Ivan Danchev
Telerik team
 answered on 06 Apr 2018
2 answers
5.7K+ views
I understand that that is a lot of data to present at once. I tried paging and virtual scrolling and the performance is still very slow. I have the data inside a kendo datasource, that portion performs like a charm. The performance decreases drastically when I assign that dataSource to my grid. The lines are formatted via kendo row templates. Even after I load the grid initially and I move elsewhere and come back; the grid takes forever to show up even thought data is not being populated and "show" is just occurring. I am afraid I am going to have to use slickGrid...was really wanting to be able to use the Kendo functionality throughout. Any ideas? Sorry this is not a specific question, but a general guidelines request.
johnbolt
Top achievements
Rank 2
Iron
Iron
 answered on 05 Apr 2018
5 answers
235 views
Greetings,

Will the drag range feature (available in the telerik asp.net ajax) be added to the Kendo slider widget? Thanks.

RA
Dimitar
Telerik team
 answered on 05 Apr 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?