On Fri, Oct 04, 2013 at 12:33:19PM -0700, MHCPU wrote:
>    I have a TG 2.3 application with TW2, containing a jqGridWidget.  By
>    default the grid widget allows the user to click on a button on the
>    right-hand end of the title bar and collapse the grid, so only the title
>    bar is displayed.  Is there a way to turn off the collapse feature and not
>    display the button?
The hidegrid option does this.
class MyGrid(jqGridWidget):
  options = {
     'hidegrid': False,
     etc
     }
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options

So to hide the hide button you have to set the hide option to.. False.
I'm sure that makes sense to someone!

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to