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
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.
Thanks for the reply, can you give me the step by step example of doing what you have said, as i am a bit new to Infragistic Controls.
Thanks & Regards,
Zahid