ASP.NET工具包手风琴双击问题
我正在使用一个手风琴控件,它在内容部分和一系列按钮中嵌套了网格视图。 首次加载页面时,需要单击 2 次才能触发任何按钮或链接按钮的事件。
对于按钮,我使用通过 javascript 调用的外部按钮进行了修复,但是对于 gridview 的“编辑”和“删除”命令按钮,这并不适用。
有没有人找到这个错误的解决方案?
I am using a accordion control which has nested gridviews within the content section and a series of buttons. When the page is first loaded, it requires 2 clicks before any button or linkbutton's events are fired.
For the buttons I have hacked together a fix using external buttons which I invoke via javascript, however for the gridview 'edit' and 'delete' command buttons this does not apply.
Has anyone found a solution for this bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题。 我猜手风琴控件中有一个错误导致了这种情况。 查看此链接 http://www.codeplex.com/AjaxControlToolkit/ WorkItem/View.aspx?WorkItemId=11055 用于修复此问题的更新代码。 在我的例子中,经过几个小时的搜索和调试后,它处理了这个问题。
I had the same problem. I guess the accordion control had a bug in it that caused this. Check out this link http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=11055 for the updated code to fix this. It handled it in my case after searching and debugging for a couple hours.