Hi,
I want to remove right click functionality for Default category click also. As You above said I put the below code to hide
category menu for Default Category.
if(category.Title == "(Default)")
{
return;
}
But It's not working for me. How Can I achieve this.
Please try to give Quick reply..
Thanks in advance..
Regards,
Narendra