Questions tagged [kendo-ui]

Kendo UI is a framework to build HTML UI. It delivers everything needed for client-side, jQuery-powered development in one integrated, compact package, complete with AngularJS integration.

Kendo UI is a framework to build HTML UI. Following the latest HTML5, CSS3, and JavaScript standards, it delivers everything needed for client-side, jQuery-powered development in one integrated, compact package, complete with AngularJS integration and Bootstrap support. It is created by Telerik. It is comprised of an open source Core, and a commercial set of enterprise grade features :

Kendo UI Core

Contains 40 web widgets, all of the mobile widgets as well as the mobile application framework, and the core functionality of Kendo UI framework, including the DataSource component, templates, drag-and-drop, and themeable widgets with integrated animations as well as AngularJS directives.

Kendo UI Professional

Includes all of Kendo UI Core, as well as professional grade widgets such as the Grid, Scheduler, PivotGrid, Editor, TreeView and more It also includes a complete data visualization package containing charts, graphs, gauges, maps, diagramming tools and a drawing API


Resources:

  • Kendo UI Docs: API reference, FAQ and tutorials
  • Kendo Dojo: An interactive, in-browser tutorial to help quickly learn Kendo UI
  • Kendo Forums: The official Kendo UI forums
  • Kendo UI Demos: Demonstrations and code examples of the major features of Kendo UI

Component-specific tags


Other related tags

16785 questions
3
votes
2 answers

passing value of kendo DropDownListFor to read action of another DropDownListFor

I have a DropDownListFor component which has a read action which gets values from the database. However, I want to filter those values based on the value of another DropDownListFor. Here's the DropDownListFor component that has the filter value …
Matt Kagan
  • 611
  • 1
  • 12
  • 24
3
votes
1 answer

How to add DatePicker in ClientTemplate for Kendo MVC Grid

I am trying to port my code from syncfusion to telerik kendo MVC UI, I need to show Datepicker in Grid cell, and for which I have done in grid column as: columns.Add("TemplateCol").Title("Out of…
ajit singh
  • 63
  • 1
  • 1
  • 4
3
votes
2 answers

Kendo ComboBox - How to select option based on its text() rather than value()?

I am really struggling to select an option from my combo box based on the text rather than value. I have a combo box which has a datasource attached to it which are countries. These countries are stored in the database. I want the default country to…
Simmy Dhanda
  • 139
  • 1
  • 4
  • 13
3
votes
1 answer

Kendo UI Core - Bootstrap Stylesheets

I downloaded Kendo UI Core from Telerik website, and I want to make use of the Boostrap theme for my widgets, but however theres three bootstrap stylesheets to choose from: kendo.bootstrap.min.css, kendo.common-bootstrap.core.min.css and…
Luís Assunção
  • 771
  • 1
  • 8
  • 20
3
votes
1 answer

Kendo UI MVC - DatePickerFor not binding

I have a ASP.Net MVC Razor page that uses a Kendo UI date-picker using the DatePickerFor Kendo MVC extension. The culture info in my region requires the date format to be dd/MM/yyyy. If I use dd/MM/yyyy then a date with a single digit for the day…
TheMagnificent11
  • 1,424
  • 4
  • 19
  • 40
3
votes
0 answers

Remote validation with kendo-validator

I am new in angular-js. I am developing my app with angular-kendo. I followed http://kendo-labs.github.io/angular-kendo/#/Validator http://www.telerik.com/forums/angular-kendo-validator. Before implement the in my real project I implement it in…
user3352074
  • 145
  • 3
  • 14
3
votes
0 answers

show group selection as separate files in Kendo Upload Control for deleting one file from the bunch

I'm using the Kendo UI Upload Control and wanted to allow for multiple files in single Upload, but when adding multiple files at the same time, they are grouped together in the same line item. Is there a way to have each separate file as its own…
3
votes
3 answers

Show All in Kendo Grid page sizes

Is there any way to have Show All in Page Sizes array of Kendo Grid? Here is my code $("#mygrid").kendoGrid({ sortable: true, pageable: { pageSizes: [15,20,25,50,100,Show All] }, How to achieve this?
jestges
  • 3,686
  • 24
  • 59
  • 95
3
votes
0 answers

Kendo UI Scheduler Datasource

I am trying to implement Kendo UI scheduler. But I can't seem to get the datasource to work. My JS is: var diary = { open: function() { dialog('diary', function() { $('#diaryDialog').css('width', '1450px'); …
imperium2335
  • 23,402
  • 38
  • 111
  • 190
3
votes
4 answers

Kendo UI Core - Upload - How to call MVC Controller

I am using Kendo UI Core (Free version) and would like to upload files to Web Server (through MVC Controller). I know the way with paid Kendo UI version but I want to do it with free version of this. See as below HTML For Kendo UI Upload
user2739418
  • 1,623
  • 5
  • 29
  • 51
3
votes
1 answer

KendoUI Grid with custom dropdown column passing whole object instead of Id

I am using Kendo UI with Angular/Breeze. I have an editable grid with one column being a drop-down menu. Everything works fine until the save happens. The problem is my odata call is expecting: Id(guid), Name, Description, CategoryId(guid) When the…
Boone
  • 1,046
  • 1
  • 12
  • 30
3
votes
1 answer

MVC Kendo grid pass dropdownlist value to update method

I have a Kendo grid: @(Html.Kendo().Grid().Name("Grid") .DataSource(ds => ds .Ajax() .Model(model => model.Id(m => m.ID)) .Read(read => read.Action("Grid_Read", "Sessions", new {sessionId =…
Shawn
  • 2,356
  • 6
  • 48
  • 82
3
votes
2 answers

Customizing Kendo dropdown multi-select to use checkboxes

I'm using some customized code gleaned from Telerik's forums to modify Kendo's odd built in multi-select widget to use checkboxes instead. //MultiSelect - A user extension of KendoUI DropDownList widget. (function ($) { // shorten references to…
deaddancer
  • 544
  • 8
  • 16
3
votes
1 answer

AngularJS + KendoUI Chart local binding

How do I implement the KendoUI with AngularJS chart with local data binding? My local data: var blogComments = [ { "blog": "My blog", "day": "1", "value": 3, "userColor": "#ffd600" }, { "blog": "My blog", "day": "2", "value": 7, …
RedApple
  • 201
  • 1
  • 5
  • 15
3
votes
1 answer

Kendo DatePicker Return wrong value

I set the format of my date in this way: $('#filterdate').kendoDatePicker({format: "dd/MM/yyyy"}); SOMEWHERE I have code which set (#filterdate) #filterdate is 10/7/2014 but when I use this code…
Sara N
  • 1,079
  • 5
  • 17
  • 45
1 2 3
99
100