radgrid

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...

Radgrid edit/update not working..

Hi, I'm having a wired problem with Radgrid.. Im using a Radgrid to display some results where the user can edit/update/delete them. I'm using a single SQL Server 2000 table to fetch the results... Not sure why the events are not firing in radgrid. But I am able to do it successfully using the Gridview control... Im using .NET framewo...

Telerik Silverlight RadGridView - need to click buttons twice

I have a Silverlight UserControl with a Telerik RadGridView control and a handful of button controls. The problem is that when I edit a cell in the grid view and then click any of the buttons the button command does not execute until; the button is selected a second time. The first press seems to remove the focus from the RadGridView a...