Questions tagged [telerik-grid]

telerik-grid refers to the issues in grid control available in various Telerik products. Telerik is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET.

Resources:

Telerik Grid Extensions for ASP.NET MVC

Telerik Grid Extensions for ASP.NET

1640 questions
6
votes
2 answers

Model is null after postback in pager

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.com/aspnet-mvc/grid/index1), but I don't think this…
sventevit
  • 4,766
  • 10
  • 57
  • 89
6
votes
2 answers

Telerik RadGrid GridDataItem - how to determine if column exists?

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 common columns, but not every common column exists in…
Lee Greco
  • 743
  • 2
  • 11
  • 23
6
votes
5 answers

Telerik MVC Grid with Dynamic Columns at Run Time from a Collection or Dictionary

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 (not auto generated). Three of the columns are…
Eric Garrison
  • 291
  • 1
  • 10
  • 21
5
votes
1 answer

how can I change the "get" and "set" on a Model Property?

Currently I have a DateTime property for a model. I am using the telerik MVC framwork but I am using a DateTime property and the editor column for this property is auto-generated so there is no code which controls it in my View or Controller. On…
5
votes
1 answer

Send additional data to Telerik MVC grid

I am using AJAX bound Telerik MVC grid. I am sending data for the grid using a code like the following: return View(new GridModel(...)); I want to be able to send additional data to client in the same action method. For example I need to send a…
Narek Malkhasyan
  • 1,332
  • 1
  • 12
  • 22
5
votes
1 answer

get_selectedItems()[0] on RadGrid returns null

I have a problem with the get_selectedItems() function. I use RadGrid from Telerik. Great controls, but now I stumbled on a bug which I can not solve. When selecting a row, I call the RowSelectionChanged function on the client side and then I'll…
ArekBee
  • 311
  • 2
  • 6
5
votes
1 answer

Razor - Render without Render() and without Encoding

Can someone please explain how the following the following is achieved. The Telerik Grid component will generate non-encoded HTML with the following code: @(Html.Telerik().Grid(Model) .Name("Grid") .DataKeys(keys => keys.Add(c =>…
M. Nichols
  • 51
  • 1
5
votes
5 answers

Telerik vs Infragistics vs DevX? WPF 3rd party controls. (Grid)

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 documentation and easy to implement controls and support,…
Varun Jain
  • 1,015
  • 2
  • 13
  • 19
5
votes
3 answers

How to merge columns using Telerik RadGrid control

I know I need to use Template Columns, but I am not clearly understanding how to use it. I have a datasource which returns a collection, I can assign each property in the collection to a column. But how do I: Merge two columns? such as col.prop1…
smorhaim
  • 778
  • 1
  • 9
  • 24
5
votes
2 answers

Multi column grouping in Kendo Grid

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 can apply grouping on a single column,but I want to do…
Nupur
  • 153
  • 3
  • 5
  • 11
5
votes
1 answer

How to set alignment of cells in Kendo grid after formatting it

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 right, how can I achieve it? Here is a fiddle where I am…
Nupur
  • 153
  • 3
  • 5
  • 11
5
votes
1 answer

How to display with Entity Framework value of a foreign key

I'm working on a grid where I want show not the value of the connected foreign key but it should not look like (1,2,3,57 etc) that is already working ... I want to show really the value behind the numbers like (test,lead,foo,bar etc..) I think that…
laserbear
  • 63
  • 4
5
votes
1 answer

Custom grid using Telerik pluggin in nopcommerce 2.8

Iam working on nopcommerce2.8 version. I have a problem with telerik plugin implementation to create new grid. Iam implementing a concept where for a product i want to give different price for different customer. So to assign new price for different…
5
votes
1 answer

How to use Kendo Grid Ajax Read event on demand

I have page with DropDownList and Telerik's Kendo UI Grid Control. When first time page is opened DropDownList has no item selected in it. When user selects value in DropDownList only then Grid should make Ajax call to the server and load…
Vlad Bezden
  • 83,883
  • 25
  • 248
  • 179
5
votes
3 answers

Telerik MVC Grid Master Detail Cascading Dropdowns

I am using a master-detail Telerik MVC Grid on two levels. The first level contains a drop-down of Customers and some misc data. The second level contains a drop-down of Cars that are linked to the customer on the first level and some misc…
Ovi
  • 2,620
  • 7
  • 34
  • 51