Hi Karthik,
Use press event of link to get all values of column.
use this method "oControlEvent.getParameter("id")" of press event . This will give u the row id. debug the press event of link in browser to check the same. from that u can get all the values like
task id, status etc.
Rabin D