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

How can I close filter window programmatically?

2 Answers 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 1
Tony asked on 31 Jul 2013, 09:57 AM
Hi all,
I have this problem, if I open a filter on a grid and then I make some operations and reload some data the filter remain opened and the informations are not refreshed. Then if I manually close and reopened the filter window the data are refresh correctly.
For my target I should only close this filter window, how can I do this programatically? Alternatively it is possible to force refresh of filter window?

2 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 01 Aug 2013, 04:22 PM
Hi Tony,

I can suggest you to check this forum thread where a similar question has already been discussed.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Tony
Top achievements
Rank 1
answered on 06 Aug 2013, 01:59 PM
Thank you Yoan this line resolve my problem.

var popup = this.ParentOfType<System.Windows.Controls.Primitives.Popup>();
Tags
GridView
Asked by
Tony
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Tony
Top achievements
Rank 1
Share this question
or