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

Turn off scrolling in Details only

1 Answer 108 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 29 Dec 2010, 06:16 PM
I have a RadGridView with 3 to 15 columns.  Depending on user options and the space available, there will be some scrolling.  The RowDetails however should not allow scrolling.  They should always appear fixed in the window.

My biggest problem is that I have a WrapPanel in these details which decides it has infinite width.  I absolutely need it to wrap.

The second goal would be to make the wrap panel stay in view even when the grid is scrolled although this isn't quite as important.

The RowDetails has a DataTemplate.  The DataTemplate contains a StackPanel oriented vertically, and then contains a WrapPanel and a TextBlock.  Both the WrapPanel and the TextBlock need to wrap.

Is this possible?

1 Answer, 1 is accepted

Sort by
0
Accepted
Yordanka
Telerik team
answered on 30 Dec 2010, 10:09 AM
Hello Paul,

You may take a look at our Row Details demo for a reference.

Let us know if you need any further assistance.

Regards,
Yordanka
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
Paul
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or