C
Craig Banks
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 several 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. Make sense?
While this seems simple enough on the surface, I can't figure out how to do
it and the scant information I've seen on the Internet says it can't be done
without buying a 3rd party datagrid -- Infragistics' NetAdvantage was
recommended. To make a long story short, I called them and it isn't clear
their NetAdvantage product supports this either.
In the past, I've done this building HTML tables on the fly but my team at
work wants to standardize on using the datagrid since most of our developers
come from a VB6, not a web development, background.
Thanks for the help!
data in a datagrid will run way off the screen. What I'd like to do is
display a row of data over several 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. Make sense?
While this seems simple enough on the surface, I can't figure out how to do
it and the scant information I've seen on the Internet says it can't be done
without buying a 3rd party datagrid -- Infragistics' NetAdvantage was
recommended. To make a long story short, I called them and it isn't clear
their NetAdvantage product supports this either.
In the past, I've done this building HTML tables on the fly but my team at
work wants to standardize on using the datagrid since most of our developers
come from a VB6, not a web development, background.
Thanks for the help!