or
<
telerik:GridTemplateColumn
HeaderText
=
"Product No."
UniqueName
=
"lnkproductnumber"
DataType
=
"System.String"
-
SortExpression
=
"vchproductno"
DataField
=
"vchproductno"
ReadOnly
=
"true"
ShowFilterIcon
=
"false"
CurrentFilterFunction
=
"Contains"
AutoPostBackOnFilter
=
"true"
>
<
ItemTemplate
>
<
asp:LinkButton
ID
=
"lnkProdNo"
runat
=
"server"
Text='<%# Eval( "vchproductno" ) %>'
Font-Bold="true"
OnCommand="GetProductDetail"
CommandName='<%# Eval( "vchproductno" ) %>'
CommandArgument='<%# Eval( "intproductid" ) %>'>
</
asp:LinkButton
>
</
ItemTemplate
>
</
EditItemTemplate
>
<
HeaderStyle
Width
=
"100px"
/>
<
ItemStyle
Width
=
"100px"
/>
</
telerik:GridTemplateColumn
>
Hello everyone, need help if possible...
I'm currently trying to hide the "Cancel" on my edit form and leave the Update visible
Here's how my editforms looks like
<
EditFormSettings>
<EditColumn UniqueName="EditCommandColumn" ButtonType="ImageButton" UpdateImageUrl="Images/update2.png" CancelImageUrl="Images/cancel.png" Visible="True">
</EditColumn>
</
EditFormSettings>
If I change the Visible to = false it hides both.
Any help is greatly appreciated, I'm currently new to Telerik
Thanks!
this
.rtv_LeftMenu.DataSource = contentList;
this
.rtv_LeftMenu.DataTextField =
"Title"
;
this
.rtv_LeftMenu.DataFieldID =
"ID"
;
this
.rtv_LeftMenu.DataValueField =
"ID"
;
this
.rtv_LeftMenu.DataFieldParentID =
"ParentContent.ID"
;
this
.rtv_LeftMenu.Style.Add(
"margin"
,
"5"
);
this
.rtv_LeftMenu.Style.Add(
"padding"
,
"5"
);
this
.rtv_LeftMenu.DataBind();