Hi all
I've got a RADGrid with a GridCheckBoxColumn displaying a boolean value from my database. I hooked a JavaScript to this checkbox by adding an onClick event to the it's attributes. When the onClick event raises, a modal popup window is opened.
Basically everything is working but the position of my mouse click is not determined properly: I have to click just right from the checkboxes to have the popup window opened. When clicking on the (disabled) checkbox in the grid nothing happens.
How can I force the onClick event to be triggered from the correct position on the checkbox?
Thanks for every hint.
Juerg
I've got a RADGrid with a GridCheckBoxColumn displaying a boolean value from my database. I hooked a JavaScript to this checkbox by adding an onClick event to the it's attributes. When the onClick event raises, a modal popup window is opened.
Basically everything is working but the position of my mouse click is not determined properly: I have to click just right from the checkboxes to have the popup window opened. When clicking on the (disabled) checkbox in the grid nothing happens.
How can I force the onClick event to be triggered from the correct position on the checkbox?
Thanks for every hint.
Juerg