Questions tagged [kendo-ui-grid]

The Kendo UI Grid widget supports paging, sorting, grouping, and scrolling of data sets of any size.

Kendo Grid supports paging, sorting, grouping, and scrolling. It is large data set friendly. Invoke it by calling kendoGrid on a jQuery page element.

Grid is one of the more popular Kendo UI widgets offered by Telerik. Kendo UI is a library for creating touch-friendly HTML5 pages.


Related links


Related tags

197 questions
0
votes
1 answer

prevent datasource invocation on keypress of kendoui grid's filter

i know that it is caused by the autocomple control in the header of a filtered grid (that tries to access the same datasource of the grid) The simplier way to prevent this beaviour seems to stop the keypress event. I've tried the…
pinale
  • 2,060
  • 6
  • 38
  • 72
0
votes
1 answer

How can I provide default expression in the { } of a lambda expression, while still allowing it to be added to?

I am using the Kendo UI MVC Grid and I want to encapsulate boilerplate code so I don't have to duplicate the same code on every grid. Configuring the commands on the grid looks like this: columns.Command(command => { …
SventoryMang
  • 10,275
  • 15
  • 70
  • 113
0
votes
1 answer

Kendo UI DataSource toJSON is behind by a value

I have an angular application where I am trying to create batch editing in a Kendo Grid. I am manually adding data to the grid, so not using the datasource's transport mechanism, but rather just calling the .data() on the datasource. When I edit a…
mda144
  • 329
  • 1
  • 3
  • 11
0
votes
1 answer

How to bind kendo grid data to scope variable in angularjs?

I have following kendo grid in html:
Karan Desai
  • 3,012
  • 5
  • 32
  • 66
0
votes
1 answer

is there any way to create this type of grid by using kendo grid?

I'm new to kendo and I would like to know whether is there a way to program my kendo grid like the image below. I had saw some sample online where they use kendo-grid grouping but it doesn't generate the layout I needed Output
Cylex
  • 17
  • 5
0
votes
1 answer

Tool bar Column Menu in kendo grid using angular js

How to put a column menu in toolbar of a kendo grid to select the columns as per need? dataSource: $scope.kDisplayReceivedOrders, toolbar: ["save", "cancel", { template: …
0
votes
1 answer

where can I find all kendo ui versions

I am trying to find all versions or it's dates for KendoUI controls History. However I found history dates from April 2014 onwards. http://www.telerik.com/support/whats-new/kendo-ui/release-history does any body have list of all version…
0
votes
0 answers

KendoDrop returning selected object to the kendo ui grid

I am using jquery version of kendo ui grid. See the sample below. I am using a custom kendo drop down editor, when row is having a single peron name. However multiple names are binded to the grid in a comma separated manner by using template. But…
biju m
  • 79
  • 1
  • 12
0
votes
1 answer

Kendo UI Grid not working properly in Wicket wizards

I am using Wicket with Wicket Kendo UI library. I have a wizard containing a Kendo Grid in one of its steps. When I reach this step the table shows up alright, but when I move to the next step and then return back, sometimes a problem occurs: table…
koszek
  • 55
  • 7
0
votes
1 answer

How to add background color to a KendoUI Grid

I have a KendoUI Grid that is working just fine but I cannot add background color to rows. I found some code that is supposed to iterate over the rows, but when I run it it simply goes in an infinite loop. There are many posts about this topic but…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
0
votes
1 answer

Getting row count on a Kendo UI Grid

I've got a Kend UI grid inside a second tab of kedno tabstrip and I need to get number of rows in it. For this purposes I use /** * Getting number of rows in grid by it's ID * @param {string} gridId ID of the Grid * @returns {number} number of…
Anton
  • 1,010
  • 10
  • 30
0
votes
1 answer

Remove Item from Kendo Grid without refreshing datasource

I have a Kendo Grid where one of the columns is a Boostrap progress bar. It is animated and represents a file upload.(the width value is modified with angular) Once the item is done I remove the item with the remove function like…
Talal Nabulsi
  • 389
  • 1
  • 5
  • 10
0
votes
0 answers

kendo ui Grid "Popup mode" ,Edit And Delete Button, Not firing the Controller Action

This is My view with kendo ui grid, It's Read function firing just fine, but the problem just begins when I want to update, The update Function in my controller Not even Firing,