Autofilter combined with advanced search

QuestionsAutofilter combined with advanced search
David asked 8 years ago

Hi Abu,

is this possible to use autofilter and search form together ?

example :

my grid is loaded with some search filters from parent grid (between 2 date for example)
but i want to filter client with autofilter between these 2 dates.

actually if i use toolbar filtering for client , it filter client from whole DB not just between date set in search form.

hope my explain is clear enough

thanks

2 Answers
Abu Ghufran answered 8 years ago

Hi,

I am working on this requirement and will be updating you on some progress.

Abu Ghufran answered 8 years ago

There are several limitations in library which restricts this behavior.

Alternate solution is to submit the form (using method GET) when you search via external form, and based on submitted data, append a WHERE clause in select_command.
After that all search queries will be appended to your filtered select_command.

Your Answer

14 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?