I have a web application in MVC3 and i'm using Telerik Grid Batch Editing. Batch Editing have save changes button which returns UPDATED COLUMNS to controller IEnumerable list like [GridAction] public ActionResult Update(IEnumerable<...
I have this column in kendo grid { field: "Fecha", title: "Fecha Aviso", width: 100, attributes: { style: "text-align:center;" }, template: "#= Fecha != null ? kendo.toString(Fecha, 'd/MM/yy...
Is there a way we can find out the index of column in grid, if we know the column name in Kendo grid? e.g. EmployeeID| Name 123 | John I want to know the index of 'Name' field i.e. 1 in the grid. Any suggestions. Thanks. Sanjeev...
Basically, I am looking for the MVC version of this demo: http://demos.telerik.com/kendo-ui/grid/filter-menu-customization Here is what I currently have: .Columns(columns => { columns.Bound(e => e.ID) .Hid...
I'm trying to carry both master & child data to the server from a kendo heirarchical grid. Here is my Grid: //To Define Data Source for Yearly Holiday Kendo Grid var YearlyHolidayDataSource = new kendo.data.DataSource({...
i have this line of code in my view using the Telerik Grid: columns.Bound(o => o.URI).Width(10).Sortable(false) .ClientTemplate("<A class='btnGrid' id=source<#= ID #> onclick=GridSelection.addItem('&...
I'm currently testing the Kendo UI MVC Extensions Beta. I'm trying to implement a double click - edit but I don't know how I can get the rowId. JavaScript: $('#GridPedidos table tr').live('dblclick', function () { al...
This question already has an answer here:...
How to set AllowColumnResize=true at client side using javascript in master pages using the CSS selector , so that it would apply to all the grid specified with . My effort- function pageLoad() { var grid = $find(".ScrollGrid"...
There are two questions regards this requirement: 1- I am trying to open a user control in edit form mod , in user controls i have used footable (reference Link themergency.com/footable/) with asp gridview. footable functionality not working with i...
©2020 All rights reserved.