Rotated Grid Control
The XtraVerticalGrid Suite includes the VGridControl component that fully supports data binding via ADO.NET and arranges data rows as columns thus presenting data as a 90-degree rotated grid control. The following data source types are supported:
- Databases.
Simply configure an appropriate ADO.NET provider and you are done. - Collection Objects Created at Runtime.
You can use any object that support IList or ITypedList as the vertical grid's data source. - XML Files.
This is possible since you can easily load an XML file's content into a DataSet.

|