Questions tagged [radgrid]

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

1135 questions
0
votes
1 answer

How to redirect to two different pages in radgrid using two command buttons inside radgrid?

I have a radgrid1 and inside radgrid Item template i have two asp.net imagebutton namely imagebutton1 and imagebutton2 .... i want when i click on Selected radgrid Item whose id is id then after clicking on Image Button1 i redirect to…
Sumit Dobriyal
  • 79
  • 1
  • 1
  • 6
0
votes
1 answer

Grid Column Ordering

I have a grid which consists of a queryable datasource and template column.
user1344343
  • 31
  • 1
  • 4
0
votes
2 answers

Drag&Drop Grouping Animation Not Working

I enabled grouping on my RADGrid, but when I Drag & Drop a column, all I see is a "CrossHair" cursor while dragging. I do not see the animation visually showing a box representing the column being dragged, nor do I see the "double arrow" that…
TekkGuy
  • 107
  • 2
  • 15
0
votes
1 answer

Grid Selection Disable/Invisible

I'm using a radgrid in my solution. I use this radgrid for dragging and dropping of data, but nothing needs to be selected. So when a user clicks a row, the row shouldn't change his lay-out to a selected row. But when i disable selecting, drag and…
Wesley Lalieu
  • 487
  • 2
  • 8
  • 22
0
votes
2 answers

C# - RadGrid Rebind In Control Outside of RadGrid

I have a RadGrid control. When I call RadGrid.Rebind() in its sorting/filter event handlers the data updates. When I call rebind() within a linkbutton outside the RadGrid, NeedDataSource is triggered and the datasource is changed appropriately but…
user559142
  • 12,279
  • 49
  • 116
  • 179
0
votes
1 answer

How to get the value from a control in a headertemplate in a gridview?

I have a RadGrid (Telerik)[almost the same as a gridview] with a headertemplate and a itemtemplate:
Wesley Lalieu
  • 487
  • 2
  • 8
  • 22
0
votes
1 answer

Realted to Telerik Rad Grid design

I want to Design something like this Suppose there 3 row with some header and under each row mutiple rows are there Rate 3.5 Text Image Text Score 2.4 Text Image Text Quanity 1.5 Text Image Text
Aditi
  • 1
  • 1
0
votes
1 answer

Find RadListBox item by value, server-side

I'd find a transfer specific items in a RadListBox in the codebehind. From what I've been able to find, FindItemByValue is a client-side function. Is there a server side equivalent? Here's what I have right now, but FindItemByValue always returns…
Jimmy
  • 2,805
  • 6
  • 43
  • 57
-1
votes
4 answers

how to deselect a row in RadGrid for windows forms?

I tried the ClearSelection method, it is deselecting the row but the selected cell is still highlighted
Ali Tarhini
  • 5,278
  • 6
  • 41
  • 66
-1
votes
1 answer

CSS Text-Indent equivalent to apply to Android Browsers

I have tabular data in a Telerik RadGrid where I'm converting the table cells 's to display: inline-block so they will "stack" vertically for mobile devices. Works great... except for when one of the items text is longer and is forced to wrap,…
Jeff King
  • 17
  • 4
-1
votes
2 answers

What control could I use to represent deep hierarchy structure?

I'm going to build a hierarchy structure. Each layer contains about 12 columns and in total I'll have 7 layers of hierarchy. I have used [RadGrid Hierarchy nested table][1] features on some of the pages which had 1-2 nested tables and it works fine,…
The Light
  • 26,341
  • 62
  • 176
  • 258
-1
votes
1 answer

Select all rows on a radgrid component

I have a telerik radgrid component. It has paging (Pagesize 10). Its total rows are mostly about 130 - 140. How can i select all these data, including the ones whis are not on the screen at that time. For example i am at the third page. I press a…
Curious
  • 474
  • 1
  • 8
  • 25
-1
votes
1 answer

RadContextMenu inside RadGrid does not show up when placing RadGrid inside Panel/div with visible false

Below is the code I am using to show RadContextMenu when right click on RadGrid rows: HTML:
timz_123
  • 435
  • 1
  • 9
  • 47
-1
votes
1 answer

SQL Query not returning proper records

I have 3 Tables from which I have to fetch records together, and have to display in a RadGrid. From Table-1 say Request table, I have to fetch below columns: R.RequestID R.BarcodeNo R.Company R.Status from Table-2 say Xml table, I have to fetch…
timz_123
  • 435
  • 1
  • 9
  • 47
-1
votes
1 answer

Radgrid Column total at footer when auto generate column is true

I need to show Row total at footer when dynamic generate columns is true in Telerik radgrid.
1 2 3
75
76