Silverlight - 如何将数据发布到自定义列?
我有一个正在 Silverlight 中编码的应用程序,我需要将数据发布到数据网格。当我自定义数据网格并命名所需的每个列时,当我单击添加数据的按钮时,不会出现任何帖子。如果我未声明列,则数据会发布,但列的命名很奇怪,间距也很奇怪。
那么,如何将数据发布到特定列呢?
预先感谢您的任何帮助。
-苏塔
I've got an app that I'm coding in Silverlight, and I need to post data to a datagrid. When I customize the datagrid and name each of the columns that I need, nothing posts appears when I click the button that would add the data. If I leave the columns undeclared, then the data posts, but the columns get named oddly and the spacing is also odd.
So, how do I post data to a specific column?
Thanks in advance for any help.
-Sootah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您没有将列与值绑定。
查看 此和此链接。
它必须解决你的问题。
Looks like you didn't bind columns with values.
Take a look to this and this links.
It must solve your problem.