Hi all,

I'm using jqgrid with: hiddengrid: true, when the page is loaded the
grid is collapsed.

I ask if there's a way to open/show the grid when I made a click event
on a link.

In example:

$("a.show-grid").click(function(e){
 //code to open/show the grid which is now collpased.
 e.preventDefault();
});

-- 
Massimiliano Marini - http://www.massimilianomarini.com
"It's easier to invent the future than to predict it."  -- Alan Kay

Reply via email to