radgrid Questions
2
Can't remember / driving me crazy - how to hide the upper-left-most cell/column of a Telerik WPF RadGrid (so all column headers are flush-left?) I know it's something ridiculously easy/ simply forg...
3
Solved
Let me cut to the chase. My scenario is as follows: I have custom added fields to filter the RadGrid and filtering works perfectly. The problem comes when I want to edit record using EditForm insid...
Linneman asked 4/1, 2012 at 13:26
3
Solved
I'm working on a RadGrid, and I want to access its rows but it seems it does not have a .Rows property.
Here's what I have tried until now:
How can I access rgCustomers's Rows collection? I w...
3
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 red.
Can any one...
Deformation asked 25/8, 2009 at 22:53
2
Solved
I needed to create a grid with multiple groups on certain columns my code for it is
<telerik:RadGrid Skin="MetroTouch" ID="grdQuestionnaire" RenderMode="Lightweight"...
1
For my telerik radgrid I am using numeric pages. I can see the page numbers. But I am not able to identify the selected page. All the page numbers remais alike after selecting the page. I need the ...
Cellule asked 20/11, 2015 at 8:27
3
Solved
I have a RadGrid where a column in the grid holds a URL. When a put a value in the column I can see the URL but the URL is not clickable (to go to the URL). How can I make the URL clickable?
Here ...
3
Solved
Looks like this before GridTemplateColumn:
And after adding GridTemplateColumn
<telerik:GridTemplateColumn HeaderText="Name" HeaderStyle-Width="250" FilterControlWidth="250">
<ItemTe...
3
Solved
I have a radgrid in which I hide Id column. Now I want to get its value on linkbutton click. If column is visible it work fine but
it show blank value when it is invisible. my code is
protected...
2
Solved
I'm using a base class to modify the behavior of any Telerik RadGrid that appears on my ASP.Net pages. In the base class, I want to perform certain operations (set Css, tool tips, etc) on many comm...
Annoy asked 7/11, 2013 at 16:10
2
Solved
HI all recently I update my VS to 2013 version. the problem is VS 2013 uses IIS Express to show projects and Rad Grid doesn't show correctly in IIS express. I just don't know why
so I Install IIS ...
2
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 ha...
3
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.
RadWi...
3
Solved
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.
...
3
Solved
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 ha...
6
Solved
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 ...
1
Solved
Using RadGrid for Asp.Net Ajax (from Telerik) I need to re-set the CurrentPageIndex. Some examples say the next line of code should be myGrid.Rebind() while others suggest calling myGrid.MasterTabl...
2
Telerik Rad control just displaying as solid straight line in the browser. But in the Visual studio design it displaying properly.
<telerik:RadGrid ID="RadGrid1" runat="server"
onneeddatasour...
1
Solved
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...
3
Solved
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 imple...
Hertha asked 7/3, 2010 at 20:34
2
Solved
I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows:
<telerik:GridTemplateColumn HeaderText="MINE" UniqueName="MyTemplateColumn">
<ItemTemplate>
&...
1
Solved
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
DataField="d_lo...
1
© 2022 - 2024 — McMap. All rights reserved.