Hey
We are using RadGrid for example containg persons data, firstname, lastname, social securitynr. etc. all in a specific column.
The search is a backend search where we present a limited number of "hits"
So if we do this for the moment a search on "John Doe", it will be exucution on search on "John" say 3000 records followed by a search
on "John" + "Doe" say 50 hits.
Is it possible to avoid (disable) the implicit search which occurs every time we are tabbing away (leaving) from a filter field ?
We would like to implement a search triggered ex. enter.
Regards
Finn Møller Hansen
We are using RadGrid for example containg persons data, firstname, lastname, social securitynr. etc. all in a specific column.
The search is a backend search where we present a limited number of "hits"
So if we do this for the moment a search on "John Doe", it will be exucution on search on "John" say 3000 records followed by a search
on "John" + "Doe" say 50 hits.
Is it possible to avoid (disable) the implicit search which occurs every time we are tabbing away (leaving) from a filter field ?
We would like to implement a search triggered ex. enter.
Regards
Finn Møller Hansen