anyone?
and one more thing, i have set the datasource at runtime.
each item in that source has a list of other objects, it turns out that
the grid displays child bands for each of the list members, where
I can expand and unexpand. How to prevent that from displaying.
What exactly do you mean by the alignment of the column header? Do you mean the alignment of the text in the header? That's controlled by the HeaderAppearance. There's properties on the appearance for TextVAlign, TextHAlign, ImageVAlign, and ImageHAlign.
Yes the text in the column header, I think by default it is Center, I want it to be left align.
I write this code in the grid InitializeLayout method
e.Layout.Bands[0].Columns["colKey"]...... header text left align. I dont know how to do it.
And how can I set the utragrid to multiselect rows, and then how can I get the objects in the
selected rows? Thanks in advance and more power.