Does the AutoCompleteBox have a way of defining a header template to display at the top of the popup?
My ItemTemplate defines a grid with columns, in which various fields are displayed successfully. But I would like a header to be displayed to show the column titles.
This is our current implementation (using an alternative AutoCompleteBox solution) showing the table headers for each item template. (I'm having to remove that solution due to a binding issue).