Questions tagged [radgrid]

RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.

1135 questions
3
votes
2 answers

How Access FooterText (Telerik-RadGrid) In A DetailTable In CodeBehind?

I have a Telerik RadGrid in my asp.net web form Like Below : MasterTableView DetailTables -> GridTableView in that detail Table i have a column like below:
SilverLight
  • 19,668
  • 65
  • 192
  • 300
2
votes
3 answers

Radgrid selection inside scrolling div resets scroll position

I have a RadGrid inside a div set to overflow auto. If you scroll down and select a row the div's scroll position gets reset to the top. Tried using built-in scroll functionality but this didn't work (layout breaks and only background of template…
Sean Rich
  • 2,338
  • 2
  • 20
  • 15
2
votes
4 answers

How to give a color to the Column Header in Telerik RadGrid

I have created a telerik RadGrid in asp .net. My requirement is to give my own color to Column header. How can we achieve this...? Below is the code structure I'm using.
Charan Raju C R
  • 758
  • 5
  • 21
  • 43
2
votes
1 answer

what is the best way to have two different templates in edit mode and insert mode?

I have a RadGrid control with template edit form implementation. I need to have a subset of controls in edit mode template different from the subset of controls in the add mode template. I found a way to do that scenario, but I'm not sure it's the…
user1162905
  • 33
  • 1
  • 5
2
votes
0 answers

RadGrid custom filters losing values on postback

I have a problem regarding filtering with Radgrid using FilterTemplates. I bind values into the controls within FilterTemplates inside ItemDataBound event and binding works perfectly except when I click "Filter" button I lose my values. This is the…
wegelagerer
  • 3,600
  • 11
  • 40
  • 60
2
votes
1 answer

How to display hierarchical class fields in Telerik RadGrid?

GetEmployeeDetails() method returns the value of type Employee. I need to display that value in Telerik RadGrid such a way that, when we click on Employee rows it should expands related Address class fields row under the Employee row. Below is the…
Charan Raju C R
  • 758
  • 5
  • 21
  • 43
2
votes
1 answer

How to persist a sorting option in a RadGrid

Hi I have a RadGrid in my asp.net application and basically I am being asked to persist the sorting clicked on the header name throught out the user session so basically lets say I have the RadGrid with the following headings. ID Name OrderNumber…
user710502
  • 11,181
  • 29
  • 106
  • 161
2
votes
1 answer

How to call a command of a rad grid

i have a rad grid with the following code
user710502
  • 11,181
  • 29
  • 106
  • 161
2
votes
3 answers

How to filter GridTemplateColumns of Telerik's RadGrid

I have two GridTemplateColumns in my RadGrid. The default filtering doesn't work for me and I want to change it. The GridTemplateColumns are like below:
SilverLight
  • 19,668
  • 65
  • 192
  • 300
2
votes
1 answer

Keeping grid data in a usercontrol by retrieving the criteria from the parent

I have a usercontrol that I want to have the grid inside so I don't have to duplicate that grid on every page. Except when I sort, page, or anything that does a post back the usercontrol reloads and loses its datasource. My plan is to retrieve the…
Boone
  • 1,046
  • 1
  • 12
  • 30
2
votes
6 answers

Telerik RadGrid - How to disable sorting for a Column?

In their documentation Telerik says that there is a way to disable sorting for specific column by using AllowSorting property. I'm looking at Telerik.Web.UI.GridColumn members and there is no AllowSorting property. There is a Sortable property but…
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
2
votes
2 answers

FindControl in GridTemplateColumn in RadGrid

Does anyone know how to FindControl in the GridTemplateColumn in a RadGrid. I can get it to find it find in EditForm. But it can't seem to find it in the GridTemplateColumn. I am trying to do this in the ItemDataBound event. The if statement never…
user482375
2
votes
3 answers

When i run asp.net web page using RadGrid telerik control on server side it generate Error?

When i upload my web page on server and run that PAGE with RADGrid telerik control page it generate error like this '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in…
Jig12
  • 2,977
  • 4
  • 23
  • 28
2
votes
2 answers

Element 'RadGrid' is not a known element

I'm trying to use the Telerik RadGrid, but I'm getting the following warning: "Element 'RadGrid' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing." Here are some things…
Sean Rich
  • 2,338
  • 2
  • 20
  • 15
2
votes
0 answers

Expression of type 'System.Decimal' cannot be used for parameter of type 'System.Object' of

I'm getting the below error messagE: Expression of type 'System.Decimal' cannot be used for parameter of type 'System.Object' of method 'System.String Format(System.String, System.Object)' When using the below expression: var expression =…
The Light
  • 26,341
  • 62
  • 176
  • 258