jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: jqx-grid not displaying jqx-grid not displaying #103489

    ekrichbaum
    Participant

    It does exist and I’ve added most of the other files as well. The dataAdapter issue was resolved by moving jquery to the header as well. Still no display at the grid.

    in reply to: jqx-grid not displaying jqx-grid not displaying #103453

    ekrichbaum
    Participant

    formatting went wonky there but. Also, gets “Unable to get property ‘dataAdapter’ of undefined or null reference” in console, if that means anything as well. Some sort of binding error between the generating code (with the data) and the display generation not getting it?

    in reply to: jqwidget not displayed jqwidget not displayed #103451

    ekrichbaum
    Participant

    Pounded on this a while myself. The “Ugly Error” is because the installation of the Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration is incomplete. In startup.cs, add:
    services.AddApplicationInsightsTelemetry(Configuration);

    before

    services.AddMvc();

Viewing 3 posts - 1 through 3 (of 3 total)