hi. I have the following problem. Step to my grid a hierarchical dataset. The first grouping me he does the grid according to the report of the dataset. set these properties for the system: Dim sortCol As New UltraGridColumnsortCol = GRID_STAMPE.DisplayLayout.Bands(0).Columns.FromKey("INDICE")sortCol.SortIndicator = SortIndicator.AscendingGRID_STAMPE.DisplayLayout.Bands(0).SortedColumns.Add(sortCol, True)sortCol = New UltraGridColumnsortCol = GRID_STAMPE.DisplayLayout.Bands(1).Columns.FromKey("INDICE")sortCol.SortIndicator = SortIndicator.AscendingGRID_STAMPE.DisplayLayout.Bands(1).SortedColumns.Add(sortCol, True) The second group I want to do it based on a column of the grid description 1st How can I do?