Posted 03 Mar 2010 Link to this post
Posted 04 Mar 2010 Link to this post
Hello,
Give atry with following code snippet in order to expand the first item when page loads.
C#: protected
protected
void RadPanelBar1_DataBound(object sender, EventArgs e) { RadPanelBar1.Items[0].Expanded =
{
RadPanelBar1.Items[0].Expanded =
true; }
}
Thanks, Princy.