The encodeText property of TButtonColumn is not passed down to each single button. To change this, add folowing line after line 197 in TButtonColumn (within method initializeCell()):
$button->setEncodeText( $this->getViewState('EncodeText?',true));
Log in to post a comment.