Hi all,
How could i create Ultra WinGrid in two rows of column header. Please urgently.
Below is example to see clearly.
Thank.
You could do this using a RowLayout. Assuming your grid is bound to a DataSource at design-time, the easier thing to do is to go into the grid designer (click the Start button).
Go to Band and Column Settings and follow the instructions there to create a RowLayout (or a ColumnLayout if you have a relatively new version of the controls).
If your data source is not available at design-time, then you will need to manually set up the schema to match your run-time data source. There's more information about this here:
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?