Ticket Q411353
Visible to All Users

WPF - Vertical Grid

created 13 years ago

Hi,

Is it possible to change the dxGrid's orientation to have a vertical grid ?

Like the XtraVerticalGrid Control but for Winforms. (http://documentation.devexpress.com/#WindowsForms/CustomDocument2463)

Regards

Answers

created 13 years ago (modified 13 years ago)

Hi,
Thank you for your message.
We do not provide a vertical grid in WPF. At present, you can try the approach shown in the "Dynamically Assign Data Editors" demo in DXGrid demos to use the GridControl instead of VerticalGrid control. This demo illustrates how to show data where the first column contains category names. It creates the impression of vertical records. By the way, you can hide real column headers by setting the DataViewBase.ShowColumnHeaders property to false. In addition, you can change the background and foreground colors for the first column by using the ColumnBase.CellStyle property. However, you will not be able to sort/filter/group data against these fake column headers.
I hope that this information will allow you to implement your requirements.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.