Silverlight 4 Dataform:如何以编程方式访问自动生成的字段?

发布于 2024-11-08 12:53:20 字数 168 浏览 0 评论 0原文

我想在 DataForm 自动生成的表单中启用/禁用对复选框状态的控制。 因此,我将 AutoGenerateField 事件中的单击事件接收器连接到复选框。 在事件接收器代码中,我需要访问表单的其他字段以启用/禁用它们,但我在 DataForm 中没有找到字段或类似的集合。我如何访问这些字段?

谢谢!

I want to enable/disable controls on the status of a checkbox in a DataForm autogenerated form.
So I connected a click event receiver in the AutoGeneratingField event to a the checkbox.
In the event receiver code I need to access the other fields of the form to enable/disable them, but I did not find a Field or similar collection in DataForm. How can I access the fields?

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

白日梦 2024-11-15 12:53:20

我建议如果您需要做这样复杂的事情,您可以在数据表单中创建模板。不要为此使用自动生成。

I would suggest if you need to do complex stuff like this that you create the templates inside the dataform. Don't use autogenerated for this.

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