asp.net - RadioButtons, ListViews, and Grouping, oh my! -
I am getting a project on which I am working where I have to put a radio button inside the list button, and all of them There is a similar group name (radiobuttonist, can not use long story).
Anyway, this is a well-known bug. NET, so I implemented the solution found here:
It works perfectly, but with a small bug which will undoubtedly come back to bite me if I have a radio button I click on, and then the JavaScript function is still running and is not complete, then click one more; I can get 2 redboots in the same group.
Any thoughts? If you need clarification; Leave me a comment and I will update my post.
Edit: I believe I have fixed my own problem here.
Will this work be something like this?
if (! RbClicked) rbClicked = True; RunJavascript (); RbClicked = false;
I believe that I did not do much, but in this way I have usually solved this type of problem.
Comments
Post a Comment