I am using the treelistview in sl4...i need to implement right click context menu...i created an rightclick event handler and in that i m setting the current selected item...
ex treelist.selecteditem=(e.originalsource as RadTreeListViewItem)
this calls the selection change event...in this event i get the currently selected item...but the selectedcontainer is null....
now when i right click on some other node and debug my code...the selected item gets changed accordingly but now the selected container is set to the container of the previously selected item!!!!! selected container does not get changed when the selecteditem changes...
Plz help...i m stuck pretty bad...
ex treelist.selecteditem=(e.originalsource as RadTreeListViewItem)
this calls the selection change event...in this event i get the currently selected item...but the selectedcontainer is null....
now when i right click on some other node and debug my code...the selected item gets changed accordingly but now the selected container is set to the container of the previously selected item!!!!! selected container does not get changed when the selecteditem changes...
Plz help...i m stuck pretty bad...