Having difficulty displaying a page which contains a Kendo Grid. @(Html.Kendo().Grid(Model)... Running the application through VS 2017. I have a menu page with four selections, one selection (a button) is the option to display data, in a separate page, using a Kendo Grid. If I place breakpoints in the controller and one in the view, @(Html.Kendo().Grid(Model).., the page displays, with the data as expected at it works fine. If I remove the breakpoints, the app will not display the page with the Kendo Grid, no error, it does nothing. I've been using Google Chrome and I've hit the F12 to display developer options but I'm not seeing any explicit errors.
Any ideas on why this might occur?