jqGrid - Load data after click on titlebar, initially collapsed
I would like to show initially the grid collapsed (only title-bar showing), then a开发者_如何转开发fter clicking on the titlebar get the grid expanded, and data loaded from the server. After that, if I collapse the grid, then re-expand it, as data is already there, it shouldn't be loaded again. Is that feasible?
Found it! - use hiddengrid = true See Basic grid - Properties
精彩评论