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
215
UltraGrid Header
posted

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

Parents
  • 5520
    Suggested Answer
    posted

     

    1

    ultraGrid1.DisplayLayout.UseFixedHeaders =

    true;

    ultraGrid1.DisplayLayout.Bands[0].Columns[0].Header.Fixed =

    true;

    i didnt understand the second point, if you can clarify it

Reply Children