Achieve hierarchical dropdown feature using KendoTreeView - Version of Kendo currently in use in project 2018.1.221 - kendo-ui

Using the kendo version: 2018.1.221, I want to achieve the Hierarchical dropdown feature.
I have tried implementing TreeView in DropDownList as mentioned here: https://www.telerik.com/forums/treeview-in-dropdownlist but is not working.
I see that it's possible using KendoDropDown tree which is present in the advanced versions of kendo.
Any help on achieving hierarchical dropdown using version 2018.1.221 is highly appreciated.

Related

Kendo UI listBox mvvm drag and drop not working

I am implementing kendo grid drag and using in java script using MVVM like discussed in this example in documentation.
https://demos.telerik.com/kendo-ui/listbox/drag-and-drop
The example above is written is not written in mvvm pattern(adding data-properties pattern) so the link below i have tried to convert into mvvm style pattern but drag and drop does not work for some reason and no error on console.
Dojo implementation of Current Code
Any help or guidance will be appreciated.
Change data-drop-sources attribute value
from: data-drop-sources="listbox2"
to: data-drop-sources="['listbox2']"
Everything else is good.
I updated your dojo example and its working fine.

Kendo Dropdownlist with checkbox and keyboard navigation

I am newbie in the Kendo UI in Jquery and looking Kendo dropdown list with checkbox selection,"Select All" option and keyboard navigation.
Luckily, I found example on google but it doesnt work in my version "Kendo UI v2018.1.221" and Jquery version "1.12.4"
Link :http://jsfiddle.net/b6ow4d2j/1/
If anybody have solution pleas help me out.
In the latest Kendo there is a new widget called DropDownTree that can work the same way if you only populate it with root items and set tagMode: "single". Here is a working dojo.

Kendo UI Grid alternative

Is there any free / open source alternative to the Kendo UI Grid?
I used to use their Grid module when it was included in the free version, now it isn't anymore and, as I only need the Grid module, it is too expensive for me.
I don't know is this even alternative for Kendo UI grid but jQuery DataTables plugin is one https://www.datatables.net
It does have paging, sorting, supports almost every datasource and can be themed by Twitter Bootstrap, jQuery UI etc.
There are lots of libraries but I introduce some of them
zinoUI
jQuery EasyUI
jQWidgets
Wijmo
a source for Pros and Cons is : Top 5 jQuery UI Alternatives
All of the above libraries are modular so you can only use the grid.
Ag Grid is one of the best ones I stumbled upon. Using in production since last year.
https://www.ag-grid.com/

Do Open Source Package of Kendo UI supports Kendo charts/graph

I just started with Kendo UI and I am using Open Source package of Kendo UI. SO in the package I am not able to see any javascript files which contains name chart. I want to display some charts . So I am doubt that is open source package of kendo ui is supporting charts.
Anyway I have added following Kendo.core.min.js and Kendo.data.min.js to the page and called to chart function. But it's throwing error.
Any guidance would be very really helpful .
Charts are not contained in the open source version of Kendo UI Core product. They are available in the professional version but this has a cost associated with it ($699). If you take a look at the following link:
Kendo UI Core vs Kendo UI Professional
If you require charting needs and do not wish to page for the Chart features then give HighCharts a look. They are free to use in a non-commercial setting and are generally considered one of the the better solutions out there.
Hopefully this answers your question adequately.
Please check the below URL , It will help you to find out which all features are available in which all versions.
https://github.com/telerik/kendo-ui-core
There are too many open source, jquery based charts are available. See this list: http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

in telerk mvc grid, editing and inserting scenarioes with AJAX binding of complex objects

In Telerik documentation we must use server binding when binding complex objects.
How can we activating Insertion and Editing mode in Telerik mvc grid with ajax binding of complex objects?
how we can customize the whole of insert form and edit form
ie. drawing drop down lists for properties of reference types
thanks in advance
How about using server edit template for that, is it applicable? I crawled the online MVC demos on their site and hit upon this one.
I found a solution.
I am using Client Edit Templates for this scenario but there is a problem in the ScriptRegisterar I think, the problem related to registering Telerik DropDown javascript files.
I made initial solution which is to add a line of code to the ScriptRegisterar to explicit register the javascript file "telerik.list.js"
OR add a dummy Telerik DropDown list in the same page where you want it to appear in the grid, and you have to hide it using css.
This is a bug in the final version of telerik 2010.3.1110
Telerik has released the hotfix for this bug in the version 2010.3.1111
check the link and download the hotfix:
http://www.telerik.com/community/forums/aspnet-mvc/grid/script-registrar-not-loading-scripts-for-controls-used-in-client-templates.aspx

Resources