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
The grid caption does not change based on the ViewStyleBand. Can you post a screen shot of exactly what colon character you are referring to?
Hi,
Is there anyway I can remove the colon character in ultragrid that is found in header caption?
The ultragrid DisplayLayout.ViewStyleBand is set to ViewStyleBand.OutlookGroupBy, this is why the colon character automatically appears.
pls help
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.