Rank: Member Groups: Member
Joined: 3/4/2008 Posts: 14
|
I have a context menu which when right clicked on a node displays a delete option which when clicked I handle client-side with javascript setting it to visible(false):
function ItemClick(e,info) { Node.setCheckState(0); Node.setVisible(false); }
. However, server-side, in the EO.Web.NavigationItemEventArgs there is no information on which node was clicked .. so I have to loop through and look for ones which are not visible.. is there no way of showing the node clicked serverside.. I need to delete the node info from an object.
also
I have just purchased a license, placed the file in the bin directory and also placed the EO.Web.Runtime.AddLicense in the application_start method and I still get the license warning in the browser.. does it take time to activate?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|