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!>
Thanks for joining our community and helping improve Syncfusion products!
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