Re: kendo ui Programming Web Development by ericbpower Kendo UI Demos: http://demos.kendoui.com/ YouTube videos: https://www.youtube.com/results?search_query=kendo+ui Pluralsight training videos: http://www.pluralsight.com/training/Courses/Find?highlight=true&searchTerm=kendo kendo web ui: how to use multiple rangeSliders to filter listView Programming Web Development by dfn77 … $(document).ready(function() { var dataSource = new kendo.data.DataSource({ transport: { read: { url:…selectable: "multiple", template: kendo.template($("#template").html()) });… kendo ui Programming Web Development by pln89 I need to use a kendo slider which is a compenent of kendo ui framework. This slider must display date ranges.I have to show data from database based on this range.How can I achieve this? Re: kendo ui Programming Web Development by LastMitch >can some one post a good tutorial link for kendo ui?? **@rithish** What tutorials have you learn so far from using kendo ui? kendo ui Programming Web Development by rithish can some one post a good tutorial link for kendo ui?? Re: kendo ui Programming Web Development by LastMitch >in telerik website u can see some limited tutorials?????????? **@rithish** There are few blogs have tutorial on kendo ui, that's the reason why ask. how to update kendo grid when sql table updated? Programming Web Development by prafulla23 I called one sql table "CarDetails" in more than two jsp's and i want to when from 1.jsp are updated "CarDetails" table then at that time update kendo grid from 2.jsp. thank you. Re: kendo web ui: how to use multiple rangeSliders to filter listView Programming Web Development by LastMitch **@dfn77** >Could someone please point me in the right direction? I've successfully been able to filter the listview with a textbox and button. I think you already your own question: http://www.kendoui.com/forums/ui/general-discussions/filtering-a-listview-with-multiple-range-sliders.aspx Re: kendo ui Programming Web Development by stbuchok They have documentation you can look at: http://demos.kendoui.com/web/slider/index.html Re: kendo ui Programming Web Development by rithish in telerik website u can see some limited tutorials?????????? Re: kendo ui Programming Web Development by rithish can u pass the links????? Re: how to update kendo grid when sql table updated? Programming Web Development by peter_budo You will need to provide more details. Traditional approach would be that first JSP has some table where you edit fields and submit and then second JSP with fetch updates and show it as read only (no editing available) converting json data from datasource to javascript array Programming Web Development by pln89 …gt;</script> <script src="Scripts/kendo/kendo.all.min.js"></script> &…lt;link href="Content/kendo/2012.3.1114/kendo.default.min.css" rel="stylesheet"…; /> <link href="Content/kendo/2012.3.1114/kendo.common.min.css" rel="stylesheet"… Re: converting json data from datasource to javascript array Programming Web Development by gon1387 ….push(jsonData[i].ID); durationList.push(jsonData[i].Duration); } // Sample Kendo Chart Code $("#chart").kendoChart({ title: { text: "Duration… Database Connection Programming Web Development by griselndria …" /> <link href="styles/kendo.common.min.css" rel="stylesheet" …/> <link href="styles/kendo.default.min.css" rel="stylesheet" …lt;/script> <script src="js/kendo.all.min.js"></script> … Re: Database Connection Programming Web Development by griselndria …style.css" /> <link href="styles/kendo.common.min.css" rel="stylesheet" />… <link href="styles/kendo.default.min.css" rel="stylesheet" />…(); </script> <script src="js/kendo.all.min.js"></script> <… Introductions are in order Community Center Say Hello! by shdwmage … Location: MI Age: 28 Hobbies: Anime, World of Warcraft, Fencing, Kendo, Writing, Bicycling Relationship Status: Happily Married Education: Computer Programming, Business… Re: change the report properties on run time Programming Web Development by prafulla23 …null;%> $(document).ready(function() { kendo.bind($('body'), viewModel); <% try…} var viewModel = kendo.observable({ PageWidth: 0, … Re: change the report properties on run time Programming Web Development by prafulla23 … textbox using ajax. index.jsp code is: $(document).ready(function() { kendo.bind($('body'), viewModel); $.post( "api/myServlet?getProperty", function… Re: Problem with pagination of Grid View in ASP.net Programming Web Development by JerrimePatient try to use `kendo ui`. Re: Telerik Programming Software Development by pritaeas … large systems. All-in-all I do think that the Kendo version for ASP.NET MVC is better than their legacy… Re: jQuery UI Digital Media UI / UX Design by gentlemedia I also thiink jQueryUI is dying slowly. If you want to rely on third party integrations then better go to a payed alternative such as [KendoUI](http://www.telerik.com/kendo-ui) or even the free [Dojo UI library](http://dojotoolkit.org/documentation/#widgets). It looks like the latter has still an active userbase, update cycle and support. Re: Database Connection Programming Web Development by diafol Any chance you could just include the **relevant code and markup**? Hundreds of lines of irrelevant markup is just a pain. Re: Introductions are in order Community Center Say Hello! by AndreRet Welcome to Daniweb Scott.:)