I'd like to use TreeVew combo box as a navigate menu.
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx
Example)
- ClassA
GroupA-1
GroupA-2
- ClassB
GroupB-1
+ ClassC
+ ClassD
The followings can be realized?
1) When 'ClassA' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=classA is displayed with 'Class A' is selected in combo box.
Then next, 'GroupA-2' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=groupA-2 is displayed with 'Group A-2' is selected in combo box.
Selected item is NOT POST back to the same URL. New page is requested (GET).
2) Tree state (+ or -) will be kept when the page is changed from http://shibuya.ac.jp/mycampus.aspx?g=classA to http://shibuya.ac.jp/mycampus.aspx?g=groupA-2.
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx
Example)
- ClassA
GroupA-1
GroupA-2
- ClassB
GroupB-1
+ ClassC
+ ClassD
The followings can be realized?
1) When 'ClassA' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=classA is displayed with 'Class A' is selected in combo box.
Then next, 'GroupA-2' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=groupA-2 is displayed with 'Group A-2' is selected in combo box.
Selected item is NOT POST back to the same URL. New page is requested (GET).
2) Tree state (+ or -) will be kept when the page is changed from http://shibuya.ac.jp/mycampus.aspx?g=classA to http://shibuya.ac.jp/mycampus.aspx?g=groupA-2.