网格视图动态列 +弹出扩展器 +复选框列表

发布于 2024-10-03 08:59:09 字数 442 浏览 3 评论 0原文

我有一个带有 x 动态列的网格视图。每列包含一个 DropDownList 或一个 TextBox、一个 CheckBoxList 和一个 PopUpControlExtender。

问题是,当我进行回发时,我必须重新绘制动态列并重新填充列表。但是,当我重新填充 CheckBoxList 时,其他列的 DropDownBox 会在下一行重新绘制 http://i948.photobucket.com/albums/ad328/TamarChaver/messeduptable3.png

如果我单击 PopUpControlExtender 的 TextBox,该行中的 DropDownList 将被重新绘制,但其余部分仍然混乱

I have a gridview with x dynamic columns. Each column contains either a DropDownList OR a TextBox, a CheckBoxList, and a PopUpControlExtender.

The problem is that when I do postback I have to redraw my dynamic columns and refill my lists. But, when I refill the CheckBoxList, the other columns' DropDownBoxes are redrawn on the next line
http://i948.photobucket.com/albums/ad328/TamarChaver/messeduptable3.png

If I click on the PopUpControlExtender's TextBox, the DropDownLists from that line are redrawn, but the rest are still messed up

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

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

发布评论

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

评论(1

最丧也最甜 2024-10-10 08:59:09

修复了它(不小心)。我设置 panel1.Style["display"] = "none" 并且问题自行解决。

Fixed it (accidentally). I set panel1.Style["display"] = "none" and the issue resolved itself.

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