views:

43

answers:

2

it seems that even if i set the height for the flexigrid, it still allows the user to drag the height size. how can i disable this?

A: 

You can use the "resizable: false" undocumented parameter for that (or use height: "auto" but that's a bit different).

wildpeaks
Hmm, how is editing the plugin easier than adding two words to use the built-in "resizable" option ?
wildpeaks
A: 

i resorted in manipulating the flexigrid code. its a lot easier.

Martin Ongtangco