Hi,
I have a webexplorerbar placed in a Master page like menu in left side.On NavigateUrl i assigned path to the new page.
After clikcing the Menuitem (postback) the explorerbar is expanded item goes to the initial state(Collapses all the items except the first one)
Hello Rafael,Thank you for sharing your experience with the whole community. Anyone having the same issue could benefit from this forum thread. We appreciate your feedback.
Hi Nikifor,
I solved the problem with Javacript postback(only if child item is clicked) from the ItemClicked client side event.
Its always better to keep all the functionalities of the old controls in the new controls.So that we don't have look for workarounds.
Rafael
Hello Rafael,
Currently we do not provide such a functionality like the one from this properties. If you want I could log you a Product idea about this functionality.
Thanks for your help.
I am trying to achive through setting expanded list in Session.
In UltraWebListbar we were able to disable the post back event for the GroupHeader item
<
AutoPostBack ItemClicked="true" GroupClicked="False" GroupCollapsed="False" GroupExpanded="False" />
Do we have anything similar in WebExplorerBar.
Regards
Rafael.
Hello Rafael,Please let me know if you have any further questions regarding this issue.