Questions tagged [radgrid]

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

1135 questions
2
votes
2 answers

Using jQuery to resize all editable fields in grid

I have a RadGrid on one of my webforms, and I'm using InPlace (inline) editing, with an empty row at the bottom for inserts. When the grid loads, the columns are being automatically resized post-render (you can actually see the columns adjusted…
James Johnson
  • 45,496
  • 8
  • 73
  • 110
2
votes
1 answer

Telerik RadGrid (ASP .Net) - Page Size filter Bug / Lost

By default, the RadGrid displays 10 records and has a drop-down filter to increase the…
AnimaSola
  • 7,146
  • 14
  • 43
  • 62
2
votes
1 answer

Error with automatic delete when RadGrid is bound to EntityDataSource

I have a RadGrid that's bound to EntityDataSource. A few of the columns are bound to navigation properties of the bound entity. When I try to delete a record, it gives the following error: Error: Sys.WebForms.PageRequestManagerServerErrorException:…
Chuck
  • 332
  • 4
  • 15
2
votes
1 answer

RadGrid localization

I know that RadGrid and other RadControls have Culture property which is demonstrated everywhere on telerik web site. But is there a way to force all telerik controls to use System.Threading.Thread.CurrentThread.CurrentUICulture when choosing…
Radek Stromský
  • 838
  • 3
  • 12
  • 27
2
votes
0 answers

How to activate a button when something changes with Telerik RadGrid

I work with WebForms and Telerik. On my site I have a RadGrid with a GridTemplateColumn.
BigShady
  • 33
  • 8
2
votes
1 answer

How to show raw XML string in Telerik:RadGrid columns without rendering

I have a telerik:GridBoundColumn in my telerik:RadGrid as a string type with some XML codes. How can I show that column (raw XML) in that RadGrid without rendering? My problems: my grid direction is right to left for some reason... so at first I…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
2
votes
1 answer

Silverlight RadGrid Bind Column to Object

Simple question.... I have an issue binding a column in RadGrid (SILVERLIGHT) to a custom type. My scenario:
user756037
  • 285
  • 1
  • 8
  • 20
2
votes
1 answer

Radgrid stop the ability to add new and edit a row at the same time

On my radgrid I have inline inserting and editing. It is possible for the user to click "Add New" which gives them an editing template and then to click "edit" on an existing record. This results two editors being visible. I would like to stop the…
Remotec
  • 10,304
  • 25
  • 105
  • 147
2
votes
2 answers

RadGrid populate drop down in insert/edit mode

I have a RadGrid which has in place insert and edit functionality. One of the fields is a drop down. My requirements are When the user clicks "Add New" I want to be able to change some of the properties on the dropdown and populate it when…
Remotec
  • 10,304
  • 25
  • 105
  • 147
2
votes
1 answer

Telerik RadGrid FilterDelay property postbacks on INS key

I think I'm screwed here, but thought I would ask in hopes that maybe somebody knows some magic I can't find on Google. I have a RadGrid setup to filter columns with a FilterDelay="500" value set. FilterDelay causes the grid to automatically do a…
Figmo
  • 21
  • 2
2
votes
1 answer

Overriding a radgrid row with a sliding popup when i click on delete option

I have a problem with radGrid Control.. According to my clients requirement we are displaying data in radGrid. But what my problem is, when we click on delete button, the row which has to be delete should be replace with a sliding popup asking "…
Naresh
  • 21
  • 4
2
votes
2 answers

Pass a int through to different page on button click

Hi I have a page that has a load of check boxes, when one is selected the user then clicks the button to go to a new page. I need this new page to have the ID of the record selected from the previous page in it. I can't work out how to get the int…
2
votes
2 answers

Getting the values of a dynamically created control inside Telerik:RadGrid

I have a telerik RadGrid to which I am adding columns dynamically on click of a button. The Code is as follows : private void AddColumns() { try { DataTable dtParMaintenanceListHeaderData =…
Sandeep
  • 473
  • 1
  • 7
  • 27
2
votes
2 answers

How to remove filter button on Telerik RadGrid

I'm really new to asp.net and Telerik... I have a RadGrid with filtering. I set AutoPostBackOnFilter="true" and CurrentFilterFunction="Contains" on my columns. Ok it works fine, user don't have to open drop-down list to select type of filter. But…
Olof
  • 524
  • 5
  • 20
2
votes
2 answers

Sample Data Not Appearing During Runtime

I have a RadGrid with sample data being used. The problem i am facing is that, even after i changed the design time data context mode(that is, changed "d:DataContext" to "DataContext"), i am unable to see the sample data during runtime, though the…
Sangeetha
  • 485
  • 2
  • 9
  • 24