If a row of data in a dataset has a lot of columns the row displaying the
data in a datagrid will run way off the screen. What I'd like to do is
display a row of data over two datagrid rows so the user doesn't have to
scroll horizontally. Essentially, I want to wrap a datagrid row (not text in
individual columns) with as much control as possible.
For example, 10 columns on the first row and then 3 columns on the second row for the same physical record in the dataset.
Is this possible? Or is a datalist the only straightforward way to do this?
Thanks
data in a datagrid will run way off the screen. What I'd like to do is
display a row of data over two datagrid rows so the user doesn't have to
scroll horizontally. Essentially, I want to wrap a datagrid row (not text in
individual columns) with as much control as possible.
For example, 10 columns on the first row and then 3 columns on the second row for the same physical record in the dataset.
Is this possible? Or is a datalist the only straightforward way to do this?
Thanks