Wijmo flex grid having issues on Modals

Posted by: jkim on 7 November 2019, 2:31 pm EST

  • Posted 7 November 2019, 2:31 pm EST

    I’ve been running into an issue that recently came up where the wj-flex-grid will not populate/display the data correctly. It seems the problem occurs when the data comes in too quickly and the grid only displays partial data and the styles/formatting are messed up. We are currently on version: “wijmo”: “5.20183.568”

    When I throttle my HTTP request or put a delay on my observable the problem no longer happens. It’s only when requests that come in faster than 200ms do i see this issue.

    Here is a snippet of the grid, any help would be greatly appreciated as it is affecting multiple areas of my application:

    
            <wj-flex-grid #entityFlexGrid [hidden]="!entityDataList.data.length"
                [itemsSource]="entityDataListGrid"
                [headersVisibility]="'Column'"
                [autoGenerateColumns]="false"
                [selectionMode]="'ListBox'"
                (loadedRows)="onEntityGridLoaded(entityFlexGrid)"
                [isReadOnly]="true"
                [autoSizeMode]="'Both'"
                [allowSorting]="false">
                <wj-flex-grid-column *ngFor="let col of entityDataList.columns"
                                    [binding]="col.binding"
                                    [header]="col.header"
                                    [visible]="col.visible"
                                    [width]="'*'"
                                    [align]="'left'"
                                    [minWidth]="_globalService.minColWidth"
                                    [isContentHtml]="true">
                </wj-flex-grid-column>
            </wj-flex-grid>
    
    
  • Posted 8 November 2019, 8:22 am EST

    Hi,

    We are working on your case and will update you as soon as possible.

  • Posted 11 November 2019, 12:54 am EST

    Hi,

    We are sorry but we were not able to replicate the issue at our end. Please refer to the sample attached that we used to replicate the issue. Could you please modify the sample accordingly so that it reproduces the issue?

    Regards,

    Ashwin

    src.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels