@model pavliks.PortalConnector.Mvc.Pages.Mvc.Models.TpcGrid.TpcGridViewModel @using Kendo.Mvc.UI @using Newtonsoft.Json @using pavliks.PortalConnector.Mvc @using pavliks.PortalConnector.Mvc.Engine.Models.Enums @using pavliks.PortalConnector.Mvc.Extensions @using Telerik.Sitefinity.Frontend.Mvc.Helpers @using Telerik.Sitefinity.Modules.Pages; @Html.Script(ScriptRef.JQuery, "top", false) @if (Model.AllowExportingRecords) { @Html.Script(ExScriptRef.JsZip, "top") } @Html.Script(ScriptRef.KendoAll, "top", false) @if (Model.EnableKendoThemes) { @Html.StyleSheet(StyleRef.KendoCommon, Model.KendoTheme, "head") @Html.StyleSheet(StyleRef.KendoTheme, Model.KendoTheme, "head") @Html.StyleSheet(StyleRef.KendoThemeMobile, Model.KendoTheme, "head") } @if (Model.EnableBootstrapStyles) { @Html.StyleSheet(StyleRef.Bootstrap, "head") } @if (Model.EnableKendoRtlSupport) { @Html.StyleSheet(StyleRef.KendoRTL, "head") } @if (Model.EnableKendoCulture) { @Html.Script(ExScriptRef.KendoCulture, "top") if (Model.EnableKendoCultureMessages) { @Html.Script(ExScriptRef.KendoMessages, "top") } @Html.Script(Url.VersionedWidgetContent("assets/js/kendo-culture.js", PortalConnectorMvcModule.AssemblyName), "bottom", false) } @Html.StyleSheet(StyleRef.FontAwesome, "head") @Html.StyleSheet(Url.VersionedWidgetContent("assets/css/tpc-frontend-styles.css", PortalConnectorMvcModule.AssemblyName), "head", false)
 
@Html.Script(Url.VersionedWidgetContent("assets/js/frontend-tpc-api.js", PortalConnectorMvcModule.AssemblyName), "head", false) @Html.Script(Url.VersionedWidgetContent("Mvc/Scripts/TpcGrid/tpc-grid.js"), "top", false)