Hi Alrid,
It seems, you have some problems with javascript. JavaScript console returns an error saying 'search is not a function'. Therefore would I recommend you to try to rename javascript function search() to something else.
So try this: in components/com_grid/js/grid.js change line 105 to:
| Code: |
function search_grid(grid_url, id){
|
and in components/com_grid/GridBuilder.php line 122 to
| Code: |
$search_form = '<form action="javascript:;" name="asearch_form" onsubmit="search_grid(\''.$grid_url.'\', \''.$this->_ID.'\')" style="margin:0px;">
|
This is just a guess, but I hope it helps. Please, report in any case.