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,
You are facing this behavior because you navigate to a new URL which is actually the same page. For this page you will get all the events from the start including load. This will render you the page from the beginning with all the WebExplorerBar collapsed as they should be. Is your scenario the same? What is your navigate URL of the items? If you add an ordinary ASP button under the WebExplorerBar and press it in order to make a postback the WebExlorerBar will remain expanded which is expected behavior too.
Thank you for quick reply.
I treid with your sample but when click on the PostBack Menuitem eveything collapse back.But not with other menu items (Item).
The version i am using
Assembly="Infragistics4.Web.v11.2, Version=11.2.20112.1019
Hello Rafael,Please take a look at the attached sample. Is your scenario the same? When you make a postback the WEB should keep its expandion. If the newly loaded page is the same or any other Load function will be called as not postback and will render the controls with their default properties.