Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes
It seems that if we set the RowHeight to certain values (e.g. 15.66) and we have a top table summary row, the first row of the data is not displayed. If we set the RowHeight to 15.6 or 15.7 it works fine, but 15.66 seems to cause problems. In our app the value is calculated based on the font size and we noticed at certain font sizes we missed the first row.
I've created a test project to illustrate this: https://github.com/StefanCuypers/SfDataGridTestSummary

There is a print screen in the project showing the missing first row.