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
Hello Sufyan,
After some research RowNumberingStartingRow has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI13020063
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
I don't want to set RowNumberingSeed="-1". I start number from 1 to onward from row 3rd, and not mentioned row numbers of first two rows.