Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6254667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:13:13+00:00 2026-05-24T14:13:13+00:00

Normally (and naturally), each entry in a list is presented in a row in

  • 0

Normally (and naturally), each entry in a list is presented in a row in the grid control, but there’re cases when I need to show each entry in a vertical format, i.e. in a column.

For example, for a simple grid like:

  • Name Email Age Address
  • John j@a.com 30 John’s address
  • Joe j@b.com 30 Joe’s address
  • Tom t@c.com 30 Tom’s address

Is it possible to show it in Infragistics wingrid as:

  • Name John Joe Tom
  • Email J@a.com j@b.com t@c.com
  • Age 30 30 30
  • Address John’s adddress Joe’s address Tom’s address

One reason of doing this is because there’re too many fields for each entry and the user thinks it would be easier to navigate if they’re all in the same column instead of the same row.

I know I can manually transform the original data source and build another business object in the vertical format, but it feels awkward because the new BO doesn’t really present the nature of what it really means.

Any help is very much appreciated..Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T14:13:14+00:00Added an answer on May 24, 2026 at 2:13 pm

    Nico is right. CardView should do what you are looking for here.

    Please let me provide you more details about this property:

    1. This property determines whether the Band is in CardView mode.
    2. Once set on any Band, all of the descendants of this Band will become hidden.
    3. In most cases the best place to be set would be in the InitializeLayout event of your UltraGrid.

    In order to achieve the desired look you would probably use the following code:

    private void ultraGrid1_InitializeLayout(object sender, InitializeLayoutEventArgs e)
    {
          //Setting the desired Band to be in a CardView mode
          e.Layout.Bands[0].CardView = true;
    
          //Restrict the maximum card area rows
          e.Layout.Bands[0].CardSettings.MaxCardAreaRows = 1;
    
          //Decide if  the caption should be shown
          e.Layout.Bands[0].CardSettings.ShowCaption = false;
    
          //Remove the CardSpacing so it would like closer to what you are expecting            
          e.Layout.Bands[0].Override.CardSpacing = 0;
    }
    

    For more general information about the CardView style please take a look here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally I use imagecreatefromjpeg() and then getimagesize() , but with Firefox 3 I need
Normally the XML files I have to parse are like this: <row id=1> <title>widget<title>
Normally we use window.location.href=/index.php?querystring; in javascript. Is there a way to send the querystring
I'm somewhat new at C++ (I normally work in C#, but right now I'm
Normally, i should see my provisioning profile in the list here: Why i am
Normally when I need to inject one or more services into another service, I
I need to make it so that an element which would normally (depending on
Normally it is possible to apply data validation in excel through vba but i
Normally in SharePoint, one SPServer'name equals machine name, but if we use stsadm.exe -o
Normally, this would be incredibly easy with tables, but everyone says tables are bad

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.