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
0
votes
1 answer

RadGrid pager localization

In RadGrid i couldn't find the localization settings for the GO and Change buttons when the RadGrid pager is set to Advanced mode.
Alaa Alweish
  • 8,904
  • 16
  • 57
  • 84
0
votes
1 answer

How to display the close button in red color

Html.Telerik().Window() By default, window is displaying the close - cross symbol button in light blue color. I want the close - cross symbol button to be display in the red color.
user1537319
0
votes
1 answer

How to access value of collection property of Model in ClientRowTemplate of KendoUI

@(Html.Kendo().Grid(Model) .Name("Grid") .Columns(columns => { columns.Bound(p => p.AirlineCode).Title("Airline"); columns.Bound(p => p.SegmentInfo[0].FareClass).Title("Fare Class"); } .ClientRowTemplate( …
0
votes
1 answer

Template column inside DetailView in Telerik Grid MVC

My nested template column is not appearing in my markup when page loads. I´m trying to load a grid with a template column within a DetailView of another parent-grid. I can see my data being passed and clearly the "Name" of the UnitPeriod appears…
gardarvalur
  • 1,565
  • 9
  • 39
  • 65
0
votes
1 answer

Disable event handler from a method

In my datagridview, I have got some columns are read only, so i have given in some color. When I load the the DGV in advance view with all columns including read only. When the user cliks on Normal View I want to just display the normal eitable…
linguini
  • 1,939
  • 5
  • 49
  • 79
0
votes
3 answers

how to set telerik grid coumn width as fit to its headertext?

I am using telerik grid. Column header text will be retrived from stored procedure and i handled this all in code behind. I wanted to display the column header in single line, when there is no headertext available then it will display as "-1", "-2"…
Lakshmitha
  • 103
  • 4
  • 8
0
votes
2 answers

Export Telerik GridView to excel with borders

I have a Telerik radGridView1 and i am exporting it to excel, but no borders are shown in the excel file. So how to export it with borders. I am exporting in this way... ExportToExcelML export = new…
fadd
  • 584
  • 4
  • 16
  • 41
0
votes
1 answer

How to test if an item exists in a telerik grid without causing an exception

I have a rad grid bound to a collection of custom objects and occasionally I grab a rows index like this: e.Item.ItemIndexHierarchical at some point later when I want to retrieve that item (if it still exists) I use…
Anna Forrest
  • 1,711
  • 14
  • 21
0
votes
2 answers

RadGrid with only horizontal scroll

I am using RadGrid with paging 10, AllowScroll="true", width and no height. This gives what I need, that is a grid with only horizontal scroll and no vertical scroll. But the problem now is, if there is only one row in the grid, its shows blank…
mahesh
  • 135
  • 4
  • 14
0
votes
1 answer

Custom Client Template Telerik Grid

I'm kind of new using Telerik Grid, basically what I'm trying to accomplish here is the following scenario, I have a form that have some fields and via ajax calls another action on my controller to generate the model to a partial view that have the…
Jose Gregorio
  • 59
  • 1
  • 8
0
votes
1 answer

Reload telerik grid after data update

How can I reload/refresh a telerik data grid after data update? Is there an inbuilt telerik function which I can call in ajax success? If not, how best to refresh/reload a telerik grid? jquery: $("#SaveHours").click(function (e) { …
user793468
  • 4,898
  • 23
  • 81
  • 126
0
votes
1 answer

Telerik unknown Error , unknown Version

I have a vs application i don't know what the version used is, but i used Q2 2010. Please help me to find a version or get solution of this error . 1- Index is read only. radGridViewContainerStock.Columns["Product_Name"].Index = 1; 2- row info…
msm2020
  • 180
  • 1
  • 10
0
votes
0 answers

Access selected row element in telerik grid using jquery

How can I access selected members of a Telerik Grid using jquery? I have no idea about this, I tried the below method, but doesn't alert the innerText when select a row. Here is My Grid: <%= Html.MyCustomGridFor("gridName",…
user793468
  • 4,898
  • 23
  • 81
  • 126
0
votes
1 answer

adding an image to telerik data grid column

I want to add an image to a data grid column, I am using telerik grid for this, however I get the following error, its on Line 51: Compiler Error Message: CS1525: Invalid expression term ')' Source Error: Line 49: column.Bound(o =>…
user793468
  • 4,898
  • 23
  • 81
  • 126
0
votes
1 answer

Telerik MVC grid data binding using Stored Procedure

Am using a telerik mvc grid to populate a data by passing the text that the user enters in a HTML textbox. Once the text is entered, I have a button which once we click, it should populate a telerik mvc grid with data (data should come by passing in…
user1742152
  • 11
  • 1
  • 4
1 2 3
99
100