Wijmo Required fields not working in collection view

Posted by: satyanarayana.vaddapally on 19 January 2021, 3:04 am EST

  • Posted 19 January 2021, 3:04 am EST

    Hi Team,

    my html is in below format

    <wj-flex-grid      [(itemsSource)]="data">
       <div *ngFor ="let column of columnDefinitions" >
    

    <wj-flex-grid-column [binding]=“column.binding” [name]=“column.name” [format]=“column.format” [isReadOnly]= “column.readOnly”

    [header]=“column.header” [isRequired] =“column.required” [cssClass]=“column.readOnly?‘fbt-read-only’:‘’”

    [visible]=“column.visible” [width] =“column.width” [maxLength]= “column.maxLength” >

    <ng-template wjFlexGridCellTemplate let-row=“row” [cellType]=“‘Cell’” let-item=“item” let-cell=“cell” let-col=“col” >



    {{ getCellText(item,column)}}

    <ng-template wjFlexGridCellTemplate [cellType]="'CellEdit'" let-item="item" let-cell="cell" let-row="row" let-col="col">
      
      <div *ngIf="column.type==='combo'" id="{{col.index}}-{{row.index+1}}">  
            <my-combobox [dataStream]="column.options"  [displayText]="column.name=='regionUID'?'selectValue':'displayValue'"    
            (onComboboxChange)="onComboboxChange($event,item,column)" [(selectedRow)]="cell.value" ></my-combobox>  
      </div>
      <div *ngIf="column.type==='text'">
             <my-textbox    [(inputModel)] ="cell.value"  [maxLength]="column.maxLength" ></my-textbox> 
      </div>
    
    With this structure when i raise required field error and type in value in text column the cursor is not moving to next cell, and required field error is also not going , happens with all types of columns text combo date etc.

    https://codesandbox.io/s/wijmo-angular-forked-6tvff

    https://supportone.componentone.com/home/casedetail/469825

    We are waiting for the fix from last one month, our delivery is getting impacted because of this issues Can you please let us know the status

    what’s the timeline at least when can we expect the fix???

    Thanks,

    Satya

  • Posted 19 January 2021, 5:14 pm EST

    Hi Satya,

    We apologize for the delay. I’ve posted the update on the supportone case. Please refer to the same. I’m copying the same response here too

    The dev team is actively working to fix this. Currently, we do not have an ETA for the same but I have asked the team to put this case on the highest priority.

    Regards

  • Posted 25 January 2021, 1:44 am EST

    Hi Sharad,

    Atleast, they could provide an estimate …right when it gets fixed ??

    This is stopping us from upgrade .

  • Posted 27 January 2021, 6:04 pm EST

    Hi,

    The dev has provided a fix and I’m currently verifying the same. Just give me a couple of days and then I will be able to provide you with an interim build.

    Regards

    Sharad

Need extra support?

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

Learn More

Forum Channels