I have a button that triggers the Modal popup using Button
<button class="list-group-item md-trigger" data-modal="selectform">
                            Select Employee</button>
But when I try to use ActionLink it DOES NOT POPUP the window
@Html.ActionLink("Select Employee", "", "", null, new { 
        @datamodal = "selectform", @class = "list-group-item md-trigger" })
