Reputation: 287
I have a jqGrid with a Toolbar search. How do I make the grid update when someone types in the seach toolbar instead of having to press enter?
Thanks
Upvotes: 1
Views: 2316
Reputation: 399
I have autocomplete option on my filterToolbar and dont work when select an option (new value doesn't trigger) how would be the best workaround to this? Also, where should I put the code to trigger a key or something?
Regards
Upvotes: 0
Reputation: 685
I think it has to be in curly braces:
jQuery("#grid").jqGrid('filterToolbar', { searchOnEnter: false });
Upvotes: 1