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

Display count of shown rows insteads of count of groups

0 Answers 72 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 11 Nov 2015, 02:56 PM

Hello,

i am trying to use DataPager to display the count of rows in GridView, which are filtered or grouped in the GridView.

Then i have the Binding of Items with GridView.

<telerik:RadDataPager
            Grid.Row="1"
            PageSize="25"
            Source="{Binding Items, FallbackValue={x:Null}, ElementName=GridView}"/>

My problem is that, if i use Groupe function of GridView, i will see the number of groups insteads of the number of shown rows of GridView in DataPager.

Has somebody solved this problem? Thanks a lot!

Ivan

 

No answers yet. Maybe you can help?

Tags
DataPager
Asked by
Ivan
Top achievements
Rank 1
Share this question
or