or
protected
void
gvShipments_ItemCommand(
object
source, GridCommandEventArgs e)
{
if
(e.CommandName ==
"RowClick"
)
{
e.Item.Selected =
true
;
Label1.Text +=
"Postback"
;
}
}
<
telerik:RadToolTip
runat
=
"server"
ID
=
"RadToolTip3"
HideEvent
=
"FromCode"
Position
=
"BottomCenter"
Animation
=
"slide"
CssClass
=
"freeTrialWindow"
ShowEvent
=
"OnClick"
ShowDelay
=
"0"
RelativeTo
=
"Element"
TargetControlID
=
"freeTrialHL"
EnableShadow
=
"true"
ManualClose
=
"true"
Width
=
"200"
Height
=
"200"
EnableEmbeddedBaseStylesheet
=
"false"
EnableEmbeddedSkins
=
"false"
Skin
=
"4Cast"
RenderInPageRoot
=
"true"
ShowCallout
=
"true"
Title
=
"Sign up for a free trial"
>
.RadToolTip_4Cast a.rtCloseButton,
.RadToolTip_4Cast a.rtCloseButton:hover {
background: url("button/tooltipClose.png") no-repeat center center transparent;
}
div.RadToolTip_4Cast table.rtShadow a.rtCloseButton {
margin: -10px -10px 0 0;
position: absolute;
right: 0;
top: 0;
background-position: 0 0;
width: 19px;
height: 19px;
}
.RadToolTip_4Cast a.rtCloseButton:hover {
background-position: 0 -20px;
}
div.RadToolTip a.rtCloseButton {
background-position: 0 0;
background-repeat: no-repeat;
display: block;
float: right;
font-size: 1px;
height: 12px;
line-height: 1px;
margin-right: 3px;
margin-top: 3px;
outline: medium none;
position: absolute;
right: 1px;
text-indent: -9999px;
width: 12px;
}
EnableEmbeddedBaseStylesheet
=
"false"
EnableEmbeddedSkins
=
"false"
Skin
=
"4Cast"