带有 SSRS 的 AjaxControlKit 日历选择器
我注意到,如果 SSRS ASP.Net 报表查看器控件位于其正下方,则 AjaxControlKit 中日历日期选择下拉列表中的项目不可用。
我必须在其下方添加后续的 HTML/行间距,以便我能够选择控件中其余较低的日期。
为了解决这个问题,我添加了一些 HTML 空行,从而解决了问题。
然而,这是一个次优的解决方案,因为我有一个 SSRS 报告,它应该位于选择器的正下方,并且添加未使用的垂直空白是错误的。
将报告查看器控件设置为visible=false并在按下按钮时交换它也不是一个好的选择,因为您不必清除报告区域来选择更多日期。
有没有人遇到过这种情况,如果有,解决方案是什么?
谢谢。
I've noticed that the items in the calendar date selection dropdown in the AjaxControlKit are not available if the SSRS ASP.Net report viewer control is directly beneath it.
I had to add subsequent HTML/line spacing below it to give me the ability to select the rest of the lower dates in the control.
To solve this, I added a few more blank lines of HTML and that solved the problem.
However, this is a sub-optimal solution, as I have a SSRS report that should sit right underneath the selectors, and added unused vertical white-space is just wrong.
Setting the report viewer control to visible=false and swapping that on button-press is also not a good option, as you shouldn't have to clear the report area to select more dates.
Has anyone encountered this, and if so, what is the solution?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了解决这个问题,我添加了一些 HTML 空行,从而解决了问题。
To solve this, I added a few more blank lines of HTML and that solved the problem.