RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
5
votes
1answer
262 views
Telerik RadGrid Paging - Duplicate records and sticking buttons
I've recently started using ASP.Net and Telerik's RadGrid but have ran into a problem:
My RadGrid object is within a UserControl object within a Custom Control object within a Page object (which has ...
5
votes
1answer
244 views
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 ...
5
votes
1answer
3k views
Set default value of telerik:GridDropDownColumn inside of telerik:RadGrid
I have a telerik:RadGrid that is bound to a SQL Data Source. One of the columns is for "Location" which is really a look up value in another table.
<telerik:GridDropDownColumn
...
5
votes
2answers
10k views
Telerik RadGrid - How do I default to edit mode?
I want to make the items of my RadGrid be editable on page load. I've tried both methods here http://www.telerik.com/help/aspnet/grid/grddefaulteditmodeforgriditemsoninitialload.html
but neither have ...
5
votes
4answers
8k views
Telerik RadGrid working examples
I'm looking for some examples of production websites that currently use the Telerik Rad Grid. I'd really like to see some real world scenarios in action, other than the Telerik RadGrid demo. Does ...
4
votes
1answer
234 views
How to run telerik RadWindow from code behind
I am trying to run telerik rad window from code behind. But I have some issues.
I don't know is it important but I am trying to run rad window from button clicked in edit mode from rad grid.
...
3
votes
1answer
2k views
How do I set Telerik RadGrid to Edit mode by default? (ASP.NET)
I have a checkbox column in a RadGrid that I want the user to be able to check/uncheck it and set the attached property. When the grid renders however, the checkboxes are disabled, because the grid is ...
3
votes
3answers
1k views
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.
...
3
votes
1answer
4k views
RadGrid Custom Filter
I'm trying to add a custom filter to my RadGrid. I have a column, vendNum, which I want to allow users to filter on multiple vendNums with a comma-separated list. Basically, I want the same ...
3
votes
2answers
5k views
Telerik RadGrid Add/Edit Row Performance Issue
In a Telerik RadGrid, the user has the ability to add a row and edit an existing one. It appears that the grids actually force a postback to occur before the UI controls are rendered on the screen. ...
3
votes
4answers
5k views
How do I programatically put telerik rad grid in “add new” mode on page load
Seems like this should be easy but I must just be missing something... I have a Telerik RadGrid on a page that allows inline editing. How do I programatically put the grid into edit mode to insert ...
3
votes
3answers
2k views
Grid with too many columns in fixed width website
I am using Telerik's Radgrid for a website. Often the grid columns exceed the available width, and extend outside the main content area (fixed width).
So what are my options for presenting very wide ...
2
votes
1answer
19 views
Keeping grid data in a usercontrol by retrieving the criteria from the parent
I have a usercontrol that I want to have the grid inside so I don't have to duplicate that grid on every page. Except when I sort, page, or anything that does a post back the usercontrol reloads and ...
2
votes
2answers
444 views
Telerik - Image button inside a Grid row, getting value of first cell
I have a RadGrid that contains a template column in wich I've put two image buttons for edit and delete actions.
<telerik:GridTemplateColumn HeaderText="Actions">
<ItemTemplate>
...
2
votes
1answer
207 views
RadGrid localization
I know that RadGrid and other RadControls have Culture property which is demonstrated everywhere on telerik web site. But is there a way to force all telerik controls to use
...
2
votes
1answer
1k views
Silverlight RadGrid Bind Column to Object
Simple question....
I have an issue binding a column in RadGrid (SILVERLIGHT) to a custom type.
My scenario:
<telerik:RadGridView x:Name="Grid1" AutoGenerateColumns="false" ...
2
votes
1answer
187 views
Telerik RadGrid FilterDelay property postbacks on INS key
I think I'm screwed here, but thought I would ask in hopes that maybe somebody knows some magic I can't find on Google.
I have a RadGrid setup to filter columns with a FilterDelay="500" value set. ...
2
votes
1answer
265 views
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 ...
2
votes
3answers
1k views
RadGrid Column editable on insert but set to readonly on update
I have a RadGrid which has a column like:
<telerik:GridTemplateColumn HeaderText="Car" >
<ItemTemplate>
<asp:Label ID="MakeLabel" runat="Server" Text='<%# Eval("Make") ...
2
votes
2answers
1k views
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:
<Columns>
<telerik:GridBoundColumn HeaderText="AirlineCode" UniqueName="AirlineCode" DataField="airlineCode" />
...
2
votes
2answers
341 views
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 ...
2
votes
2answers
6k views
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, ...
2
votes
2answers
256 views
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)?
2
votes
2answers
5k views
Iterate over rows/checkboxes in a RadGrid
I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows:
<telerik:GridTemplateColumn HeaderText="MINE" UniqueName="MyTemplateColumn">
<ItemTemplate>
...
2
votes
3answers
8k views
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 ...
2
votes
1answer
3k views
Hierarchical Rad Grid Troubles
I'm not sure if anyone else has had trouble with this. I'm trying to use a RAD Grid to create a 4-level hierarchy to display to the user. I followed the tutorial on this website, and couldn't get it ...
2
votes
1answer
2k views
Binding navigation property to RadGrid while using EntityDataSource control
I'm new to Entity Framework and I got stuck in an issue while trying to bind a navigation property (foreign key reference) to a dropdownlist. I have Telerik RadGrid control which gets the data using a ...
2
votes
2answers
6k views
Adding RadComboBox to RadGrid Edit
I have added a RadControl, RadGrid and I need to add a radComboBox in the edit mode.
When user clicks on the radComboBox, I need to get both "text" and "value" of the radComboBox to save to table ...
2
votes
1answer
8k 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 want's to retain the ...
2
votes
0answers
2k views
Telerik RadGrid opening an extra popup edit form when pressing “enter” from a popup form for inserting
I have a radgrid that uses the popup edit mode with a custom edit template. The edit form upon pressing the enter key will insert a new item into the grid. I go in and add an item. This ...
2
votes
4answers
8k views
Binding Telerik RadGRID to a list<string> object
I have a simple use for RadGrid that involves binding it to a list of strings
i.e. using: list<string>
The bind works OK and the data displays in the grid. However, the header says ...
1
vote
1answer
45 views
How to display two table rows on single click in Telerik RadGrid
I have one class which contains two more classes like hierarchy. When I'm displaying in Telerik RadGrid it should display like, when we click on first class row then it should display two rows of ...
1
vote
1answer
64 views
How to display hierarchical class fields in Telerik RadGrid?
GetEmployeeDetails() method returns the value of type Employee. I need to display that value in Telerik RadGrid such a way that, when we click on Employee rows it should expands related Address class ...
1
vote
1answer
29 views
How to persist a sorting option in a RadGrid
Hi I have a RadGrid in my asp.net application and basically I am being asked to persist the sorting clicked on the header name throught out the user session so basically lets say I have the RadGrid ...
1
vote
1answer
50 views
RadGrid with custom filters
What I'm trying to achieve is to use custom made filters with controls like DropDownList, TextBox and CheckBox on RadGrid that uses NeedDataSource event to bind the data.
What I did in my previous ...
1
vote
1answer
129 views
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 ...
1
vote
1answer
247 views
RadGrid ItemDataBound Not showing changes to first item in Grid
I know I must be missing something. If I make changes to a datagriditem in the ItemDataBound event of the RadGrid the changes are not visible the first time the page loads, I don't see the changes to ...
1
vote
1answer
151 views
Telerik - RadGrid :: Disabling ajax for two different imagebutton controls in a GridTemplateColumn in order to do a regular post back
Posted 2 minutes ago (permalink)
In an ajaxified RadGrid, I want two buttons to cause a post back (bypass Ajax) and execute some back-end code. Here's what I have so far...
Buttons (just showing one ...
1
vote
1answer
30 views
Is there a way to skip a level with telerik RadGrid in tree mode?
Here's the situation: I've got a two level tree that I'm displaying in a hierarchical RadGrid:
-Category 1
--Cat 1 Section 1
--Cat 1 Section 2
-Category 2
--Cat 2 Section 1
--Cat 2 Section 2
--Cat 2 ...
1
vote
0answers
176 views
RadGrid Double Click with Single Click
I have a requirement to fire a client side event on Telerik RadGrid Row Double Click, and an update fetching from server on single click. But Double click event doesn't work. If I remove ...
1
vote
0answers
89 views
Expression of type 'System.Decimal' cannot be used for parameter of type 'System.Object' of
I'm getting the below error messagE:
Expression of type 'System.Decimal' cannot be used for parameter of type 'System.Object' of method 'System.String Format(System.String, System.Object)'
When ...
1
vote
2answers
337 views
Using jQuery to resize all editable fields in grid
I have a RadGrid on one of my webforms, and I'm using InPlace (inline) editing, with an empty row at the bottom for inserts.
When the grid loads, the columns are being automatically resized ...
1
vote
1answer
122 views
Why RadFilter is not detecting Columns correctly?
I am having trouble that RadFilter is not detecting the columns correctly. I bind my RadGrid through code in Asp like:
RadGrid1.DataSource = myDataSource;
RadGrid.DataBind();
RadFilter is only ...
1
vote
2answers
215 views
Why my button click event handler doesn't get called?
I have created a RadGrid control dynamically on Page_PreInit event and added it to a place holder on the page. my RadGridBuilder class has a Build() method.
My RadGrid has a custom button which is ...
1
vote
0answers
28 views
RadGrid with arbitray number of Master-Detail levels
Is it possible to create a hierarchical grid dynamically, with an arbitrary number of Master-Detail levels ?
1
vote
1answer
51 views
BLOB Retrieval in RadGrid
I'm pretty new to working with Telerik controls, and I've received zero response on the Telerik forums in regard to this, but a friend recommended Stackoverflow, so I hope someone can help.
In short, ...
1
vote
1answer
453 views
Show loading image while radgrid load with data
I'm using radgrid in my asp.net application.
In button click i'm binding the grid with data.
But its takes some times to bind data.
So I want to show the load image till finish databinding.
How to ...
1
vote
1answer
313 views
Specify max page size of a RadGrid?
Is there a property that allows me to specify the max page size of a Rad Grid?
I have a radgrid and it defaults to 10 but the user can change this. If there is 1000s of records, the user can specify ...
1
vote
2answers
324 views
Getting MultiChoice column value without unnecessary Symbols like “;#” from sharepoint library
I am using Rad grid to display sharepoint library items. When i am displaying ChoiceWith CheckBox type columns, then the values are coming with additional symbols of ;# before and after each choice ...
1
vote
1answer
286 views
Radgrid stop the ability to add new and edit a row at the same time
On my radgrid I have inline inserting and editing.
It is possible for the user to click "Add New" which gives them an editing template and then to click "edit" on an existing record. This results two ...