Hi,
Please help to achevie below result in asp.net :-
Date | Order Details | Order Numbers |
27/06/2020 | ABC DEF FGC | 123 456 789 |
i want all the details related to same date on the grid but date should visible only once but the orde details and order number can details multiple time .
And the header of the Grid should be Expand and collapse option by date, when user add more records then new row create with the same header name with Expand and collapse option by date .
Date | Order Details | Order Numbers |
27/06/2020 | ABC DEF FGC | 123 456 789 |
Date | Order Details | Order Numbers |
27/06/2020 | ABC DEF FGC | 123 456 789 |
Like this .
Thanks