or
Hello,
I'm using the WPF RadGrid and I have a requirement to display "No Results Found" within the grid when the search returns no results. Your ASP.NET RadGrid has an empty data template.
Is there something similar for WPF RadGrid?
Cheers,
Dean
<Grid> <Grid.RowDefinitions> <RowDefinition Height="auto"/> <RowDefinition Height="*"/> <RowDefinition Height="auto"/> </Grid.RowDefinitions> <Button Content="test1" /> <GroupBox Grid.Row="1" Header="test2"/> <Button Grid.Row="2" Content="test3"/></Grid>