Hi all,
The column (drag and drop) group feature of ultra grid is possible at run time and I am using it.Now I have a requirement, that this look and feel, should be the default look of the application at run time. So this means, when the application is up, screen / grid should displaty group feature. I want to know, how this can be achieved through coding. Any suggestions / answers would be highly appreciable.
Use the SortedColumns.Add method on the band and specify true for the groupBy param.
please replay...