<head>
<meta charset="utf-8" />
<title>@ViewBag.Title - My ASP.NET MVC Application</title>
<meta name="viewport" content="width=device-width" />
@Styles.Render("~/Content/css")
<link rel="stylesheet" rel='nofollow' href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
@Styles.Render("http://cdn.syncfusion.com/15.3.0.26/js/web/flat-azure/ej.web.all.min.css")
<script src="http://cdn.syncfusion.com/js/assets/external/jquery-3.1.1.min.js"></script>
@Scripts.Render("~/Scripts/jsrender.min.js")
<script src="~/Scripts/jquery.validate.min.js"></script>
<script src="~/Scripts/jquery.validate.unobtrusive.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="http://cdn.syncfusion.com/15.3.0.26/js/web/ej.web.all.min.js"></script>
</head>
<style>
/* To adjust row height based on the menu*/
.dropdown-menu{
position: relative;
}
</style>
|
Hi Saravanan,
thanks for the attached example, the thing was in style which I was missing.