I was wondering if it is possible to add multiple lines on a specific column in a ListView, but not to all the columns.
For example I store names & car numbers in a database. So if one person has more than one car I don't want to display every car as a new record. I just want to display the name in one column and the car numbers in the other, like this:
------------------------------------------- | NAME | CAR NUMBER | ------------------------------------------- |Jhon Smith |ABCDE - 12345 | ------------------------------------------- |Joe Doe |DOLDG - 16874 | ------------------------------------------- |Batman |OHIMN - 68755 | | |POIYH - 98749 | | |OHSAL - 96436 | -------------------------------------------
Same question goes for DataGrid too.
*Hope I don't get a warn for using the code tag like this.

New Topic/Question
Reply




MultiQuote





|