I create a custom section, overriding the TreeNodeCollection GetTreeNodes following the examples found on the internet.
I also override the MenuItemCollection GetMenuForNode this is working fine.
The custom section uses ASP .Net forms. When i click a parent node (Customers in this case) it expands to display further options (Add Customer) for the user i.e. Take them to a new page to enter customer details.
Once i save some data (successfully saves) and return the user back to the parent node (as in the Customers page) they click the same link again (Add Customer) and nothing happens??
If they click the Customers parent page > Add customer all works but not after they have saved a customer and then click Add customer.
Node is not clickable
I create a custom section, overriding the
TreeNodeCollection GetTreeNodes
following the examples found on the internet.I also override the
MenuItemCollection GetMenuForNode
this is working fine.The custom section uses ASP .Net forms. When i click a parent node (Customers in this case) it expands to display further options (Add Customer) for the user i.e. Take them to a new page to enter customer details.
Once i save some data (successfully saves) and return the user back to the parent node (as in the Customers page) they click the same link again (Add Customer) and nothing happens??
If they click the Customers parent page > Add customer all works but not after they have saved a customer and then click Add customer.
What am i missing?
is working on a reply...