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

Displaying radwaiting when modify FilterDescriptors datagridview

1 Answer 47 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Emmanuel
Top achievements
Rank 1
Emmanuel asked on 08 Sep 2016, 04:36 PM

Hello,

I use one Datagridvew with 10.000 rows.

I add or remove FilterDescriptors by code.

this update block the thread 2s.

Its possible to display a radwaiting ? or move this action on other thread ?

Thank you.

 

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 09 Sep 2016, 03:26 PM
Hi Emmanuel,

Thank you for writing.

The filtering operation needs to be performed on the thread on which the grid was created. It is possible, however, to use a waiting bar from another thread to display that a long running operation is under way.

We have a KB resource demonstrating how this can be achieved: http://www.telerik.com/support/kb/winforms/details/indicating-progress-in-applications-that-have-their-primary-ui-thread-busy. I have extended the example to handle the filtering operation. Besides the project, I am also sending you a short video showing the result on my end.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Emmanuel
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or