I have a RadGrid that is enabled for client events like RowClick, RowDblClick and RowDrop. None of these events work when the user clicks on a column that has an image in it. I was able to get rowclick and rowdblclick events work by wiring up oncolumnclick and oncloumndblclick events for the image column. However I was not able to achieve OnRowDrop functionality for image column. Is there any work around for this issue?