Questions tagged [radgrid]

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

1135 questions
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

Modifying a collection returned from ObjectDataSource

Some quick background on what I'm working on: I've got a page with a RadGrid tied to an ObjectDataSource that returns a collection of objects On that page; I also have two lists; one contains Ids of objects that need to merged with the collection…
Jim B
  • 8,344
  • 10
  • 49
  • 77
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

Best Practice for Telerik radGrid Grid and Column widths

I wanted to ask what is the best practice to manage width of the radGrid. For my application most users are running 1280 x 1024 so I would be happy to set my overall grid width to 1100. However, depending on the form in use, I sometimes have …
Mark Breen
  • 341
  • 1
  • 3
  • 7
5
votes
2 answers

Iterate over rows/checkboxes in a RadGrid

I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows:
ChessWhiz
  • 4,656
  • 3
  • 26
  • 40
5
votes
3 answers

Adding GridTemplateColumn breaks the RadGrid

Looks like this before GridTemplateColumn: And after adding GridTemplateColumn
Jude
  • 2,353
  • 10
  • 46
  • 70
5
votes
3 answers

GridView (RadGrid) and Custom Paging

Ok, so I'm trying to get my custom paging going on the Telerik RadGrid (similar to the asp:Gridview), but I'm still hitting a wall. (the first part of my question was answered here) So I have implemented the suggestion. I use the following Stored…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
5
votes
2 answers

telerik display problems in IIS Express

HI all recently I update my VS to 2013 version. the problem is VS 2013 uses IIS Express to show projects and Rad Grid doesn't show correctly in IIS express. I just don't know why so I Install IIS itself and try it on IIS and everything becomes OK. I…
5
votes
2 answers

Accessing a value in a radGrid column

I want to access a value in a radGrid control. Given the image below, I want to access the value of "Status". But I can't seem to get it. I get an error message "Unable to cast object of type 'TripLeg' to type …
Csharp
  • 2,916
  • 16
  • 50
  • 77
5
votes
3 answers

Close Telerik Radgrid Editform If Already Opened

I've spent the past hour or two trying to find a solution to what I think should be easy to do and something that I would think has been asked before, but perhaps I'm not using the correct terms. I have a very basic RadGrid that allows rows to be…
Lucky Pierre
  • 570
  • 4
  • 18
5
votes
3 answers

How to format radgrid cell programmatically

I have to format (backcolor, forecolor, font style) a radgrid's cells depending on the value of the cell. For example If the value is negative set the fore color of that cell as red. Can any one please tell me how this can be achieved?
dotnet_learner
5
votes
3 answers

FindControl inside RadGrid (Gridview) Edit and Insert views

I have a RadGrid (Gridview) that has the option to edit and insert new items. Within both those options i have a customvalidator to check for existing values so duplicates cannot be entered. What i am stuck on is the ability to use findcontrol for…
the sandman
  • 1,019
  • 3
  • 12
  • 32
5
votes
3 answers

RadGrid Paging does not work fine after changing page

I have a RadGrid in my ASP.Net app and I have set the AllowPaging to True and PageSize to 10, now it load 10 items per RadGridPage which is what I wanted, but as soon as I press Next Page button (Arrow look button) nothing loads and RadGrid gets…
Mahdi Tahsildari
  • 13,065
  • 14
  • 55
  • 94
4
votes
2 answers
4
votes
2 answers

Telerik - Image button inside a Grid row, getting value of first cell

I have a RadGrid that contains a template column in which I've put two image buttons for edit and delete actions.
PercivalMcGullicuddy
  • 5,263
  • 9
  • 46
  • 65
1
2
3
75 76