This is a migrated thread and some comments may be shown as answers.

Freez On Filter

2 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kravetsker
Top achievements
Rank 1
Kravetsker asked on 09 Jul 2012, 06:33 AM
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?

2 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 09 Jul 2012, 08:08 AM
Hi,

You have encountered a known issue which we have already fixed. Can you please try your project with our Latest Internal Build version from July the 3rd. I have attached the sample project updated to this version.

Kind regards,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Kravetsker
Top achievements
Rank 1
answered on 09 Jul 2012, 08:17 AM
Thank you, it works fine with yoor dlls
Tags
GridView
Asked by
Kravetsker
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Kravetsker
Top achievements
Rank 1
Share this question
or