| Rank: Newbie Groups: Member
 
 Joined: 6/6/2007
 Posts: 2
 
 | 
		    Hi,
 I can't find a way to add or remove navigation items from a SlideMenu control using the client side API
 
 I appreciate any idea
 Thanks
 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 You won't be able to do that. There are two workarounds:
 
 1. Put the slide menu into a CallbackPanel and then add/remove item via server side code through the CallbackPanel, or,
 
 2. Have the items there at the very begining but with their visible set to false. You can then use client side Javascript code to show/hide them;
 
 Thanks
 |