Questions tagged [radgrid]

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

1135 questions
3
votes
1 answer

Disable focus on a WPF Telerik RadGrid Row

I have a WPF Telerik RadGrid View, in which the row should have different colors based on a boolean. I was able to do this with data triggers, but the problem is that I was unable to disable the mouse over and select effects on the row. As a result,…
Sangeetha
  • 485
  • 2
  • 9
  • 24
3
votes
2 answers

Telerik RadGrid adding footer row

I have a Telerik RadGdir that loads data dynamically using OnNeedDataSource. Once all the data is bound, I want to use the PreRender event to add a footer row that will contain text that describes the grid data. This grid then gets exported to…
MikeTWebb
  • 9,149
  • 25
  • 93
  • 132
3
votes
2 answers

Telerik radGrid - possible to do use AllowAutomaticUpdates when Datasource = a dataset?

I am setting the datasource of my radGrid to a dataset (that I have stored in session). I have enabled AllowAutomaticUpdates and EnableViewState, implemented NeedDataSource, set DatakeyNames, etc. (see code below) However, when I press the Edit…
tbone
  • 5,715
  • 20
  • 87
  • 134
3
votes
2 answers

onclick event for telerik radgrid row

I want to make an event occur when I click a row in my rad grid, I basically want to replace the 'editform' with an on click row event. I've done a bit of searching online, but what works for others is having no impact for me. The first piece of…
Hassan Mehdi
  • 41
  • 1
  • 6
3
votes
1 answer

Mixed read/write and read-only rows, in Telerik Ajax RadGrid?

I am populating a telerik:RadGrid from a DataTable. Each of the DataRows in the DataTable has a "readonly" column with a value of true or false. The grid currently has a GridEditCommand column, and a GridButtonColumn that triggers the "Delete"…
Jeff Dege
  • 11,190
  • 22
  • 96
  • 165
3
votes
1 answer

Iterate over each cell in a row RadGrid in C#

I have a Radgrid with few columns. In functiongv_OnItemDataBound I want to iterate over every cell and change text style to bold. I know how to do it when I know the unique name of column: GridDataItem dataBoundItem = e.Item as…
KaroCodes
  • 246
  • 2
  • 13
3
votes
1 answer

Deleting 11th row in RadGrid makes it become blank

I have one Telerik RadGrid. Using a method I am filling the grid. I have enabled the paging property. I have used ItemTemplate-->ImageButton for delete and edit options. I have set page size as 10. Page load time is working properly and populating…
Joby
  • 379
  • 1
  • 3
  • 10
3
votes
1 answer

Use DataKeyNames and CheckBox in GridTemplateColumn to see what rows have been selected?

We have a webform with a radgrid and a button. The radgrid has two columns and a checkbox column. On Page_load, the data will be displayed and the user will be able to select (via the checkbox) which rows will go through with the update of the…
fdkgfosfskjdlsjdlkfsf
  • 3,165
  • 2
  • 43
  • 110
3
votes
2 answers

In RadGrid, how can we merge 2 datacolumns only for viewing, but still be able to edit them separately?

I have a Telerik's RadGrid which has 2 columns like this:
noops
  • 63
  • 1
  • 6
3
votes
2 answers

Is it possible to control visibility for a Telerik RadPropertyGrid with C#/WPF?

I'm attempting to control the visibility of a PropertyDefinition in a Telerik RadPropertyGrid by binding to the property's Visibility attribute, but it appears as though the PropertyDefinition ignores changes to that attribute. The control's XAML…
Amelamise
  • 73
  • 6
3
votes
1 answer

Separate DateTime column from Database into two separate columns of RadGrid

How can I split "DateTime" column from database, which has the format yyyy-mm-dd 00:00:00.000, into two separate columns of a RadGrid? i.e., in Date column of RadGrid, Date should display from database DateTime column. And in Time column of RadGrid,…
timz_123
  • 435
  • 1
  • 9
  • 47
3
votes
1 answer

RadGrid vs GridView

I am migrating gridview to RadGrid. I am working on updating my RadGrid rows where I am getting some issues. I updating Clarify Account Nbr, site id, Quote ID columns in "Inplace" editmode. Lets say before update my values are 200, 300, 400 for…
Tronics
  • 1,438
  • 4
  • 22
  • 33
3
votes
2 answers

How to set the SelectedValue attribute of Telerik RadComboBox inside the FormTemplate of a RadGrid

I have what I think should be a straightforward question. I have a RadGrid with FormTemplate editing and AJAX enabled. One of the fields in the FormTemplate is a RadComboBox filled with U.S. State selections. I can bind the RadComboBox to the…
Kyle Noland
  • 4,788
  • 6
  • 30
  • 33
3
votes
2 answers

Show Gridlines on a Grid

I'm using Rad Grids and I use the built in Skins for appearance. However, I 'd like to add Gridlines for my Grid. Gridlines = "Both" does not seem to work.
Eric
  • 7,930
  • 17
  • 96
  • 128
3
votes
1 answer

Hide/display Telerik RadGrid columns on pre-render

I'm trying to hide/show different columns on a nested telerik rad grid in the pre-render event, based on a flag but they are all displaying regardless of what I set the visible or display property to These are my grid…
atamata
  • 997
  • 3
  • 14
  • 32