Tagged Questions
0
votes
1answer
96 views
silverlight databinding not working from scriptable member
We have exposed a silverlight page as a scriptable object. It has one scriptable member.
The page's datacontext is a viewmodel object, of typ TestViewModel with one property string Description. The ...