Hi
I have a couple of questions regarding UltraGrid:-
1 How to pin/unpin the columns in a grid
2 How to enable column headings to wrap round so that we could make the columns narrower
Many thanks
Lan
1
ultraGrid1.DisplayLayout.UseFixedHeaders =
true;
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Header.Fixed =
i didnt understand the second point, if you can clarify it
Thanks for the reply to my first question. What I meant for the 2nd point is:
say we have a column header called transation currency and its content only has 3 characters e.g. USD. I would like the column heading to show
transaction
currency
instead of transaction currency. This is for saving horizontal space. Just wondering whether it is can be done with UltraGrid.
Regards