Silverlight - 如何将数据发布到自定义列?

发布于 2024-10-11 16:04:05 字数 180 浏览 4 评论 0原文

我有一个正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-10-18 16:04:05

看起来您没有将列与值绑定。
查看 链接。
它必须解决你的问题。

Looks like you didn't bind columns with values.
Take a look to this and this links.
It must solve your problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文