1 Attachment(s)
is it able to merge specific cells of datagrid control ?
dear all,
i wonder, is it able to merge cells of datagrid control ?
i am building an inventory application in vb6 with SQL Server as DBMS.
i want to deliver the data like this :
Code:
-------------------------------------------------------------
TransID | Customer | Products Bought |
-------------------------------------------------------------
T0001 | Jane | Sugar, Candy |
-----------------------------------------------
| John | Shoes, short, T Shirt |
-------------------------------------------------------------
T0002 | Mandy | Mouse, KeyBoard |
| | Memory, Processor |
-----------------------------------------------
| Jessica | Monitor, DVD, Speaker, |
| | SoundCard, VGA CArd |
------------------------------------------------
| Joan | Toshiba Laptop |
--------------------------------------------------------------
T0003 | Carrie | Groban VCD, Ball, Table |
-------------------------------------------------------------
is it possible to build such view using DataGrid ? or
maybe there is another way to build such this not using DataGrid ?
Thnx in advance :D
rgrds,
Szpilman
Re: is it able to merge specific cells of datagrid control ?
maybe Data Provider SHAPE is useful for you want.
Re: is it able to merge specific cells of datagrid control ?
sorry if i keep on asking..
would u explain more about Data Provider Shape ?
thnx :)
1 Attachment(s)
Re: is it able to merge specific cells of datagrid control ?
Not with a DataGrid, but with a MSHFlexgrid, you can shape to suit your needs.
Re: is it able to merge specific cells of datagrid control ?