I added an image button into a radgrid but i dont want it to do anything therefore I would like to find out if we can disable the click. I want users to see the image not click it.
I guess you have placed ImageButton in GridTemplateColumn and want to prevent the OnClick server event of ImageButton. If so, you could add OnClientClick event to return false which will prevent the postback, as shown below.