You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexigrid for jQuery
Hello Paulo,
Nice Grid.
I´d like to know if is there a way to make one button visible = false.
And If I wish to bring it back, I click in another button to make it
visible = true.
For example:
$("#Add").show();
Something like that.
Thanks by attention.
Rui Moraes
Darren
unread,
Nov 25, 2009, 7:54:02 PM11/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexigrid for jQuery
I am a bit of a newbie with this control, so forgive me if this is
wrong.
i believe you could do this thru normal jquery.
like your example above, get the ID of the control and then change the
css class to be display:none, etc, etc.