Hi,
I have a radpanelbar with PersistStateInCookie="True". It's is populated dynamically in code behind. I want to write a javascript code to check if there is no level 0 item expanded then it expands the last level 0 item. I have written the following code:
It works fine in Firefox but in IE the panelBar object is always null.
Is this the best way to do the trick?
Can you please help me?