Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid: Multiple Rows Per Dataset Row

Status
Not open for further replies.

olypost

Programmer
Apr 15, 2005
43
US
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
 

ASP.NET Forum: forum855

A smile is worth a thousand kind words. So smile, it's easy! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top