About resizing search form try this:
var ps = { multipleSearch:true, multipleGroup:true };
$(“#mygrid”).searchGrid(ps);
$(“#fbox_mygrid”)
.height(“200px”);
$(“#searchmodfbox_mygrid”)
.width(“600px”)
.css(“top”, ($(window).height() / 2 – $(“#searchmodfbox_mygrid”).height() / 2) + “px”)
.css(“left”, ($(window).width() / 2 – $(“#searchmodfbox_mygrid”).width() / 2) + “px”)
.hide();