itemsource question on datagrid
i have datagrid sample shows following in itemssource property:
itemssource="{binding source={staticresource project_editrootlist},path=data}"
the source data provider have set in user resources on page. question path=data mean?
the path=data means itemsource bound property called data in project_editrootlist.
pls refer these articles more details:
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment