How to display a flyout menu on clicking an image in Grid header in MVC?
- by Vincent
A grid is displayed using the following code in MVC.
<%= this.Grid( "routes-" + mc , "Testing", Model.Routes, new GridBuilder<RouteModel>()
.Column( "chk", () => Html.Image( Url.Content( "down.gif" ), "Select or deselect tests" ),
(m) => "<input type='hidden' name='routeLinkId' value='"+…