telerik-grid Questions

3

Is there a way to trigger an event after grid has been reloaded via ajax? i see the RequestEnd event. but that seems to happen when the request returned, but before the grid has been refreshed. ...
Submariner asked 13/2, 2014 at 16:37

3

Solved

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 gr...
Firebird asked 17/12, 2015 at 22:20

3

I am using telerik mvc grid. In my table I have unique key defined for a field. And in controller I am catching the error using try ... catch inside DbUpdateException. in catch block I want to han...
Dilatometer asked 14/3, 2013 at 8:23

4

Solved

When invoking destroy() in KendoUI Grid and then recreate the table on a new DataSource: why do the old table columns still exist? The only element here that stays the say is the element. How do I...
Bethel asked 25/3, 2013 at 15:19

2

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...

2

I am using kendo grid to display a set of records. But now I want to use Aggregates property to group columns and perform certain aggregate function on columns. As per the below documentation,I c...
Skricki asked 2/9, 2015 at 11:21

1

Solved

At the moment I have a grid and I'm trying to have a cell with validation rules. To validate it, I require the row's min and max value. Validation Class: public decimal Max { get; set; } public...
Thesda asked 31/3, 2017 at 16:47

1

Solved

I am working on asp.net MVC with Kendo UI grid. I am getting the information from a method and give it to the grid. and I have in toolbar a datepicker so when I pick a new date the code will go to ...
Gastight asked 12/10, 2016 at 10:59

1

Solved

I'm trying to format my DateTime object in my Kendo ListView Template but the suggested kendo.toString method doesn't seem to work for me. I've cut out a lot of code that doesn't relate to my prob...
Canonical asked 3/8, 2016 at 16:15

2

Solved

On my page I have: a 'filter' section - a couple of checkboxes and textboxes, a 'search' button, grid with paging where the results are displayed. The grid is from Telerik (http://demos.telerik.c...
Adnopoz asked 17/6, 2016 at 9:12

1

Solved

I am using Telerik Grid control in which i am displaying list of records along with Update and Delete functionality. Now i want to show confirmation box when deleting records so that user doesnt a...
Wilhelmstrasse asked 26/2, 2016 at 7:43

2

Solved

I have two grid which contains delete button and I am using RadAjaxManager which will fire ajax request from client side to server side OnajaxRequest which contain event handlers and that event han...
Kitty asked 12/2, 2016 at 7:5

1

For my telerik radgrid I am using numeric pages. I can see the page numbers. But I am not able to identify the selected page. All the page numbers remais alike after selecting the page. I need the ...
Cellule asked 20/11, 2015 at 8:27

2

Solved

I am using Telerik Gridview for displaying list of records and i have more than 10 pages on which i am using this gridview with this following common events code copy pasted(with some minor changes...
Carbonize asked 21/12, 2015 at 10:17

1

In asp.net mvc page im using a telerik grid that looks like this <div> @(Html.Kendo().Grid<Project.Models.Bench> () .Name("grid") .Columns(columns => { columns.Bound(p => ...
Intrusion asked 3/9, 2015 at 16:13

1

I am using Kendo grid in my project. I am using culture script for internationalization. Using that script it formats the numbers in grid depending upon culture I want to align the numbers to rig...
Cistercian asked 18/5, 2015 at 9:8

3

I am using telerik grid. I need to apply a filter for all the columns in my grid. Currenly I am customizing the filter option using the following code. By using the following code, I am removing th...
Probity asked 3/12, 2010 at 12:29

2

Solved

I'm using a base class to modify the behavior of any Telerik RadGrid that appears on my ASP.Net pages. In the base class, I want to perform certain operations (set Css, tool tips, etc) on many comm...
Annoy asked 7/11, 2013 at 16:10

5

Solved

After spending the last couple days searching, I'm officially stuck. I'm working on a binding an object to the Telerik MVC 3 Grid, but the catch is that it needs to have dynamically created columns...
Saran asked 13/7, 2012 at 14:53

2

Solved

I am using Kendo UI MVC grid. One of the properties of the model is bool, so I need to present it in grid as checkbox. By default Kendo UI present it as "true" and "false" values in the column. So ...
Tartuffe asked 11/11, 2012 at 20:43

2

Solved

I am using Kendo UI grid with GridEditMode.InCell and I need to add a hyperlink for delete/destroy command in the grid column instead of the default "Delete" button. My current code looks like: c...
Pearcy asked 13/11, 2012 at 16:36

2

I am using the JSON2 library in order to use JSON.stringify to send some JSON data to my MVC controller. When I include another script in my view (Telerik MVC) I start to get script conflicts when...
Siclari asked 28/11, 2011 at 15:42

1

Solved

i am using telerik grid in my Asp.Net MVC3 application and i want to bind a Date of format dd/mm/yyyy to one of the columns of the grid as shown below: Html.Telerik().Grid<TestResults>() .N...
Gao asked 25/4, 2012 at 9:42

3

I'm working with Telerik Grid and I want to have a column using the Template to acces to other accion. The code I have in the Grid is : columnas.Template(o => { %> <%=Html.ActionLink("...
Hyacinthus asked 7/2, 2011 at 14:45

5

Solved

I have used Telerik WPF Rad controls v10, they are good. But didn't used it's RadGrid. And also I haven't used Infragistics and DevX controls for WPF. Keeping in mind the easy and detailed ...
Mutate asked 22/2, 2011 at 10:17

© 2022 - 2024 — McMap. All rights reserved.