search

Questionssearch
Harry asked 8 years ago

Hi is it possible to disable the search on top of the search column from occurring until after the entire term is loaded (e.g. after a carriage return)?

2 Answers
Abu Ghufran answered 8 years ago

You need to modify jqgrid_dist.php and change searchOnEnter : true

jQuery("#<?php echo $grid_id?>").jqGrid('filterToolbar',{stringResult: true,searchOnEnter : true, defaultSearch:'cn'});

Harry answered 8 years ago

That works, thank you.

Your Answer

9 + 17 =

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?