On the client side, you can setup the javascript event CellClickHandler (displaylayout, clientsideevents), then get the row using a webgrid utility function:
function UltraWebGrid1_CellClickHandler(gridName, cellId, button){
var row = igtbl_getActiveRow(gridName);
}