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

Filter on enter doesn't work

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Krzysztof
Top achievements
Rank 1
Krzysztof asked on 25 Sep 2015, 12:34 PM

I have a radgrid which is programmatically binding inside needDataSource event. Additionaly I set two parameters for columns inside columnCreated event:

   boundColumnFilter.AutoPostBackOnFilter = true;
   boundColumnFilter.CurrentFilterFunction = GridKnownFunction.Contains;

 Filters are enabled of course. I would like filtering data after press enter key but it doesn't work (nothing happen after press enter).

If I configure radgrid manually in aspx with parameters like above everything works well. Do you have any sugestion? 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 30 Sep 2015, 07:45 AM
Hello,

Find attached a sample application that demonstrates the required functionality and works properly on my end. Test ti on your side and see what the difference in your case is.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Krzysztof
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or