RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
0
votes
0answers
10 views
TelerikGrid is too large after ajax
I have implemented to RadGrid inline inserting and editing.
Some templates are in edit mode larger, then in standard mode, RadGrid is exactly over whole screen. In edit/insert mode is a little ...
1
vote
0answers
28 views
how can i implementing on the fly filtering for rad grid Telerik component?
I'm using a Telerik component rad grid in my web page, I want have on the fly filtering like this on the fly filtering example
When user type a text in the above text-box can see real-time ...
1
vote
1answer
22 views
Validate data in Radgrid before changing pages
I want to validate the users changes on a page before allowing them to go to another page. If the validation fails I want to stop the pager from changing the page.
For example:
protected void ...
0
votes
1answer
13 views
Telerik RadGrid not displaying
I have this radgrid that appears to be getting data but it is not displaying. After binding the grid.Items.Count is set to the number of rows expected.I'll includ the ajax manager settings and grid. ...
0
votes
2answers
21 views
How do I set a default value of 0 to a radtextbox in a radgrid if the value is null after databind?
i have a series of radtextboxes as columns in a radgrid. The data they pull is often null. I'd like them to have a default value of zero in those cases. How do i accomplish this?
I tried this ...
0
votes
0answers
12 views
multiple update with radrating
Im trying to update multiple rows on one click, it works fine but throws an error after 2 3 rows, could not figure out why below is my code on button event
RadRating rating = (RadRating)sender;
...
0
votes
1answer
41 views
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 1:
Radgrid
...
0
votes
0answers
14 views
Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking
I have a radgrid which have 3 detail tables in same level.
It works fine with IE 9, but when I changed to compatibility mode all 3 detail tables shows up at the same place, text stacking over. And ...
4
votes
2answers
65 views
Accessing a value in a radGrid column
I want to access a value in a radGrid control. Given the image below, I want to access the value of "Status". But I can't seem to get it.
I get an error message
"Unable to cast object of type ...
0
votes
0answers
8 views
Predefined Layout wont Export to Excel when modified
Disclaimer:
I do not know the Telerik library, let alone the PivotGrid control. But learning every day on how to best leverage the tool for the client.
Problem:
Working on a project and came to a ...
0
votes
1answer
51 views
How to get expended row columns values onHierarchyExpanded in radgrid
i have a radgrid as follow :
<telerik:RadGrid ID="ProductRanges_Grd" ShowHeaderWhenEmpty="true" runat="server"
AutoGenerateColumns="false" Width="100%" Height="250px" ...
1
vote
2answers
116 views
radGrid control not showing data in aspx page
I have an asp.net application (created by a previous developer) that uses a RadGrid control to display data. However, the RadGrid does not show data if there is an on the page. The radGrid works fine ...
0
votes
0answers
46 views
acccess FormTemplate control in radgrid DetailTable
i have a radgrid like this :
<telerik:GridTableView CommandItemDisplay="Top" DataKeyNames="PRODUCT_ID" Name="ProductTableView"
ShowHeadersWhenNoRecords="true" ...
0
votes
0answers
20 views
Refactor to use different entity lists
I have a function I am attempting to refactor, as I have about five methods that looks exactly like this. In a radgrid edit form I have both listboxes and comboboxes that have checkboxes. Essentially ...
1
vote
1answer
36 views
Change one DataObject field's value before insert using ObjectDataSouce
I have RadGrid bind with ObjectDataSource and the ObjectDataSource is using my repository for CRUD operations, the issues are:
I want to change the format of the dates before insert them.
I want to ...
0
votes
1answer
91 views
Ways to set a minimum width on a Radgrid column with an empty width
I have a RadGrid that has columns programatically added to it during PageLoad. For my webpage, there will always be at least one column with an empty width (HeaderStyle.Width = Unit.Empty), with the ...
0
votes
0answers
25 views
Export DataTable along with RadGrid Export to Excel
I am exporting Radgrid to excel.It exporting well. I have three datatable on the same page in which data changes according to Id.How do I export these datatables along with radgrid Export and also ...
0
votes
1answer
29 views
Drag Re-order on Telerik Radgrid
I am trying to use the drag re-ordering on my radgrid. The code I have works well for me (it fires on the RowDrop event) but my client cant get it to work and I have troubleshooted it down to show ...
3
votes
1answer
53 views
How do I set a “UniqueName” on a Kendo Grid like you can with a Telerik RadGrid?
I am working with on a task to migrate a dataset from a Telerik RadGrid to a Kendo Grid trying to set up sorting. I got the sorting working fine for most all the columns, however some of the columns ...
0
votes
1answer
56 views
Telerik radgrid filters no longer working - SP 2010
I am now managing a sharepoint site that has a series of various reports which are essentially radgrids full of data. The user has complained that filtering no longer works on most of the reports.
...
0
votes
0answers
14 views
How to access a radtoolbar in a nestedviewtable on a radgrid rowselected event?
I got a radgrid in a nested hierarchy.
Grid=>MasterTableView
DetailTable
DetailTable
Columns
FilterTemplate
CommandItemDisplay
...
0
votes
0answers
40 views
First Postback fetching old data on ItemDataBound event
I have a radgrid that is loading a list of jobs. The radgrid is designed to show different data dependent upon the user type. There are clients and contractors. The last column of the grid is a ...
0
votes
0answers
126 views
RadToolbar in a command item template in a RadGrid
I need a solution for my problem.
<telerik:RadGrid ID="grdSabit_Ulke" runat="server" SkinID="StandardGridSkin" CellSpacing="0" DataSourceID="dtsSabit_Ulke" AutoGenerateColumns="False" ...
0
votes
0answers
80 views
Telerik RadGrid Client Edit with Batch Server Update With Hierarchy
I am trying to implement a solution like the below example:
Grid - Client Edit with Batch Server Update
But in my case i have a hierarcy and i want to update the detail table.
The only problem I ...
1
vote
1answer
70 views
Telerik RadGrid.MasterTableView.ExportToExcel() Error: The query results enumerated more than once
I have a RadGrid which is populated with some data. I have a button which will Export to Excel via a serverside callback. The server side code is below. And the error below that. Any suggestions?
...
0
votes
1answer
24 views
Telerik RadGrid SelectedItem is not pointing to the actual selected item when filter is applied
Grid.SelectedIndexChanged += new EventHandler(Grid_SelectedIndexChanged);
void Grid_SelectedIndexChanged(object sender, EventArgs e)
{
DataItem item = Grid.SelectedItems[0].DataItem;
}
The ...
1
vote
0answers
59 views
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. ...
0
votes
1answer
65 views
RadGrid Conditional Row PostBack
I have a RadGrid on the page that posts back when you click on the row, configured as the following:
<ClientSettings EnablePostBackOnRowClick="true">
<Selecting AllowRowSelect="true" ...
1
vote
1answer
51 views
Finding Control inside RadGrid FormTemplate
Let' say I have this grid,
<telerik:RadGrid
...........................
...........................
<FormTemplate>
<asp:TextBox ID="txtDescription" runat="server" ...
1
vote
1answer
56 views
Combining Radgrid, RadajaxPanel, ValidationSummary and a custom “turn field in error to red” issue
Here's the format of a sample page :
*Validation Summary*
Label : [input]
Label : [input]
###############
# RadGrid #
###############
###############
# RadGrid #
###############
Label : ...
0
votes
1answer
145 views
Getting values from readonly columns when radgrid is in edit mode (inPlace)
I have a problem with Telerik radgrid:
i have a radgrid with 17 columns, only 6 are editables (others have ReadOnly="true")
one button fires the method that tries to save changes into DB (not a ...
1
vote
0answers
56 views
RadGrid - Client-Side Binding and Caching
I have an asp.net application where I have a radGrid control that displays records from a database. I would like the grid control to do client side caching (paging and sorting). However, I can only ...
0
votes
2answers
131 views
radGrid control displays blank grid after date parameter is changed
I searched SO, google & Telerik forums, but could not find a solution.
I have an existing app (written by a previous developer) that is calling a stored procedure that populates a RadGrid ...
3
votes
3answers
96 views
Close Telerik Radgrid Editform If Already Opened
I've spent the past hour or two trying to find a solution to what I think should be easy to do and something that I would think has been asked before, but perhaps I'm not using the correct terms.
I ...
0
votes
0answers
22 views
When I delete an item from radgridview that is bound to a table of the database I want the other items to appear only on radgridview
When I delete an item from radgridview that is bound to a table of the database I want the other items to appear only on radgridview.
My code so far:
List<ItemInfo> raditeminfos=Item.Gets();
...
0
votes
0answers
90 views
RadUpload doesn't work in EditFormSettings (WebUserControl) in RadGrid
In a nutshell, I have RadGrid with edit form with type of WebUserControl.
<telerik:RadAjaxPanel runat="server">
<telerik:RadGrid ...>
<Columns>
...
...
0
votes
0answers
84 views
Telerik Rad Grid rendering is slow even with less data
One of our web pages is taking nearly 10 – 12 seconds to load. I analyzed the issue and realized that at server it is taking only 4 seconds and immediately I assumed that the remaining time is taken ...
0
votes
2answers
162 views
Select All CheckBox in RadGridView Header Column with Filterable Columns and Row Virtualization ON
I have a RadGridView, with filterable columns. I need to add a checkbox in the column header that checks all the rows that are a result of certain filters (if used).
When the CheckBox on the Header ...
2
votes
2answers
412 views
Telerik Radgrid : adding another footer row
I need to add multiple footer rows to my RadGrid instance ; for the moment, however, I just want to add second one. I have currently a single footer row and it's working and displaying perfectly, for ...
0
votes
1answer
35 views
Using different lengthed masks gridmaskedcolumn
How would I have an input of a variable length in the gridmaskedcolumn.
For this instance the grid is a password which must have at least 4 characters but can be longer than 4 characters and those ...
1
vote
0answers
108 views
How can I prevent a RadGrid from reloading when child TreeView node is expanded/collapsed?
I have an ajaxified RadGrid with a child RadTreeList in the NestedViewTemplate. The data for both comes back as it should.
Expanding an item on the RadGrid works fine and reveals the RadTreeList ...
0
votes
1answer
53 views
ObjectDataSource/Grid - Dynamic columns
I have a requirement for an ASP.NET screen that will show a list of products, and to the right will be columns for each 'Wholesaler' in the system, with their price for each item as the item in each ...
0
votes
0answers
69 views
Convert a TimeSpan value to Time in RadGrid
I have a RadGrid in ASP.Net AJAX app, with a TimeSpan data type column whose value is displaying as 'PT20H17M29.0865221S'.
I tried formatting it as {0:g} and some other formats but still it displays ...
0
votes
0answers
56 views
Insercommand in RadGrid not firing
I have a radgrid which has another radgrid inside it in a nestedviewtemplate. What I am having a problem with is it won't fire the InsertCommand in the inner grid when I am trying to add a row. I am ...
0
votes
1answer
286 views
Dynamically loading RadTabStrip tabs with usercontrols not showing
I have a RadGrid with a NestedViewTemplate that has a RadTabStrip in it. What I am doing is loading UserControls(ascx) files into each tab that I have created in the RadMultiPage. The tabs are ...
0
votes
0answers
214 views
ComboBox inside a RadGrid
I have been reading up on the internet and I am finding it hard to find an example.
Basically I am struggling to add a ComboBox inside my RadGrid while Inserting/Updating my grid. So when My grid ...
0
votes
0answers
128 views
RadGrid w/DetailView: CheckBoxColumn Needs To Uncheck other column and load Detail
I am attempting to setup a RadGrid for a brief Questionnaire that users need to answer. The MasterTableView contains a question column, a yes checkboxcolumn and a no checkboxcolumn. The RadGrid ...
1
vote
0answers
150 views
Two way binding for a control in a radgrid editform that conditionally binds if the dataitem is of derived type
I am running into the classic can't use Bind in C# problem below. I can't use eval because I need 2-way binding. This textbox is sitting inside a rad grid edit form.
...
0
votes
0answers
123 views
ASCX, ViewState and Telerik RadGrid problems
I've been bashing my head against a problem I'm having for the last couple of days now...
The problem? My company decided to outsource some GUI work, and whats come back was not up to spec and using ...
0
votes
1answer
101 views
Filter GridDropDownColumn by ListTextField
I implemented the first solution in:
Filtering By ListTextField for GridDropDownColumn
My code is:
ASPX
<telerik:GridDropDownColumn DataSourceID="SqlDataSource2" ListTextField="NM_COMUNIDADE" ...

