I am using mvc3 and telerik mvc grid. In grid I gave custom command. When we click the command a new view should be opened in new tab. Say, view opened is “Home/Index” in which telerik grid is there and custome button inside the grid will open new view say “Posts/Index” in new tab ‘post’ is controller name and ‘index’ is action name.
How can I achieve the same?
Try this…