Hi,
I have a grid which contains LinkButton columns for clickable text. I also have a background image defined in a CSS class asociated with the LinkButton controls. That is working fine, and a sample of the markup is shown below.
What I would like is to have the background image be a clickable as well as the text. How could that be achieved?
<telerik:GridButtonColumn
ButtonType="LinkButton"
UniqueName="DoAssembly"
CommandName="DoAssembly"
DataTextField="DoAssembly"
DataTextFormatString="{0}"
DataType="System.String"
HeaderText="Assembly"
HeaderStyle-HorizontalAlign="Center"
ItemStyle-CssClass="BLname"
ItemStyle-HorizontalAlign="Center"
ItemStyle-Wrap="true"
ShowSortIcon="false" />
I have a grid which contains LinkButton columns for clickable text. I also have a background image defined in a CSS class asociated with the LinkButton controls. That is working fine, and a sample of the markup is shown below.
What I would like is to have the background image be a clickable as well as the text. How could that be achieved?
<telerik:GridButtonColumn
ButtonType="LinkButton"
UniqueName="DoAssembly"
CommandName="DoAssembly"
DataTextField="DoAssembly"
DataTextFormatString="{0}"
DataType="System.String"
HeaderText="Assembly"
HeaderStyle-HorizontalAlign="Center"
ItemStyle-CssClass="BLname"
ItemStyle-HorizontalAlign="Center"
ItemStyle-Wrap="true"
ShowSortIcon="false" />