Hi, </p>

We would like to have a command button in Grid Column but to look like LinkButton
i have checked all type of commands that we can use inside Columns, (not talking about template based comlumn).
all possiblites are a work around ImageCommand, GroupImageCommand, etc..</p>

<ext:Column ColumnID="Company" Header="Company" Width="160" DataIndex="company"></p>


<Commands></p>


<ext:ImageCommand CommandName="Edit" Icon="NoteEdit" Text="Edit"></p>


<ToolTip Text="Edit" /></p>


</ext:ImageCommand></p>


</Commands> </p>



</ext:Column>
while we would like to have a linkButton that looks like a hyperlink assigned with icon
like the examples of the linkButtons

please advice.
thanks
</p>