If I set AutoPostbackOnFilter="true" and CurrentFilterFunction="StartsWith", then when a user enters some text and hits enter, the grid will be filtered properly. However, I have noticed, if the user enters text, and then decided to use the filter menu, sometimes the grid filters AS SOON AS they click on the filter icon, as opposed to when they select a menu item. Its almost as if clicking on the filter menu icon causes the grid to filter. This does not occur if AutoPostbackOnFilter="False".
I believe this only happens after the user selects a filter function other than "Starts With".. So, the user selects something other, like "Contains", everything work fine. Then they click on the filter menu icon (the filter funciton "Contains" is now different that what is specified in the Grid declaration "CurrentFilterFunction='StartsWith"), and the filter occurs immediately before they even have a chance to selct an option.
Any idea what's going on.
I believe this only happens after the user selects a filter function other than "Starts With".. So, the user selects something other, like "Contains", everything work fine. Then they click on the filter menu icon (the filter funciton "Contains" is now different that what is specified in the Grid declaration "CurrentFilterFunction='StartsWith"), and the filter occurs immediately before they even have a chance to selct an option.
Any idea what's going on.