Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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!

1
Vote

There is a bug where the max height of a data grid's dialog is limited by the height of the grid.  A grid with few rows makes a dialog's max height smaller than a grid with many rows.

I have taken a sample from the forums and by changing the data load function from 

GetOneRecord to GetAllRecords and back you can see the height of the add dialog is less than 658 when only one record is in the grid.

Here is the original forum post I ran across.

NOTE: This was shared as Feedback as I could not figure out how to report a bug, there doesnt seem to be an obvious option to create a bug report.