public function render(Varien_Object $row)
 {
     return "<span style='font-family:monospace;font-weight:bold;color:#FF1493;'>{" . $row->getAttributeName() . "}</span>";
 }