ASP.NET Toolkit Chord Double Click

I am using an accordion control that has nested gridviews in the content section and a row of buttons. When the page first loads, it requires two clicks before any buttons or events are triggered by the link button.

For buttons, I hacked a fix with external buttons that I call via javascript, however, for the "edit" and "delete" gridview edit buttons this does not apply.

Has anyone found a solution for this error?

0


source to share


1 answer


I had the same problem. My guess is that the harmony control had a bug that caused this. Take a look at this link http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=11055 for updated code to fix this. It handled it in my case after searching and debugging for hours.



0


source







All Articles