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
2010-10-11 12:00:13
Hmm, how is editing the plugin easier than adding two words to use the built-in "resizable" option ?
wildpeaks
2010-10-12 15:05:57
A:
i resorted in manipulating the flexigrid code. its a lot easier.
Martin Ongtangco
2010-10-11 13:47:09