RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
Questions tagged [radgrid]
1135 questions
-1
votes
1 answer
Disable RadComboBox (which is outside of RadGrid) when RadGrid has minimum 1 record (after insertion in Radgrid)
I have asp:FormView control in one of the Web page, inside which I am using Telrik RadGrid and RadComboBox(which is outside of RadGrid)
Consider this form as "Insert New records" form.
I can only insert records in RadGrid if any item has been…

timz_123
- 435
- 1
- 9
- 47
-1
votes
1 answer
invoke method batcheditcommand from C#.net
I used telerik:RadGrid batch editing; to fill this grid I used below syntax:
function GridBind(GridID, GridData) {
var TableView = GridID.get_masterTableView();
TableView.set_dataSource(GridData); TableView.dataBind();
}
To Invoke…

shamim
- 6,640
- 20
- 85
- 151
-1
votes
1 answer
How data filling on grid can be Aborted in asp.net?
When there are lots of data to display on grid from database then the loading time might become an issue. For sometimes user might want to ABORT the data filling. I am using RadGrid and want to handle this scenario using a button. When the button is…
-1
votes
1 answer
Grid view column accept only decimal?
i am Using Telerik controls (GridView) i wanna to set A specific column only accept numbers with one decimal point

SOFKiNG
- 385
- 1
- 3
- 20
-1
votes
1 answer
Telerik rad grid combo box event
I m using telerik rad grid
I have used combo box to display company Type.
If company Type is ABC than Design Firm type should not be displayed
how to write code on combobox in telerik radgrid ![enter image description here][1]
-1
votes
1 answer
-1
votes
1 answer
Issue with hiding grid
I have a scenario as below.
There are 3 check boxes.3 textbox associated with each.Grid gets populated on entering a search value in the textbox.On selecting a row on this grid,I need to hide the grid and selected value(one column) is populated into…

Soumya
- 123
- 2
- 10
- 21
-1
votes
1 answer
RadGrid - Rebind
I've a Radgrid and RadCombobox in a form. In a function i'm calling a forloop. In that forloop i'm using Rebind event for grid. In the loop, first time it was going to NeedDataSource of the grid, from the second time the Needdatasource event is not…

SuganR
- 129
- 1
- 10
-2
votes
1 answer
removing improper html tags using jquery
I am using a listview embedded inside a radgrid.
Its working fine on local environment, but when i uploaded the page into sharepoint server, page is rendering with some improper tags like
"" and ""
How can i remove this tags using…

Sandeep Polavarapu
- 382
- 1
- 6
- 25
-3
votes
2 answers
Page loads before data binds to the database
I have a Telerik RadGrid that contains information on users. I have an add user button on the command item template. It opens a form and the user fills out the fields accordingly. After the user clicks submit, I use javascript to pass the ID through…

Kramb
- 1,082
- 10
- 18