I using VS 2017 15.9.3 + asp.net core + mcv ( + razor )
created the project with telerik Project Asp.net core + Grid selection.and created 3 times with the sass theme generator a template and replaced in
_Layout.cshtml the stylesheet
<environment names="Development"> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> <!--link rel="stylesheet" href="~/css/site.css" /--> <link rel="stylesheet" href="~/css/all.css" /> </environment> <environment names="Staging,Production"> <link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.6/css/bootstrap.min.css" asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css" asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" /> <!--link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" /--> <link rel="stylesheet" href="~/css/all.css" asp-append-version="true" /> </environment>
but anyhow the Grid looks ugly in the footer any time.
i found this blog https://www.telerik.com/blogs/getting-started-telerik-ui-for-asp-net-core-and-bootstrap-4
but i do not understand how to do the update
>>No matter how you choose to manage your dependencies, the default layout (i.e _Layout.cshtml
)
should contain references to them. The default layout >>defines a top
level template for views in your web application. These references
include the following:
where to store the references , where to reference them etc..
it´s a little bit confusing me so please is there some better help tan this how to update or maybe it´s not needed anyhow to solve the grid ui problem ?
thanks br thomas