grouping similar data

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

2 Replies

AD Administrator 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


AD Administrator Syncfusion Team August 13, 2004 03:00 PM UTC

thanks

Loader.
Up arrow icon