kendo-grid 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
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
Hi I've added a button to the toolbar of my KendoUI Grid, but I have a couple of issues, I'm hoping someone can assist with.
I've tried to add one of the kendo web icons next to the button but it...
Urinary asked 6/5, 2014 at 18:33
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
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
3
Solved
In our application we want the filter on a date column to prompt the user for a start date and an end date, with the filter returning rows where the field in question falls between (or on) those tw...
Heterolysis asked 31/7, 2014 at 14:3
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
1
I'm looking for a way to disable an angular kendo-grid.
The user should not be able to add/edit/delete rows within the grid.
So, how to mark my kendo-gird as readonly, or disabled ?
I didn't f...
Lur asked 27/7, 2017 at 7:25
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
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
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
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
2
I applied multi filter to kendo grid , my application developed in angular 5, here problem that, when deleting last character from input box that time event is not firing. how can fix this issue.
...
Sacculate asked 25/5, 2018 at 3:32
5
I want to show my kendo grid's scrollbar only if it's necessary. Here is my grid initialization:
@(Html.Kendo().Grid<UT.Repo.Core.up_HedgedCustomerLatestTradeListGet_Result>()
.Name("lastPo...
Mernamero asked 29/2, 2016 at 8:54
12
I am trying to change the columns collection of my Kendo grid in the below way.
var grid = $("#grid").data("kendoGrid");
$http.get('/api/GetGridColumns')
.success(function (data) {
grid.columns ...
Acetamide asked 20/6, 2013 at 4:58
9
Solved
I am applying custom paging and sorting in the kendo grid. For one of my column I am getting a numeric text box. When I insert the value in numeric text box it is integer, but as the focus is remov...
Didactic asked 28/2, 2013 at 6:45
2
Solved
How to set number formatting in kendo column if we bind 2 data values? In my example I have to bind value with unit, so I need a value written with 2 decimals.
My code looks like:
{
field: "Quant...
Bonnes asked 13/2, 2015 at 15:4
3
I want to hide some columns on Kendo Grid and export them to the excel as the visible columns. However, using Hidden(true) or Visible(false) does not make any sense and these fields are not exporte...
Arista asked 31/3, 2015 at 6:40
5
Solved
I have a Kendo Grid inside a Kendo Window. How can I enable its horizontal scrolling using wrappers?
I've tried anything, but none of them worked. The last thing I tried was surrounding the Grid w...
Lublin asked 17/5, 2015 at 7:23
2
I have created an application with Telerik Kendo UI and Asp.Net Core 2.0 controls. Locally we are able to run the same code without error in Visual Studio 2017, but after publishing in local IIS it...
Jedidiah asked 19/7, 2018 at 17:18
6
Solved
Using Kendo UI in MVC4 I have a Grid that makes Ajax calls for data back into the Controller:
public ActionResult SearchUser_Read([DataSourceRequest]DataSourceRequest request)
{
var data = Crea...
Parrie asked 30/11, 2012 at 21:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.