This is a migrated thread and some comments may be shown as answers.

Multiple RadGrids side-by-side and scrolling down

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Timo
Top achievements
Rank 1
Timo asked on 03 Jan 2012, 04:21 PM
Hi,

I am wondering if multiple Radgrids can be put side-by-side so that end user gets a feeling that those are the same grid?
In practise, if end user scrolls down a grid, both grids are scrolled down at the same time.

I hoped I could use single RadGrid in my application, but it seems that one can't 'drag to select' Items in a column. It seems that 'drag to select' functionality always selects entire grid rows? My application should allow the end user to 'drag to select' just one or multiple items in a specific column.

BR,
Timo


1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 04 Jan 2012, 11:07 AM
Hello Timo,

 This is not a standard supported scenario for RadGrid. You can try to handle the OnScroll client-side event of the second grid and then manually adjust the scroll position of the first grid for example by setting the scrollTop property of the inner scrollable div element.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Timo
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or