The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
hi ,
I have data from database similar to this
ID DATE T1 T2
------------------
1 7/7/04 abc RTD
1 7/7/04 qwe EGD
1 7/7/04 wer YUO
2 8/7/04 dff TER
i need to group this data by ID & DATE..
T1 T2
-----------------
ID:1 DATE : 7/7/04
-------------------
abc RTD
qwe EGD
wer YUO
-----------------
ID:2 DATE : /7/04 // SEPERATOR ROW
-------------------
wee QWE
qas JKF
for that i am trying to add a SEPERATOR ROW for EACH GROUP
can someone help me with this
Thanks
Shri
ADAdministrator Syncfusion Team August 13, 2004 11:27 AM UTC
Hi Shri,
take a look at the example posted in http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=16863
You should be able to modify it such that you can group by two columns (ID and Date) at the same time and specify a caption that shows both ID and Date.
Let me know if you need more detailed help.
Thanks,
Stefan
ADAdministrator Syncfusion Team August 13, 2004 03:00 PM UTC