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

Filter Issues

1 Answer 183 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 18 Jun 2007, 08:15 PM

1) When I have a filter in place and then rebind the data, the filter does not persist, but the text does.

2) When I have a filter in place and reorder the columns, the filter does not reorder itself to stay in line with the original filtered column.

3) When I use a “%” in the filter text, the filter doesn’t seem to work.

Is there anything that I can do about these issues?

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 19 Jun 2007, 08:37 AM
Hello Mike,

Thank you for sharing your findings:

  1. Yes, this behavior is by design, as we have not implemented filter persistence on rebind. I logged the feature in our system and we will try to implement it in the next major version of the Winforms suite.
  2. This problem is already fixed.
  3. The % syntax cannot be used directly. There are 3 filter functions that cover the '%' functionality:
    • text% = Starts With
    • %text = Ends With
    • %text% = Contains

We have fixed several other issues related to filtering and all fixes will appear in SP2 next week. I will suggest testing the new version once it is out next week.

Let us know if you have other questions.
 
 
Kind regards,

Evtim
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Mike
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or