This question is locked. New answers and comments are not allowed.
Hi,
I have a listbox with name Vehicles. I want to display radwindow when user wants to add new items or remove any selected items in listbox.
If dialogresult==true then the new selection should be reflected in Vehicles.SelectedItems.
else, the the last change done by user should be discarded.
Eg.the following items are inside listbox
1. C#
2.JAVA
3. C
Already JAVA is selected. Now when user come back to the same screen again and remove JAVA or add C, i want to display radwindow.confirm to continue.
How to do this??
I have a listbox with name Vehicles. I want to display radwindow when user wants to add new items or remove any selected items in listbox.
If dialogresult==true then the new selection should be reflected in Vehicles.SelectedItems.
else, the the last change done by user should be discarded.
Eg.the following items are inside listbox
1. C#
2.JAVA
3. C
Already JAVA is selected. Now when user come back to the same screen again and remove JAVA or add C, i want to display radwindow.confirm to continue.
How to do this??