I am trying to get an "OnClick" event setup for the CellButton so that I can use some JavaScript. Basically, with any normal HTML button or image, I can set the onclick event = "BLOCKED SCRIPTconfirm('are you sure?');", but I am having a difficult time getting it to work with CellButtons on the Grid control.
Is it possible to tap into the click event of a CellButton so that I can add some of my own code?