We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

DataPagerExt examples?

So far I've only found 1 example in the online documentation on how to create a data pager ext control.  However, I do not see how it is bound to a specific grid.  I have the following set up in XAML and in the code I"m binding data to the Grids ItemsSource property.  The pager does not seem to be working for the data.

                <Grid Name="viewContainer" >
                    <Grid.RowDefinitions>
                        <RowDefinition />
                        <RowDefinition Height="Auto"  />
                    </Grid.RowDefinitions>
                    
                    <syncfusion:DataPagerExt Grid.Row="1" PageSize="25" DisplayMode="FirstLastPreviousNextNumeric" NumericButtonCount="10" />
                    
                    <syncfusion:GridDataControl 
                        
                        Grid.Row="0"
                        
                        Name="grd" 
                        AutoPopulateColumns="True" 
                        ActivateCurrentCellBehavior="ClickOnCell" 
                        AllowDelete="False" 
                        AllowSelection="Multiple" 
                        AutoGenerateColumnsInfo="True" 
                        
                        ColumnSizer="AutoOnLoadWithLastColumnFill"
                        EnableOptimizations="True" 
                        EnableRenderOptimization="EnableOptimizations" 
                        ShowAddNewRow="False" 
                        ShowGroupDropArea="False" 
                        ShowRowHeaderArrow="False" 
                        VisualStyle="Metro" 
                        ShowTableSummaries="False" 
                        ListBoxSelectionMode="MultiExtended" 
                        ShowFilters="True" 
                        ShowColumnOptions="False" 
                        BorderThickness="1"
                        
                        EnablePaging="True"
                        
                        />
                </Grid>

Thanks,
-jv

1 Reply

RG Rajasekar G Syncfusion Team June 4, 2013 08:11 PM UTC

Hi Jeff,

 

Thank you for your interest  in Syncfusion products.

 

We have analyzed your query and you can refer the paging sample from the following location.

 

Location:

 

<System directory> AppData\Local\Syncfusion\EssentialStudio\<version>\WPF\Grid.WPF\Samples\3.5\GridDataControl\Paging\

 

For your more information please refer the documentation from the following location.

 

Documentation Link: http://help.syncfusion.com/ug/wpf/grid/default.htm#!documents/4236pagingsupportforgriddatacontrol.htm

 

Regards,

Rajasekar


Loader.
Live Chat Icon For mobile
Up arrow icon