Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Display Columns of a record in multiple rows
posted

 Hi,

 I am using UltraWinGrid. Suppose there are 21 column in table, i want to display all the column in ultraGrid, if i do this normally, I have scroll so much horizantally to view last column.

Now, i need to know, is there a way to show my column in 2 or more rows.

e.g. 7 column in each row of header, 3 rows will contain all the 21 column, now same way record should be display in three rows according to header rows setting, what is the way of doing this....

 Waiting for your early response.

Regards,
Zahid

Parents
  • 469350
    Offline posted

    Hi Zahid,

    Yes, there are two ways to do this: 

    1) Use Groups and Levels. Add a Group to the band (or more than one group) and set the LevelCount to 3. You can then assign each column to a group and move the column to a different level as you like. 

    2) Use RowLayouts. RowLayouts allows you to place columns in a very flexible layout structure within the row. 

Reply Children