Skip to content

Commit 6b0a3e2

Browse files
committed
ES-942905 changes in DataGrid/Paging.md
1 parent 71a29fa commit 6b0a3e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wpf/DataGrid/Paging.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ private void FilterBtn_Click(object sender, RoutedEventArgs e)
404404
Here, records are filtered based on the textbox text in clicking event of Filter button. Initially `PageCount` is 5 and it is changed as 3 once the records are filtered.
405405
![WPF DataGrid displays Altering Page Count for DataPager while Filtering](paging_images/wpf-datagrid-datapager.png)
406406

407-
You can refer the [sample](https://www.syncfusion.com/downloads/support/directtrac/133329/ze/DataPager398566735) from here.
408-
409407
### Sorting complete collection
410408

411409
You can sort the complete collection with ‘OnDemandPaging’ by using [SfDataGrid.SortColumnChanging](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_SortColumnsChanging) event.

0 commit comments

Comments
 (0)