RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
Questions tagged [radgrid]
1135 questions
2
votes
2 answers
Bootstrap Messing Telerik RadGrid
My Telerik RadGrid is working fine on normal page but when I include Bootstrap's CSS it starts to become ugly! What do I do?
Before Adding Bootstrap
After Adding Bootstrap
Normal Page Code
<%@ Page Language="C#" AutoEventWireup="true"…

MD TAHMID HOSSAIN
- 1,581
- 7
- 29
- 54
2
votes
1 answer
Dropdown in RadGrid
How can I make the "DurationType" column in my code to a dropdown menu?
I have already modified the code to show how to create the template and add the dropdown. But I can't figure out how to get the value of the dropdown and for it only to show up…

Brad Hazelnut
- 1,603
- 5
- 21
- 33
2
votes
1 answer
Radgrid customizing insert template
I have a simple radgrid. It brings up an insert template when i click add record it brings up the form in a vertical format, i would like to change it so that it brings it up in a horizontal format? How do i do this?
protected void Page_Load(object…

Brad Hazelnut
- 1,603
- 5
- 21
- 33
2
votes
1 answer
How do you bind the DataTextField to a dictionary value using the key
I'm working with the RadGrid from Telerik and I'd like to be able to bind a dynamically created column's DataTextField to a value inside a dictionary inside object I'm using as a data source.
I've got a class structured so:
public class MyClass
{
…

Chris
- 236
- 3
- 13
2
votes
2 answers
SQL update command executed but no change to the database
I am quite new to the ASP.NET technology and I stumbled across peculiar problem with my app.
I am trying to update a boolean database column to set the value to True (1) whenever a user clicked a button on the RadGridView data rows. The button seems…

learner
- 73
- 1
- 8
2
votes
1 answer
Overriding Telerik Radgrid data binding
I have a scenario where currently a telerik radgrid (webforms) is used on a page which currently allows telerik to control the paging, sorting, filtering etc. However I have noticed as this uses the default telerik behavior for these tasks it does…

Grofit
- 17,693
- 24
- 96
- 176
2
votes
2 answers
If all rows data is null hide column
Using MS Visual Studio 2012, Telerik, C#.ASP.NET.
The logic I need is as follows:
If a columns data on all rows is null then hide the column
Basically if a column has 3 rows of data, if there all null then dont bother displaying that column,…

lemunk
- 2,616
- 12
- 57
- 87
2
votes
1 answer
Add new record button in RadGrid
I follow this demo on how to create grid with my custom New Item control. I have quite easy question - where do I define New record button, just like this one in demo?

Tschareck
- 4,071
- 9
- 47
- 74
2
votes
1 answer
Radgrid fire RowClick Event via Javascript or Just use EnablePostbackOnRowClick
Worth the discussion
what are the pro's / Con's of firing the RowClick event from a telerik radgrid with following scenario's, they all work btw ;-)
Scenario…

Schuere
- 1,579
- 19
- 33
2
votes
1 answer
Invalid JSON Primitive with Telerik RadGrid
I'm stumped over here.
I'm working on an page in application that uses Telerik RadGrids. I'd like to think it's pretty straight forward. Each row in the grid has an EditFormSettings Template set. There is a DropDownList and a Panel inside it. The…

Lucky Pierre
- 570
- 4
- 18
2
votes
1 answer
Finding Control inside RadGrid FormTemplate
Let' say I have this grid,
...........................
…

Imran Qadir Baksh - Baloch
- 32,612
- 68
- 179
- 322
2
votes
1 answer
ComboBox inside a RadGrid
I am struggling to add a ComboBox inside my RadGrid while Inserting/Updating my grid. So when my grid goes into editmode I want a ComboBox to be displayed.
Here is my aspx page:

SpaceApple
- 1,309
- 1
- 24
- 46
2
votes
2 answers
Telerik RadGrid - How do I set default data on insert?
When I click on the add record button I want one of my columns to have a default value in it. How do I do this in the code behind? It is a dynamic date and can change all the time?

Bryan
- 105
- 1
- 4
- 11
2
votes
1 answer
Rebind Radgrid does not refresh when radwindow closes
I am trying to rebind my grid once a radwindow has been closed through master page. My grid is in a usercontrol in aspx page. In master page i have :
function CancelEdit() {
GetRadWindow().Close();
}
function…

Zaki
- 5,540
- 7
- 54
- 91