telerik-grid

How to insert Dropdown list box in Telerik grid

Hello Friends, I have a telerik Grid, with two columns I need to keep Second column as Dropdown list box with in the grid, I am using Asp.net mvc Control Can any body tell me how to do this? thanks ...

RadGrid select rows problem

Hi all: I have RadGrid from telerik with GridClientSelectColumn column ,when the user check records and click action button the SelectedItems is empty. Is there any way to retrive SelectedItems? ...

How to know the colmn on which filtering is applied on telerik grid in MVC

Hi I have an MVC application and in that i am using telerik grid to display the list . I am also using filtering option on the column. Is is possible to know on which column the current filtering is applied i.e to get the column name and value or if possible to highlight thoes column. Thanks supriya ...

Insert row in nested Telerik MVC grid

Insert new row button doesn't insert new row in nested grid(Ajax Binding) when I hide (Hidden = true) key field. Is it a bug or I missed something? Do I need to bind key field for getting it's value in controller method? I see in telerik examples that its' not obligatory... ...

drag and drop from radtreeview into grid

Can anyone suggest most accurate events handlers to be used for the below mentioned description: I have a radtreeview and i will drag radtreeviewitems (nodes in the tree) onto a grid. I want to raise an event when an item is dropped into the grid, then check whether the type of the dropped item is radtreeviewitem. ONLY if it is a radtr...

telerik radgridview drop event handler

I have a populated telerikGridView:RadGridView. I am dragging nodes from a Treeview into this radgridview. How to I get (capture) the row & column of the cell where the node is being dragged into? the source is a telerikNavigation:RadTreeViewItem (i would extract the header text of course) and the target is just a telerikGridView:RadG...

Telerik Html.Grid Style Sheet issue

I started using the Telerik Html.Grid today and have already run into a problem. The Grid itself is appearing, but text based so i know this is a style sheet issue. Also, i have been following the usage instructions with the documentation. Ill go through them and explain what i did, maybe my interpretation was wrong. 1)Open an existing ...

Telerik.Web.Mvc grid. In the .DetailView not calling the Ajax method.

I am using free Telerik.Web.Mvc grid and following this example: http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax My Issue: I am populating the grid with search results after user input some data and submit with a search button In the DetailView() method I reference my 'SearchQuote_QuotesForHierarchyAjax' method, which is in defi...

Silverlight - GridView Binding object to cell template

Hi, I am new to the Silverlight. In our application, we are using Silverlight 4.0, Telerik 2010. I am solving one issue that is related to RadGridView. Because of some implementation details [Need to create dynamic column names] , i have to create Custom data Table object. and bind that object to the Grid. E.g. Class Employee { ...

Silverlight: Telerik RadGridView CellEditTemplate fetching controls issue

Hi All, I am new to the Silverlight. At the runtime i am assigning cellEditTemplate to the cell, now when user double click on perticuler cell then it opens that perticuler cell in edit mode. now while entering to the edit mode, I have to fetch the control from edittemplate and need to assign the value. But I am not able to fetch that...

Telerik RadControl Grid: Scroll bug in IE & Chrome

Hello, Im using the Grid control from Telerik's RadControls. The grid is populated with thousands of records and lists 50 records per page. I have some filtering options appearing above and the solution is in ASP.NET 3.5 with NHibernate 2.1. Everything works fine and dandy except for when i select one of the bottom rows and some weird ...

How to merge columns using Telerik RadGrid control

I know I need to use Template Columns, but I am not clearly understanding how to use it. I have a datasource which returns a collection, I can assign each property in the collection to a column. But how do I: Merge two columns? such as col.prop1 +' '+ col.prop2 ? Execute some methods on the properties such as col.prop1.ToString(ov...

Telerik MVC Grid : Putting a button in a column

What im trying to do is have an edit button that instead of opening the line for editing, it forwards you to a page where you can edit. Is this possible? I tried something with the client template, but the grid render is ignoring it completely. ...

JQuery : Forcing page to halt until data is finished loading

I might be wrong about what is actually happening here but i have 3 Html.dropdownlists. And im using jquery to handle filtering which does actually work. However, there is some odd behaviour which i think might be because data isnt finished loading before the next function is called. For instance: Some background. Company: Owns sever...

How Add fake row in Grid helper Telerik to ASP.NET MVC

I need to add a line in the thead of table that going contenter inputs and selects that are used as parameters for filtering. It is more or less how I wanted to stay: <table> <thead> <tr> <th> Name </ th> ... <th> Type </ th> </tr> <tr> <!-- this is the 'tr fake' in th...