Posted 16 Dec 2012 Link to this post
protected
void
RadGrid2_ItemCommand(
object
sender, GridCommandEventArgs e)
{
if
(e.CommandName ==
"Edit"
)
RadGrid2.MasterTableView.EditFormSettings.EditFormType = GridEditFormType.Template;
}
Posted 18 Dec 2012 Link to this post
Posted 19 Dec 2012 Link to this post
<
telerik:GridButtonColumn
ButtonType
=
"ImageButton"
CommandName
ImageUrl
"Images/edit.png">
</telerik:GridButtonColumn>