RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
Questions tagged [radgrid]
1135 questions
2
votes
1 answer
Increase column widths as Grid resizes
i have a RadGrid, which doesnt have any fixed width or height, and whose horizontal and vertical alignment is set to stretch. it has 5 columns, out of which 2 columns have fixed widths and the others are set to auto. When the window is resized,…

Sangeetha
- 485
- 2
- 9
- 24
2
votes
1 answer
Set RadGrid rows height smaller than default value?
I'm trying to make the height of each row as small as possible, using this Telerik post as example. The issue is that if I set the height greater than the default (in the case of the example, 150px), it works fine. If it's below, then it does not…

fdkgfosfskjdlsjdlkfsf
- 3,165
- 2
- 43
- 110
2
votes
0 answers
Adding Multiple Header Rows to Telerik RadGrid
I'm using Telerik RadGrid and have a requirement which I was able to achieve but it seems to not work in the manner I expected.
Requirement :
Add a Parent Header row on one button click (Load 5 Records) and remove on another button click (Load More…

CodeTantric
- 120
- 1
- 12
2
votes
3 answers
Getting ClientID of control in RadGrid edit form
I have Telerik RadGrid with a custom edit form. In my edit form there is a RadDatePicker to which I have added a custom footer template containing a 'Today' button.
In the OnClick event of the button I call a Javascript function which takes the…

Mark Cheeseborough
- 134
- 1
- 2
- 8
2
votes
1 answer
RadGrid Doubleclick
I would like to fire off the server side selectedindexchanged method of a radgrid on doubleclick and not on click. Is it possible to do this???

Eric
- 7,930
- 17
- 96
- 128
2
votes
1 answer
AllowColumnResize at client side using javascript function
How to set AllowColumnResize=true at client side using javascript in master pages using the CSS selector , so that it would apply to all the grid specified with .
My effort-
function pageLoad()
{
var grid = $find(".ScrollGrid");
…

Teju MB
- 1,333
- 5
- 20
- 37
2
votes
1 answer
upload multiple radgrids to single excel sheet with formatting options
I want to upload 3radgrids to a single excel and that too in same sheet on a button click.
Like one table contents followed by other, and so on.
In between i need to add Headings other than the column headers for the contents,
Can anyone help me…

codedGeek
- 25
- 5
2
votes
1 answer
RadGrid, dropDown SelectedIndexChanged event not working inside asp FormView
There is a RadGrid in my Web page in which there are 4 fields:
1) Company List (DropDown List)
2) Amount (textbox)
3) Remark (textbox)
The data under company dropdown list is as below:
TX - 0% tax required
GRE - 11% tax required
EP - 0% tax…

timz_123
- 435
- 1
- 9
- 47
2
votes
4 answers
How can I access the value of a checkbox without a postback?
I have a radgrid controlling access to an application for users. There are two columns, a 'name' column and a checkbox 'access' column representing their current access permission. the checkboxes are populated from a database. I would like the to…

Starwfanatic
- 584
- 2
- 13
- 29
2
votes
2 answers
Radgrid column widths not setting in Chrome browser
I have problem with rad grid in chrome browser .
column widths am setting in code behind.
In I.E and Firefox it is working fine setting same column width but in chrome it is not setting the widths specified.
It is taking column width based on…

Kangaroo
- 79
- 1
- 14
2
votes
2 answers
ASP.NET Grid AjaxPanel Download Issue
I have a telerik grid which is performing operations like searching,sorting,filtering etc. To make customers happy, we put this control in an ajax panel for seamless experience.
Now, we added a new functionality to the grid where the customer can…

Mahesh
- 1,651
- 5
- 26
- 47
2
votes
2 answers
How can I style normal html tables (or ASP tables) like the rest of the RadGrid in my website?
I'd like to have a normal table to look like RadGrids, is there an easy way I can use the RadGrid styles (keeping theming in mind)?

Marcel
- 7,909
- 5
- 22
- 25
2
votes
2 answers
Telerik Radgrid GridDataItem.DataItem is empty when updating (OnUpdateCommand handler)
When handling the OnUpdateCommand event on a RadGrid the DataItem is null.
I thought that this would also represent the data item being represented by the row.
The Radgrid is populated from an IList and in the handler the code looks like…

Remotec
- 10,304
- 25
- 105
- 147
2
votes
1 answer
Including parameter value with ampersand in Telerik href URL
I have a issue with symbols in account code which I am trying to create the URL using a href as below. In my view I am trying to pass an id to my controller using Telerik grid.
.Template(x => Html.ActionLink("Month Ends", "MonthEndDates", new { id =…

user3636272
- 71
- 1
- 10
2
votes
0 answers
Failed to load view state error from web user control
I have set some default properties for Telerik RadGrid like sorting etc. in web user control.and then use this user control on aspx page.Grid shows data perfectly,but when i click on sorting it gives the following error.
Failed to load viewstate.…

vikas sharma
- 21
- 4