Hi!
Is it possible to add the "Find Record Button" as a "Custom toolbar button"?
Thanks for answer!
3 Answers
Hello,
You can call searchGrid function, like:
$("#list1").jqGrid ('searchGrid', <?php echo json_encode_jsfunc($g->options["search_options"])?>);
list1 is grid id, $g is jqgrid object.
Complete Code: http://hastebin.com/isitigehab.php
Thanks, it works.
But when i disable the original Button to false.. How can i open the advance?
thanks
Your Answer