Hello,
I'm trying since friday to use telerik: a greate product, but I have an issue.
I have Datagrid with large string columns and activated Expression_Dark theme.
<telerik:RadGridView telerik:StyleManager.Theme="Expression_Dark" ItemsSource="{Binding Path=Collection}" AutoGenerateColumns="False">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="Path" DataMemberBinding="{Binding Path=Path}"/>
<telerik:GridViewDataColumn Header="Path2" DataMemberBinding="{Binding Path=Path}"/>
<telerik:GridViewDataColumn Header="Path3" DataMemberBinding="{Binding Path=Path}"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
After Application startup I scrolled directly with the slider to the right end of datagrid window and clicked Filter button on Path3
My Application is frozen.
You can reproduce this Issuue with my Project: http://ysoft.de/filtertest.zip
Could you please check the issue and give me a reply?
I'm trying since friday to use telerik: a greate product, but I have an issue.
I have Datagrid with large string columns and activated Expression_Dark theme.
<telerik:RadGridView telerik:StyleManager.Theme="Expression_Dark" ItemsSource="{Binding Path=Collection}" AutoGenerateColumns="False">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="Path" DataMemberBinding="{Binding Path=Path}"/>
<telerik:GridViewDataColumn Header="Path2" DataMemberBinding="{Binding Path=Path}"/>
<telerik:GridViewDataColumn Header="Path3" DataMemberBinding="{Binding Path=Path}"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
After Application startup I scrolled directly with the slider to the right end of datagrid window and clicked Filter button on Path3
My Application is frozen.
You can reproduce this Issuue with my Project: http://ysoft.de/filtertest.zip
Could you please check the issue and give me a reply?