or
<telerik:RadGridView.Resources> |
<Style TargetType="{x:Type telerik:GridViewRow}"> |
<Style.Triggers> |
<DataTrigger Binding="{Binding Path=ParentID}" Value="NULL"> |
<DataTrigger.Setters> |
<Setter Property="FontSize" Value="14" /> |
<Setter Property="FontWeight" Value="Bold" /> |
</DataTrigger.Setters> |
</DataTrigger> |
</Style.Triggers> |
</Style> |
</telerik:RadGridView.Resources> |
Hello,
I have connected the DefaultView property of a strong-typed datatable to the ItemsSource of the Telerik grid
and most of the data from the grid is not showing in the grid.
When I connect the datatable and not its default view, everything works fine.
This seems to occur when working with a strong-type datatable and not when I create a datatable on the fly.
Help will be most appreciated,
Erez