WpfToolkit DataGrid does not work in Windows Phone 7

旧时模样 提交于 2019-11-29 11:13:54

Just when I was about to post the question, the StackOverflow tags auto-suggest showed that there is Silverlight Toolkit. Clearly this is what I should use.

Since I put all that effort into the question I will leave the question and the answer as a testemant to StackOverflow awesomeness in auto-answering my question.

EDIT You need Silverlight 3 Toolkit binaries to use DataGrid. You need to add these four references to the project:

  1. System.ComponentModel.DataAnnotations.dll
  2. System.Windows.Controls.Data.dll
  3. System.Windows.Controls.Data.Input.dll
  4. System.Windows.Data.dll
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!