Hi,
I tried to use the WPF telerik demo code to load modules of my application as done with the demo but I had a problem when trying to navigate to an example exp1 twice, the second time I am not able to navigate, but when I navigate to another example exp2 then exp1, it works:
exp1 -> home -> exp1: bug during the second navigation.
exp1 -> home -> exp2 -> home -> exp1: no problem.
I thought that may be the problem is with selector object in "SelectorHelper" class.
Can you give me any explanation or ideas about this problem.
Thanks,