asp.net详细查看如何设置编辑字段宽度

发布于 2024-10-12 07:10:33 字数 120 浏览 7 评论 0原文

我有一个绑定到 LINQ SQL 查询的详细信息视图。

显示很好,但是当用户切换到编辑模式时,所有要编辑的字段的宽度都会减小,并且没有自动换行!

例如,如何根据数据库列长度或我的固定值设置宽度?

I have a detailsview bound to a LINQ SQL query.

Display is fine, but when user switch to Edit mode, the width of all fields to edit is REDUCED, and there is no wordwrap!

How can I set width according to database column length for instance, or to a fixed value of mine?

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

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

发布评论

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

评论(1

巴黎夜雨 2024-10-19 07:10:33

您可以使用 DV 的 EditRowStyle 和/或 EditDataRowStyle 属性。您可以在 EditItemTemplate 中为各个控件设置样式。
如果设置这些属性时出现任何问题,您可以分享一些屏幕截图或代码。

You can use EditRowStyle and/or EditDataRowStyle properties of DV. You can set styles for individual control in the EditItemTemplate.
You can share some screenshot or code if there is any problem setting those properties.

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