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
Ultragrid Help
posted

1. How to remove/hide header text caption in ultragrid?

2. How to merge 2 cells in a row in ultragrid & merge 2 cell in a column in ultragrid?

3. How to pinned a column in ultragrid without a header text?

please help me. tnx 

Parents
  • 469350
    Verified Answer
    Offline posted

    1. Set grid.DisplayLayout.CaptionVisible = false or just set the Text property on the control to null or an empty string.

    2. You can't merge cells in a row. Merging cells in a column can be done using the CellMerging feature. 

    3. I don't understand your question. To fix a column, you need to set UseFixedHeaders to true and then set the Fixed property on the header. I don't understand what you mean about the header text. The text has nothing to do with fixing a column. 

Reply Children