0
votes
0answers
2 views
Telerik RadGrid won’t show ‘0’ values when client binding to JSON Object
If I populate a RadGrid control using a JSON object and GridBoundColumns client-side, properties that contain a '0' value do not display at all. If I change those values to 1 (or a …
0
votes
0answers
10 views
RADGrid Client-Side databinding and Grouping
Hi there,
I have a radgrid on an MVC view which is client side binding to a JsonResult controller. I need to display the returned json data in a grouped format but cant find anyth …
0
votes
1answer
20 views
Expand all items in RadGrid Hierarchy
I am using a RadGrid (2009 Q2) with a hierarchy. Is there a way in the client api to expand all rows and vice-versa?
thanks!
Update:
I have written a javascript function based …
0
votes
1answer
21 views
Replace GridView with RadGrid in Dynamic Data List.aspx
I have found an adapted RadGrid from Telerik, with some overrides, for use in the ListDetails.aspx page template in dynamic data projects, but a cursory experiment yielded only a v …
0
votes
1answer
45 views
Telerik RadGrid always display X rows, even if there are only Y data rows on the last page where Y < X
I have a telerik rad grid with PageSize=10. The problem is if I have 34 items. On the last page, there will only be 4 rows. Is there a mode to force to control to render with 6 emp …
0
votes
1answer
35 views
Changing how a telerik radgrid marks a row as “modified”
I am working with the Telerik Winforms Radgrid version 2009.2.9.701 in visual studio 2008 (C#) and I've come across and issue I can't seem to find a solution for.
When the radgrid …
0
votes
1answer
26 views
Problem programmatically setting columns to read-only on a Telerik RadGrid.
I'm trying to dynamically make certain columns readonly at runtime using the following code in my Page_Load handler:
GridNumericColumn gncp = grid.MasterTableView. …
0
votes
2answers
153 views
Passing the value of a readonly radgrid column to a stored procedure
I have a radgrid bound to a SqlDataSource that includes a hidden, readonly column that stores a pk. I want to pass the value bound to that column to a stored procedure for Updates …
0
votes
3answers
124 views
Rad Grid + jquery
I am having a rad grid on my page and a rad tab strip the rquirement is that when the user clicks on any of the row in the rad grid all the details of the particular row must be po …
0
votes
0answers
63 views
Telerik - RadGrid columns freeze after first postback not on initial page load.
The title pretty much says it all. I have a grid with columns that start freezing only after a command event has triggered a postback to the AjaxManager. Here is a sample of my mar …
0
votes
0answers
27 views
Silverlight - Grabbing grouped, filtered records from a Telerik RadGridView?
I posted this question over at the Telerik forum but haven't gotten any response yet. Thought I'd give SO a try:
My issue is basically the same as the one described in this thread …
0
votes
2answers
492 views
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 …
0
votes
1answer
551 views
RadGrid export to excel
I have a radgrid that generates columns dynamically based on user input. Once the grid is populated, the user has the option to export to excel or word. However when the user wan …
0
votes
1answer
106 views
Access all Data from databound RadGrid?
Is there are way to access all of the data from a databound RadGrid?
I can acess the data that is currently showing on the RadGrid, but is there anyway to access the data that is …
1
vote
3answers
923 views
Telerik RadGrid Export to Excel. Missing operand before ‘=’ operator.
I am getting the error
Missing operand before '=' operator.
when I try and export and the code is running fine in the grid.
Here is the code for the web part. The error only occu …
