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

Filtering problem

3 Answers 57 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gunel
Top achievements
Rank 1
Gunel asked on 12 Jun 2010, 11:28 AM
Hi!

I filter data in Radgridview and then change this data dynamically. But when I want to clear filter (changed data) nothing clears. 
What is solution? Can you help?

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Jun 2010, 07:35 AM
Hello,

 Can you post more info about your scenario? How the grid is bound in your case? More info about the grid version will be appreciated as well!

Sincerely yours,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Gunel
Top achievements
Rank 1
answered on 16 Jun 2010, 08:30 AM
dgContacts.SetBinding(RadGridView.ItemsSourceProperty, new Binding() { Source = dt });

dt is a variable of type DataTable.

I filter the grid then double click this item and open detail form on another form and there I change this data table and when I return to grid I set binding again. Then I press clear button in filter popup window but it does nothing, nothing happens when I press this button. I want return my no filtered grid.
0
Vlad
Telerik team
answered on 16 Jun 2010, 09:06 AM
Hello,

 Unfortunately without looking at your project I cannot help much. You can send us an example demonstrating your scenario via support ticket.

Greetings,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Gunel
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Gunel
Top achievements
Rank 1
Share this question
or