Grouping
RadAutoSuggestBox allows you to visualize groups when ICollectionView with GroupDescriptors is used as an ItemsSource.
The following example shows how to populate the ItemsSource of RadAutoSuggestBox with an ICollectionView and enabling the grouping feature of the control. The feature shows group headers and organizes the items in the drop down of the control by groups. To enable the headers, set the GroupStyle property of RadAutoSuggestBox.
Read more about the GroupStyle object expected by the GroupStyle property in MSDN.
Example 1: Define RadAutoSuggestBox and enable grouping
Example 2: Create model for the items
Example 3: Populate the ItemsSource with ICollectionView object and prepare a filter
Example 4: Trigger the ICollectionView filtering on TextChanged
