Home All Groups Group Topic Archive Search About

Handling Data grid Spliting in VB.Net

Author
27 Apr 2006 11:53 AM
Devesh
Hi, I want to display some parameters & their value in Same data grid as
shown
     Parameter    | Value     |  Parameter    | Value       |Parameter  |
Value
So please suggest me the way to Split grid which will have first row as above
& Rest row will contain Param Name & Values. These all parameter & values, i
am having in Data set.

Another problem is that since parameters are more .So in Data grid vertical
Scroll bar is coming. When we scroll down, In the mean time new data will
refresh the grid (As we are displaying Parameters of realtime data) & scroll
bar is again at top position. Is there any method to control this scroll bar
position.
Waiting for ur suggestions