jQuery UI Widgets Forums Getting Started jqxPivotGrid error

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 6 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxPivotGrid error #100444

    Rashid
    Participant

    I am trying to load pivot grid(Angular 6) according to the provided sample in documentation. But getting this error to run the app in browser, no build error though.
    Error: Template parse errors:
    Can’t bind to ‘width’ since it isn’t a known property of ‘jqxPivotGrid’. (”
    <jqxPivotGrid
    #pivotGridReference
    [ERROR ->][width]=”800″
    [height]=”400″
    [source]=”pivotDataSource”
    …..

    Can you please help me on this issue?

    jqxPivotGrid error #100449

    Martin
    Participant

    Hello Rashid,

    This error is usually thrown when the widget you are using is not imported in the project.

    Please, make sure that you have added: "node_modules/jqwidgets-scripts/jqwidgets-ts/angular_jqxpivotgrid.ts", in the ‘files’ array in the tsconfig.json file and jqxPivotGridComponent in the NgModule declarations in the app.module.ts file.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.