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
165
XamDataGrid row numbering
posted

Hello, I am trying to add row numbers to my data. I have used the method outlined in this post, but there are some issues with that approach:

  • My data is hierarchical so I get seperate numbering for the parent and child rows. Is there any way to make the numbering consecutive across all the data? 
  • I display the Labels as a header at the top of the data: because of the extra text block, all the row contents get shifted and aren't aligned with their labels. Is there maybe a way to add a fake label (e.g.: "#") dynamically? 
  • The filter row also gets a row number, is there any way to disable that?

In general, it would be great to see a more straightforward way to have row numbering. It would be a very useful feature to have!

Thanks,

Pavel