RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.
Questions tagged [radgrid]
1135 questions
2
votes
1 answer
Resetting PageIndex when refreshing data source
I am trying to implement paging when reading from a huge database. When user moves to a page outside a window, i fetch the next set of records and populate the table for 9-10 pages. Problem is, after refreshing data source, i am not able to reset…

user1845825
- 21
- 2
2
votes
0 answers
radgrid insert item and edit items from clientside in 2011.1.519.35
Hi i am using telerik 2011.1.519.35 version
how can i get radgrid insert item and edit items from clientside...
i've used following methods...
but those are not working in version 2011.1.519.35
function getTableViewInsertItem() {
var…

Venki Chikkanti
- 103
- 2
- 11
2
votes
1 answer
Textbox in RadGrid changed by client
Good day,
I have a GridTemplateColumn with a RadTextbox. The textbox values are changed by javascript. But when i click the textbox,it changes back to its original value.
Please help
javascript
Untitled Page