getColumn()->getId() . '" '; $html .= 'value="' . $row->getData($this->getColumn()->getIndex()) . '"'; $html .= 'class="input-text ' . $this->getColumn()->getInlineCss() . '"/>'; return $html; } }