HI,
I have a grid which has only one row but around 25 columns. So,i want to romove horizontal scrolling and get the columns which are not visible in the space provided for the grid to be shown below the previous columns. Say something like columns 8-15 below columns 0-7 and ofcourse the corresponding row. Is ther any way to do it in the Grid?
Thank you
Navi
Sorry, I should have been more specific.In order to get the headers to appear in the row along wih the cells, you have to set the RowLayoutLabelStyle property on the band to WithCellData.
Hi
Can you explain me in a bit more detail how to use RowLayouts for my purpose. I've used RowLayoutColumnInfo but its still the same. A grid of columns followed by a grid of cells. I want the cells to be shown along with the corresponding columns.
Thanks
You can't do that with Groups and Levels, but you can do it with RowLayouts. :)
Hi,
The problem was with threading, its been resolved. I am running it on a separate thread. Anyway, this time, the columns are coming just like before and the rows are comg below all the columns. Its like an 'm by n' grid of columns below which there is 'm by n' grid of cells. Isnt there anyway for the rows to be shown along with columns?
Hi Navi,
No, I don't see how editors could matter. I'm afraid I am at a loss to explain this. If you are setting the groups and the columns, then I see no reason why the rows would not show up.
Can you duplicate this in a small sample project?