Tuesday, August 10, 2010

Cookie to the rescue

Turns out that the solution for preventing the PanelItem from collapsing as suggested from Telerik Knowledge Base is not working


The following works:
protected void Page_Load(object sender, EventArgs e)
{
    RadPanelBar1.PersistStateInCookie = true;
}

No comments:

Post a Comment