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
2
votes
1 answer

kendoui grid, bind data when autoBind config is set to false

I am using a kendoui grid for which autoBind config is set to false. I want to bind data on click of a button. i do not want to make use of datasource.read() as it make additional server side call. I already have data available which I want to bind…
OpenStack
  • 5,048
  • 9
  • 34
  • 69
2
votes
0 answers

KendoUI+AngularJS : Showing dropdown list for an inline editor in a hierarchical nested grid

I am having a hierarchical nested Kendo grid. The parent grid is displaying a list of currency and each currency has a list of allocation. Both grid have a inline editor. Currency has a property 'currencyName' and allocation has a property…
Lucifer
  • 2,317
  • 9
  • 43
  • 67
1
vote
0 answers

How to customize the KendoUI panelbar in angular

I am working with Kendo panelbar in angular. I want to customize the panelbar so that it doesn't collapse when I click on the panelbar except for the down arrow icon. Could you please help me with that?
1
vote
1 answer

Aurelia Kendo Grid - Search bar not displaying

Using Aurelia and Kendo UI, how do you get the search bar to display? I want this: But I'm getting this: I want to display the search bar, but I'm getting a 'search' button. Kendo documentation:…
Janie B
  • 293
  • 2
  • 7
1
vote
1 answer

kendoui paging - identify "last pager" click in change event

I'm currently using the grid from Kendo UI version v2016.2.504 and have incorporated the pager functionality. When clicking the "last page" button I'm looking to see how I can identify the source or sender is definitely the "last page" button when…
kenny
  • 11
  • 1
1
vote
2 answers

Remove option on kendo boolean Filter

Im quite new to kendo and Im wondering if there is a way to remove and rename parts of the boolean-filter-cell. Picture to show what I mean I would like to remove the Is True option and rename the Is False. Is this possible to do?
1
vote
1 answer

Kendo grid with subgrid ClientTemplate wrong template

If a parent grid item is clicked a subgrid expand. If the ItemState of the subgrid model is not approved I want to show a button to delete the row. But I get 'Uncaught Error: Invalid template' I tried: columns.Bound(c => c.Id).ClientTemplate( "# if…
GermanSniper
  • 249
  • 1
  • 5
  • 19
1
vote
3 answers

How do I remove carriage returns from the JSON output of my WebAPI service?

I have created a Web API service that outputs JSON which is to be consumed by a KendoUI datagrid. Here's the rub: the KendoUI datagrid is VERY picky about the JSON code it consumes; it must not have any kind of carriage returns/line feeds. It has to…
ShowJX1990
  • 77
  • 2
  • 11
1
vote
1 answer

kendo-ui angular 6 how to use template to customize the columns of the grid

I'm trying to use template to customize the columns of the grid, and to format the data that will be displayed inside columns. I want to setup this parameter inside my code together with rest of the column parameters, for example... public…
jovana
  • 11
  • 2
1
vote
1 answer

Kendo UI grid - how to display an image in ng-template

Essentially we have a images which exists in the ./assets folder of our web server. The logic is: display the patient image in the grid if it exists, otherwise render the default image 0.jpg. Here's my Kendo UI grid column to show the patient image…
bob.mazzo
  • 5,183
  • 23
  • 80
  • 149
1
vote
1 answer

Kendogrid column validation message and template

I am very much confused what to use for kendogrid column validation and changing error templates? I want to show different validation messages for different columns. Also would like to change the UI for default error message. I want to just show the…
1
vote
1 answer

kendo ui Grid virtual scrolling - where is the scroll?

When using virtual scrolling kendo-ui grid there is no visible scroll. I'm using virtual scrolling in manner to show some records from DataBase but I don't see any scroll in my grid and it displays just six first rows. I can't understand where is my…
majid_shoorabi
  • 121
  • 1
  • 1
  • 16
1
vote
1 answer

Uncheck checkbox in same row kendo grid at button press

I have a Kendo Grid with multiple columns. @(Html.Kendo().Grid() .Name("Docgrid") .Columns(columns => { columns.Bound(c => c.read).Template("
Lukas
  • 35
  • 1
  • 11
1
vote
0 answers

Kendo grid group datetime column only on date

I have a few datetime columns in Kendo grid in an ASP.NET MVC application. When grouped on any of them, the groups are segregated and displayed for same dates as they have different times. I want to group them based on date only and ignore the time…
1
vote
0 answers

Kendo UI Hierarchy grid and master grid refresh loop after edit

I am having one strange issue, I have Kendo UI Grid and Hierarchy Grid , both are editable with batch true. The issue is when i edit detail grid the master and detail grid refresh, and if i edit one more time both refreshes twice and the next time…
Wasim
  • 67
  • 1
  • 5
1 2
3
13 14