Questions tagged [radgrid]

RadGrid is an ASP.NET based grid control by Telerik that provides many advanced functions.

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…
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
user1842048
  • 73
  • 1
  • 2
  • 5
2
votes
1 answer

Drag drop sorting in C# - Best algorithm

I have a Telerik RadGrid which allows the user to drag rows to reorder them. What will happen on the server side is an int column for each row will be modified based on where they've dragged, then we sort on this figure on the screens. What I can't…
Chris
  • 7,415
  • 21
  • 98
  • 190
2
votes
1 answer

Telerik RadGrid using Multiple Columns

I am having a problem with the RadGrid using Multiple Columns when I Bind a DataSource to the RadGrid. Firstly let me show some screenshots of what I am trying to do. This is an example from Teleriks website under demos and the multiple columns…
SpaceApple
  • 1,309
  • 1
  • 24
  • 46
2
votes
2 answers

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 when user updates values.
Kush
  • 101
  • 1
  • 3
  • 14
2
votes
2 answers

how can i get the filter text in the NeedDataSource event in a RadGrid with custom paging

I am using custom paging in a RadGrid. It is working fine. But filter is not working as i want. So I thought of writing my own code for filter. But how could i get the filter text and the coloumn for which the filter was applied in the…
Chindu Krishna
  • 411
  • 5
  • 13
2
votes
1 answer

Telerik RadGrid group header alignment (with static grid headers)?

The group headers in my RadGrid align properly when I don't use static headers, but when I do, they get out of alignment. Can't seem to find anything that fixes this. Relevant code, unimportant details omitted:
garuda one
  • 109
  • 1
  • 3
  • 11
2
votes
0 answers

how to Grid without horizontal scroll and give vertical scroll header style

I use radgrid with scrolling but when scrolling is on the header (see the link for more info) of grid above the scroll looks different than the content header and on IE8 horizantal scroll is shown The html markup of radgrid is below: …
dankyy1
  • 1,094
  • 2
  • 16
  • 32
2
votes
1 answer

RadGrid Shows "No records to display" when there are records

I have a peculiar problem and I am not sure if anyone had come across this problem earlier. however the issue goes like this.. I have a grid with combination of TemplateColumns and BoundColumns and when I filter the grid using the filters under…
Preetham
  • 101
  • 3
  • 10
2
votes
0 answers

'get_masterTableView' is not in Grid found in NestedView

I Have a grid ( "gridA" ), In Nested View has another Grid ( "gridB" ) In "gridB" has a RadMenu and when the the rad menu is clicked there is a js function to be called see below code sample. function missionGridRadMenuClicking(rowIndex,…
DineshNS
  • 3,490
  • 5
  • 26
  • 28
2
votes
3 answers

How to define hyperlink click event on the fly?

I am stuck on something: I am creating a hyperlink at runtime that has a navigation URL. I need to define its click event so that I can save a few values to the database. I did something like below but without success. Could you please suggest an…
NoviceToDotNet
  • 10,387
  • 36
  • 112
  • 166
2
votes
1 answer

Radgrid Open/Expand child DetailGridView in insert mode from parent row command button

I am using the Telerik RadGrid to display and edit Hierarchical data. As strange as this may sound - one of the requirements is to have a child detail grid open in insert mode when a link in the parent row is clicked. This requires two things. The…
James
  • 12,636
  • 12
  • 67
  • 104
2
votes
1 answer

How Change Telerik RadGrid Column's Property Server-Side

I have a TemplateColumn in my telerik radgird like below :
SilverLight
  • 19,668
  • 65
  • 192
  • 300
2
votes
1 answer

GridView Row Styling

I want to make some rows in a RadGridView Bold; I've set