This question is locked. New answers and comments are not allowed.
I would like to use a custom image in the insert command button. I have tried the following but it has no effect:
.ToolBar(cmd =>
{
cmd.Insert().ButtonType(
GridButtonType.Image).ImageHtmlAttributes(new { src="~/Content/Common/Images/Icons/add.png", width="24", height="24" });
})
Is there a way to do this?
Thanks!
