jQWidgets Forums

jQuery UI Widgets Forums Angular jqwidgets version 6.0 for Angular 6 or 5

Tagged: 

This topic contains 3 replies, has 3 voices, and was last updated by  admin 6 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

  • dan123
    Participant

    hi i noticed that the new features for version 6 of jqwidgets like the grid with multi sort, row appearance, etc does not work on any angular versions


    Peter Stoev
    Keymaster

    Hi dan123,

    Angular 6 is supported since it was still a RC.

    Could you explain how this could be reproduced?

    Regards,
    Peter


    dan123
    Participant

    sortMode is not working on ver 6.0.4. When i remove it then it works.

    <jqxGrid
    [width]=”‘100%'” [source]=”dataAdapter” [columns]=”columns”
    [pageable]=”true” [sortable]=”true” [sortMode]=”many” [columnsresize]=”true” [columnsreorder]=”true”
    [autoheight]=”true” [selectionmode]=”‘multiplerowsextended'” [theme]=”‘custom'”
    [pagesize]=”20″ [pagesizeoptions]=”[20, 50, 100]”
    [filterable]=”true” [showfilterrow]=”true” [columnsmenu]=”false” [showrowlines]=”false”>
    </jqxGrid>


    admin
    Keymaster

    Hi dan123,

    The property is sortmode and is String. it Should be [sortmode]=”‘many'”.

    Regards,
    Peter

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

You must be logged in to reply to this topic.