Home All Groups Group Topic Archive Search About

Questions about DataGrid

Author
6 Jan 2006 4:52 AM
Steven
I have 2 questions about the DataGrid in VB.Net:

1. Can I define more than 1 row of header for using the grid?
2. Can I merge multiple cells into a single cell on the same row?

Thanks!

Author
6 Jan 2006 9:01 AM
Cor Ligthert [MVP]
Steven,

>
> 1. Can I define more than 1 row of header for using the grid?

No

> 2. Can I merge multiple cells into a single cell on the same row?
>
Yes

In the same way as here with the combobox
http://www.vb-tips.com/default.aspx?ID=e8fee3e3-3ca7-4bb0-81dc-f0b560f43e7c

I hope this helps,

Cor