关于选项卡控件上的网格控件
我在 Obout 选项卡控件内使用 Obout 网格。我正在使用 Iframe 加载选项卡内的网格。如果我在数据网格完成加载之前打开一个选项卡并单击另一个选项卡,则它不会显示网格中的数据。但如果我让它加载而不点击离开,它就会很好地显示数据。如果我允许选项卡完全加载数据,我会正确绑定控件,因为它加载正常。我想知道这里是否有人看到过这个问题。我在 ASP.NET 4.0 和 C# 中使用该控件。
提前致谢。
I'm using an Obout Grid inside an Obout tab control. I'm using Iframes to load the grid inside the tab. If i open a tab and click onto another tab before the data grid finishes loading it doesn't show the data in the grid. But if i let it load it without clicking away, it shows the data just fine. I'm binding the control correctly as it load ok if i allow for the tab to completely load the data loads ok. I was wondering if anybody here had seen this issue. I'm using the control in ASP.NET 4.0 and C#.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,在网格的 obout css 中,我需要设置高度和overflow-y =“auto”。这解决了我的问题。
It turned out that in the obout css for the grid i needed to set the height and overflow-y="auto". This fixed my problem.