Multiple choice technology web technology

To display a grouping collection in tabular format which of the following controls can be used?

  1. DataGrid

  2. AdvancedDataGrid

  3. SummaryRow

  4. GroupedTable

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

AdvancedDataGrid extends DataGrid to provide built-in support for grouped and hierarchical data display. While regular DataGrid shows flat data, AdvancedDataGrid can group data by fields and display it in an expandable tree format within the tabular structure. SummaryRow is used within AdvancedDataGrid but is not a standalone grouping control.