BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void grid_CellClick(object sender, GridCellClickEventArgs e)
{
if(e.ColIndex == 0)
Console.WriteLine("Clicked header {0}", e.RowIndex);
}