rvermeulen
Member
I have a datagrid that is bound to a resultset. I have a checkbox and the column returned from the resultset in the grid.
The problem Im having is this. The result set is returning 50 records, which causes the grid to build beyond the page and you have to scroll the page down to see the entire grid.
What I would like to do is something like the dataList allows you to do. You can set the RepeatColumn attribute and the RepeatDirection to allow the list to build horizontally and look better. Is there a way to accomplish this with the dataGrid ? Or is the solution putting a scroll bar on the datagrid and set its height and width and use the scroll bar within the grid to scroll.
Does anyone have any insight?
Thanks in advance!
Rick
The problem Im having is this. The result set is returning 50 records, which causes the grid to build beyond the page and you have to scroll the page down to see the entire grid.
What I would like to do is something like the dataList allows you to do. You can set the RepeatColumn attribute and the RepeatDirection to allow the list to build horizontally and look better. Is there a way to accomplish this with the dataGrid ? Or is the solution putting a scroll bar on the datagrid and set its height and width and use the scroll bar within the grid to scroll.
Does anyone have any insight?
Thanks in advance!
Rick