Hi,
I am using panel bar and my desing like this. Problem in display contents in hierarchy form. My actual design like this -
1
1.1
1.1.1
1.1.1.1
1.1.1.2
But its displaying like this -
1
1.1
1.1.1
1.1.1.1
1.1.1.2
I not want to use treeview in panel control. I got solution by using treeview but i want to use only one control.
If i use this css class then its working but its background color displaying transperent.
I am using panel bar and my desing like this. Problem in display contents in hierarchy form. My actual design like this -
1
1.1
1.1.1
1.1.1.1
1.1.1.2
But its displaying like this -
1
1.1
1.1.1
1.1.1.1
1.1.1.2
I not want to use treeview in panel control. I got solution by using treeview but i want to use only one control.
If i use this css class then its working but its background color displaying transperent.
.RadPanelbar_myThem
.level2
{
margin-left: 20px;
}
Please give me other idea. I am using XML for binding Panel control.
Thanks
Jaydev Jangid