posted 14 years ago
Hi,
I have a requirement to create a data table. and in the datatable first column first row cell has one row/record of data, where as first row and second column has multiple rows/records of data corrsponding to first column and first row cell data( one to many).
Third column has many rows of data corresponding to first column data(1 record/1 row)
mn
COMPANY --- PRODUCT TYPES ---- LOCATIONS
------------------------------------------------------------------------
ABC ---- colortv --- Shop1
-------- - - laptop --- Shop2
----------------------------------------------------------------------
XYZ -- watches -- Shop2
----- --- desktop --- Shop3
How to create a data table with this type of data/structure.
Thanks
Kumar