Hi Abu, I have a page with a grid at top and normal page content below, when clicking on the advanced search option opens approx 200px below the grid, I guess its trying to load in center of page?
Is there an option to position this, I tried $opt["form"]["position"] = "center"; with no success?
Thanks
And also tried this;
$grid["search_options"] = array("recreateForm" => true, "closeAfterEdit"=>true, 'width'=>'420', 'top'=>'200', 'left'=>'200');
Try replacing form position to static:
$grid["form"]["position"] = "static";
After that 'width'=>'420', 'top'=>'200', 'left'=>'200' options work.
Hi Abu, think I've resolved this now, my pages load in an iframe that was set too large? I have now coded the iframe to resize based on content loaded inside.
Would still like to know if its possible to position modal though?
Thanks