or
Name | Valueitems[0][Name] | Name 1items[0][Id] | aitems[1][Name] | Name 2items[1][Id] | bitems[0].Name | Name 1items[0].Id | aitems[1].Name | Name 2items[1].Id | bc.Bound(o => o.AddrIP).Width(120) .ClientTemplate("<a href='http://#= AddrIP #' target='_blank'>#= AddrIP #</a> ")c.Bound(o => o.AddrIP).Width(120) .ClientTemplate("<a href='http://#= AddrIP #' target='_blank'><#= AddrIP #></a> ")command: [{ name: "return", click: myHandler, template: '#= getCommandText(col1, col2) #'}]function getCommandText(c1, c2) { //return text based on values in this row}function myHandler(e) { //perform actions based on value in row}