diff --git a/README.md b/README.md index 260fc6c..fed69ce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# How to to display the RowIndex in GridRowHeaderCell when combined with SfDatapager in WPF DataGrid - -You can display row numbers in the GridRowHeaderCell by customizing the RowHeaderCell style. This can be achieved by binding the RowIndex to the TextBlock.Text property and using a MultiValueConverter. Additionally, you can handle the PageIndexChanged event in SfDataPager. This is demonstrated below. +# How to display the RowIndex in GridRowHeaderCell when combined with SfDatapager in WPF DataGrid? +You can display row numbers in the [GridRowHeaderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html) by customizing the `GridRowHeaderCell` style. This can be achieved by binding the `RowIndex` to the `TextBlock.Text` property and using a MultiValueConverter. Additionally, you can handle the PageIndexChanged event in `SfDataPager`. ```XML