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

Not able view all grouped columns

0 Answers 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
srinivas
Top achievements
Rank 1
srinivas asked on 22 Feb 2012, 10:35 AM
Hi,
Not able view all grouped columns. getting scrolling for  rows and columns and not for group panel,how can i enable scrolling in GridViewGroup Panel.Am using RadControls for WPF Q1 2011 SP1 build(licensed version)

Xaml Code

<Window x:Class="TestGrouping.MainWindow"
        Title="MainWindow" Height="500" Width="500" WindowStartupLocation="CenterScreen" WindowStyle="ToolWindow" ResizeMode="NoResize">
    <Grid>
        <telerik:RadGridView x:Name="TestGridView" IsReadOnly="True" ItemsSource="{Binding}" AutoGenerateColumns="True"  HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="5"
                                     RowIndicatorVisibility ="Collapsed" IsFilteringAllowed ="False" SelectionUnit="FullRow" SelectionMode="Single"  ShowGroupPanel="True"  ScrollViewer.HorizontalScrollBarVisibility="Auto"
                                     ScrollViewer.VerticalScrollBarVisibility="Auto">
  
             
        </telerik:RadGridView>
    </Grid>
</Window>


Regards
srinivas.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
srinivas
Top achievements
Rank 1
Share this question
or