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

Cannot see a DataPager on th GridView

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alice
Top achievements
Rank 1
Alice asked on 15 Oct 2013, 09:25 AM
Hi, 

The DataPager does not show up at the end of the GridView.

WPF Trial Project.

Here is my code :

    <Grid >
        
        <Grid.RowDefinitions>
            <RowDefinition />
            <RowDefinition Height="Auto" />
        </Grid.RowDefinitions>
        
        
        <controls:RadGridView  
                      Name="radGridView1" controls3:StyleManager.Theme="Windows8Touch" ColumnWidth="*" AutoGenerateColumns="False">
            <controls:RadGridView.Columns>
                <controls:GridViewDataColumn DataMemberBinding="{Binding Type}"  Header="Type" >
                    <controls:GridViewDataColumn.AggregateFunctions>
                        <data:CountFunction Caption="Total # of records: " />
                    </controls:GridViewDataColumn.AggregateFunctions>
                </controls:GridViewDataColumn>
                <controls:GridViewDataColumn DataMemberBinding="{Binding NumDossier}" Header="Numéro de dossier" />
                <controls:GridViewDataColumn DataMemberBinding="{Binding NomCommune}" Header="Nom commune" />
                <controls:GridViewDataColumn DataMemberBinding="{Binding Ref}"  Header="Ref" />
            </controls:RadGridView.Columns>
        </controls:RadGridView>

        <telerik:RadDataPager 
                                Name="xRadDataPager" 
                                Source="{Binding Items, ElementName=radGridView1}" 
                                PageSize="5" />
    </Grid>

Any suggestion?
Regards,

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 15 Oct 2013, 09:29 AM
Hello Alice,

Please check out the other forum thread you started on the same topic and the sample I attached there.  

Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Alice
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or