Infragistics 嵌套 UltraWebGrid 与 IE9 的对齐问题

发布于 2024-12-28 04:00:42 字数 231 浏览 4 评论 0原文

我在 MS Visual Studio 2008 上使用 Infragistics UltraWebGrid 版本为 11.1.20111.1006。我已经实现了嵌套的 UltraWebGrid。父网格已正确渲染,但是当我单击链接查看子(即嵌套)网格时,子网格的标题和行的对齐会受到干扰。我正在 Internet Explorer 9 (IE9) 上测试它。

你能提出一个解决方案吗?

谢谢

I am using Infragistics UltraWebGrid version is 11.1.20111.1006 on MS Visual Studio 2008. I have implemented nested UltraWebGrid. Parent grid is getting rendered properly but when I click a link to view child (i.e. nested) grid, alignment of child grid's header and row gets disturbed. I am testing it on Internet Explorer 9 (IE9).

Can you suggest a solution?

Thanks

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

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

发布评论

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

评论(1

嘿咻 2025-01-04 04:00:42

我建议尝试将此样式添加到页面中:

#UltraWebGrid1_div>table>tbody>tr>td>table>colgroup>col:first-child
{
              width: 0px !important;    
}

I can recommend to try to add this style to the page:

#UltraWebGrid1_div>table>tbody>tr>td>table>colgroup>col:first-child
{
              width: 0px !important;    
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文