I have a grid with many columns and I'd like a horizontal scroll bar for the grid only, not the entire page. How is this done? I can't find an example or docs anywhere.
Thanks,
-Shane
you can just set a grid width, which is smaller than the total width of all columns. You need to have column widths , and a grid width, in order to have a horizontal scrollbar. Otherwise if you simply set a grid width, and no column widths, the columns will be shrinked to fit the grid width.
Hope it helps
Angel
can you please upload a sample of how this is done? I can't seem to understand what should be done.