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
can you please upload a sample of how this is done? I can't seem to understand what should be done.
Yep, that did it. A simple thing, but I couldn't find an example of it. You may want to consider adding many columns to some of your demo apps.
Hi,
I hope you followed Angel`s recommendation.
For any further questions that you might have regarding this do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
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