Hi Clay
This solved my problem.
Thanks a lot for your support.
Regards,
Alex
>>>So as far as I can see, we cannot reapply our filter after the filterbar has set its filter.
>
>If you set this.grid.DataSource = this.dataView1 where already has your filter is already set when you call filterBar.WireGrid, then you should not have to reapply it. It should be maintained by the FilterBar.
>
>But if you do want to do it this way, then you can try to use the filterBar.RowFilterChanged event to set it. Here is a little sample. It maintains the filter [col1] > 4 even as you use the filter bar to apply other filters.
>
>
FilterBarDataView_2503.zip
>
>Here is another sample you might be interested in. It sows how you can save filter across wiring and unwiring the grid which you may want to do if you reload data in your grid.
>
>Here is a sample showing one way you can persist filters through UnWire/Wire calls.
>
>
FilterBarSample_6054.zip
>
>
>
>