This question is locked. New answers and comments are not allowed.
Because new record content is so complex , I create new record using single view page.
it seemed that the grid toolbar's default insert command can't be used to redirect other page.
So I use the custom command like below.
the command works well, but there is no image be showed on the button.
Can I add image to button?
it seemed that the grid toolbar's default insert command can't be used to redirect other page.
So I use the custom command like below.
ToolBar(commands => commands.Custom().Text("Create New SaleOrder").Action("Create", "SaleOrder").ButtonType(GridButtonType.ImageAndText))Can I add image to button?
