kendo-ui Questions

5

Solved

I'm using the edit event on a Kendo grid to show a couple of hidden columns. I'll then hide them again on the save event. Problem I have is that there doesn't appear to be an event for cancelling ...
Duffy asked 24/1, 2013 at 10:47

1

The following command will refresh the grid if I change a property $('#GridName').data('kendoGrid').refresh() However I notice that my filtering is ignored. For example I have a status column ...
Insignificance asked 20/5, 2015 at 11:49

8

I have implemented KendoUI in my WebApp, is there any way of making the grid responsive? Like, showing fewer columns on smaller resolutions!
Septennial asked 13/9, 2013 at 22:47

6

columns.Bound(p => p.Active).ClientTemplate("\\#if('#=Active#'=='Y') {\\<input type='button' value='OK' />\\}\\#").Width(150).Title("Status"); but condition is taken as string?? #if('Y...
Nunhood asked 27/8, 2013 at 5:46

5

Solved

Is there a way to refresh a single Kendo grid row without refreshing the whole datasource or using jQuery to set the value for each cell?
Tatyanatau asked 28/11, 2012 at 19:40

5

I am facing attached error while performing snapshot testing. The error is basically for dropdown and datepicker of kendo controls.
Elroy asked 17/11, 2018 at 18:41

3

Solved

We are using a Kendo grid. I created a table in my cshtml file and in my js file, I bind it to the data. My problem here is that the grid paging does not go away. I need all the items on the page s...
Dupleix asked 5/8, 2013 at 23:39

3

I got this strange issue on Kendo UI grid. I have a grid which is filterable, but it is inside the modal. But the problem is when i Filter a column (Text column) i cannot type on the filter textbox...
Heteroclite asked 23/3, 2015 at 0:58

3

Solved

I'm using a Kendo alert and want to change the title of it. The default title is the url name, see link(image) below. I want to use my own title, how do I change this? Image Kendo alert The kendo...
Cerys asked 26/10, 2018 at 11:13

6

Solved

I got an Kendo ui Chart like this one and have to show the last 12 months of todays date on the axis. I found this to extend the date object to get the previous month. The problem seems to be when...
Underpart asked 26/9, 2013 at 6:40

2

Solved

How do i format value in column of Kendo UI Grid with no decimal and no comma? I have used below code for remove decimal but now showing coma. Thanks in advance! { field: "SchCall", title: "Sc...
Kemerovo asked 7/5, 2018 at 5:45

12

Solved

I want users to be able to change a Kendo UI Datepicker value only through its button and selecting the date from the pop-up. How can I prevent users from typing in the Datepicker textbox? Can I di...
Multiplicity asked 2/7, 2013 at 21:5

29

Solved

How to reload or refresh a Kendo Grid using Javascript? It is often required to reload or refresh a grid after sometime or after a user action.
Siffre asked 23/8, 2013 at 9:50

6

Solved

I want to be able to call a function that scrolls the Kendo grid to the selected row. I´ve already tried some methods but none of them worked, for instance I tried this: var grid = $("#Grid").da...
Standifer asked 3/7, 2013 at 16:35

3

Solved

I have managed to change the default filter order for the Kendo Grid using: .Filterable(filterable => filterable .Extra(true) .Operators(ops => ops.ForString(str => str.Clear() .Cont...
Opulent asked 25/9, 2013 at 6:22

4

Here's a jsfiddle with a sample kendo grid: http://jsfiddle.net/owlstack/Sbb5Z/1619/ Here's where I set the kendo columns: $(document).ready(function () { var grid = $("#grid").kendoGrid({ d...
Dentilabial asked 10/2, 2015 at 18:2

7

I'm using the Kendo UI File Upload for MVC and it works great. On my edit page, I want to show the files that were previously uploaded from the Create page. For visual consistency, I would like to ...
Schwann asked 17/12, 2012 at 19:45

5

Solved

I am trying to handle a selection event from a KendoUI Grid in AngularJS. I have got my code working as per below. However it feels like a really nasty way of having to get the data for the select...
Flatware asked 4/9, 2013 at 6:50

15

Solved

Is there a way to hide a field in edit popup that should still be visible in the grid itself? I have tried setting it to hidden:true, but kendo seems to ignore it. When editable is set to false, ...
Warr asked 7/5, 2013 at 9:27

4

Solved

I need the default value of datetime picker to be empty. @(Html.Kendo().DatePickerFor(model => model.RevisionDate) .Name("RevisionDate") ) "RevisionDate" is a datetime property in a asp.net...
Panada asked 30/12, 2013 at 10:35

3

I am new to Kendo Grid and trying to use the columnMenu option. I need to access the column Menu function (only the ability to show/hide columns from a button outside the grid. This link allows me ...
Goethe asked 20/6, 2013 at 21:51

2

Solved

I am trying to install kendo UI for ASP.NET MVC application and I am getting following error. htmlhelper does not contain a definition for kendo I have working ASP.NET project with kendo ui and I ...
Boxhaul asked 3/6, 2016 at 10:22

7

Solved

I have a Kendo ui chart which displays a column chart from a dynamic data source. But occassionally, the chart opens half the size of the available space. When I click on some links or change the...
Enjoyment asked 11/6, 2014 at 15:23

6

Solved

I have a column in a Kendo grid that I want to perform some specific logic for when rendering, and am using Angular. I have the grid columns set up using the k-columns directive. After looking at ...
Barone asked 10/6, 2014 at 18:9

3

I have a very weird thing going on. When the below 2 scripts are added on my view. I got the error 'Uncaught TypeError: e.slice is not a function' on success block of ajax call. Html.Append...
Alimony asked 29/11, 2017 at 7:34

© 2022 - 2025 — McMap. All rights reserved.