I need to display search results in the Grid format. But when the Search results in zero matches, i should be able to show a message "0 results found" in the second row of the Grid with first row having all the column headers.
Which control can i use in the WPF to achieve this? There are ways to do this without header row, but i need to display the Column Header with the message in the data rows.