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

I am using datagrid control in asp.net core 5.0 razor web app

I have four columns User Name | Work Type | Work From Date Time | Work To Date Time

I have rowgroup for column User Name, Work Type

in the groupCaptionTemplate i want to show the Minimum of Work From date time and Maximum of Work To Date Time

The user have worked for multiple days on the same Work Type

but it shows the Min and Max of only the first record