I cannot enable context menus on node once disabled. I would like to be able to enable them.
I will open a ticket and send you a picture
running verision 2007.3.1328.20
Here is your implementation
public bool EnableContextMenu
{
get
{
return (this.ViewState["EnableContextMenu"] == null);
}
set
{
this.ViewState["EnableContextMenu"] = value;
}
I will open a ticket and send you a picture
running verision 2007.3.1328.20
Here is your implementation
public bool EnableContextMenu
{
get
{
return (this.ViewState["EnableContextMenu"] == null);
}
set
{
this.ViewState["EnableContextMenu"] = value;
}