Hi Michael,
Straight to your questions:
1) You can customize the properties of auto-generated columns at runtime by providing a handler for the grid's
ColumnCreated event. In the event handler, cast the column to the appropriate type and set its attributes. More information is available at the bottom part of
this help article.
2) To set common width for all columns you can set MasterTableView Width property to the desired value.
3) In order to display horizontal scroll for navigation, you need to make sure that the
total width of the columns (either auto-generated or declaratively set) exceeds
the width of the grid as demonstrated in
this online demo.
All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.