Posted 8 October 2020, 5:56 am EST
Is there a way we can set alternate values for selected path and displaymemberpath .Suppose I don’t have key in xxx in the itemsource then yyy key needs to diplayed .Likewise since xxx is not there upon selection zzz should be there.
We are using angular 7 with wijmo flex grid.Please let us know ;
To show what I am asking below is the example case :
<wj-flex-grid-column [header]=“‘One Path’” [binding]=“‘onePath’” [width]=“175”>
<ng-template wjFlexGridCellTemplate [cellType]=“‘CellEdit’” let-cell=“cell” let-item=“item”>
<wj-auto-complete [displayMemberPath]=“‘xxx’ || ‘yyy’”
[selectedValuePath]=“‘xxx’|| ‘zzz’”