This question is locked. New answers and comments are not allowed.
Can anyone tell me how add custom html to the toolbar with the 'Add new record' button retained?
I'm currently using
, and I don't want to get rid of this, but I want to add another link to the toolbar, which is just going to be a
to another page.
I'm using Razor, Asp.Net MVC 3, .Net 4 - just can't find the right syntax going by the examples in the demo area - the Razor example hasn't been updated and the demo doesn't cover my specific usage requirements:
http://demos.telerik.com/aspnet-mvc/razor/grid/customtoolbar
Thanks
I'm currently using
.ToolBar(commands => commands.Insert())@Html.ActionLink()I'm using Razor, Asp.Net MVC 3, .Net 4 - just can't find the right syntax going by the examples in the demo area - the Razor example hasn't been updated and the demo doesn't cover my specific usage requirements:
http://demos.telerik.com/aspnet-mvc/razor/grid/customtoolbar
Thanks