D
DAXU
Is it possible to display two items in one row in GridView?
For example, a table returns 10 products.
Name Price
p1 1
p2 2
..............
p10 10
In the GridView, can I display like this?
ProductName UnitPrice ProductName UnitPrice
P1 1 P2 2
P3 3 P4 4
Many Thanks
Jerry
For example, a table returns 10 products.
Name Price
p1 1
p2 2
..............
p10 10
In the GridView, can I display like this?
ProductName UnitPrice ProductName UnitPrice
P1 1 P2 2
P3 3 P4 4
Many Thanks
Jerry