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

RadGrid Filter not working

4 Answers 253 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 17 Aug 2009, 01:49 PM
I have a grid on the screen it has two dropdown filter templates that work perfectly.  My issue is I have another column that I Ihave set the coulmn up as so

 <telerik:GridBoundColumn SortExpression = "Active" AllowFiltering="true" 
 AllowSorting="true" DataField ="Active"  AutoPostBackOnFilter="true"   
CurrentFilterFunction="Contains" ShowFilterIcon="false"/>   

But for some reason when ever I type anything into the filter box and hit enter nothing happens.  Any idea why?

4 Answers, 1 is accepted

Sort by
0
Mr. Plinko
Top achievements
Rank 1
answered on 18 Aug 2009, 02:21 PM
Works fine for me in Firefox 3.5.2

:-\

This is how I had the grid set up.
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1"  
        AllowFilteringByColumn="True" AllowSorting="True"

The only problem I ran into was that when I put in something that had the wRoNg CaSe, it sent nothing back.

are you saying that the grid doesn't recognize that you hit enter?
0
Eric Klein
Top achievements
Rank 1
answered on 20 Aug 2009, 05:59 PM
Yes it appears when I hit enter nothing happens
0
Eric Klein
Top achievements
Rank 1
answered on 20 Aug 2009, 06:26 PM
I have discovered that if I hit enter nothing happens but if I tab off the filter box it will filter my results
0
Yavor
Telerik team
answered on 24 Aug 2009, 10:15 AM
Hi Eric,

Can you replicate the same behavior in the following example:

http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx?

I tested it with the latest virsion of FF, and ENTER key press did trigger the filtering as expected.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Mr. Plinko
Top achievements
Rank 1
Eric Klein
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or