Hi Vikram,
In that context local: means the namespace of where the SourceItem class is. You'd need to add an xmlns to the page pointing to the "local" namespace.
Example
Let's say as an example, your project namespace is "MyProject" and you have a folder named "Models". IN the Models folder you have a class named "Student".
This is what it would look like if you wanted to use the RadDataForm for Student:
You can name that namespace
whatever you want. In fact a more appropriate xmlns for the Models folder would be "xmlns:models"
Code Behind
If you're not familiar with XAML and how define xmlns, you can set the Source property of the DataForm in the code behind:
View Model
Lastly, you can also data bind the Source property:
and in the view model:
Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items