Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2290
RowNumberingSeed of XamGrid
posted

Hi All,

I am using MVVM, and want to skip first two rows of the xamgrid and display row number from row 3rd to onward. Its default behaviour to start numbering from the row "0". How can i customize it and display number from the xamgrid row 3 to onward. Same like shown in image. My xaml is following....

<ig:XamGrid.RowSelectorSettings>
      <ig:RowSelectorSettings x:Name="rowSelectorSettings" Visibility="Visible" EnableRowNumbering="True" RowNumberingSeed="1" />
</ig:XamGrid.RowSelectorSettings>

Regards

Sufyan