This question is locked. New answers and comments are not allowed.
Hi,
I am having a DataPager control which I have bound to a Property in ViewModel. This property basically keeps both the Grid and the pager in sync. I am doing this since I am doing Server side paging for Grid.
As you can see in Screenshot, I see that the DataPager's next button is always active and enabled. This is giving a wrong inpression to the users.
Following is the code I am using ->
Can you please please help me resolve this issue.
Regards,
Bhavik.
I am having a DataPager control which I have bound to a Property in ViewModel. This property basically keeps both the Grid and the pager in sync. I am doing this since I am doing Server side paging for Grid.
As you can see in Screenshot, I see that the DataPager's next button is always active and enabled. This is giving a wrong inpression to the users.
Following is the code I am using ->
<telerik:RadDataPager Height="40" x:Name="pagerSearchResultsTop"DisplayMode="FirstLastPreviousNextNumeric" AutoEllipsisMode="Both"PageSize="{Binding PageSize, Mode=TwoWay}"PageIndex="{Binding PageIndex, Mode=TwoWay}"ItemCount="{Binding ItemCount, Mode=TwoWay}" telerik:StyleManager.Theme="Windows7"/>Can you please please help me resolve this issue.
Regards,
Bhavik.