Posted 7 November 2020, 3:06 pm EST
in popup we need to show 2 list box with add values remove values in both boxes, finally which values selected in second list box that value nedd to display in cell
Forums Home / Wijmo / General Discussion
Posted by: bemes9226 on 7 November 2020, 3:06 pm EST
Posted 7 November 2020, 3:06 pm EST
in popup we need to show 2 list box with add values remove values in both boxes, finally which values selected in second list box that value nedd to display in cell
Posted 7 November 2020, 3:21 pm EST
check below i want like this inside of popup using wijmo.
https://stackblitz.com/edit/angular-s24kd2?file=src%2Fapp%2Fapp-dual-list%2Fapp-dual-list.component.html
Posted 9 November 2020, 9:22 am EST
Hi bemes9226,
How to do you wish to display the selected values in the cells of the FlexGrid. Since the selected values will be a list, you can either create a complete flexgrid with the selected items or do you wish to bound them to a single cell.
Can you also explain your use case? It seems that you are selecting a list of columns and the grid will display these columns only.
Regards,
Ashwin
Posted 9 November 2020, 1:19 pm EST
we have two list boxes, data having left side list box we can add to second list. actually i have done everything but i got only one value binded in the cell. i want disply in a cell for which values we are sected in second box.
Posted 10 November 2020, 8:47 am EST
Hi again,
Please refer to the sample link below and let me know if this fulfills your requirements:
https://stackblitz.com/edit/angular-1kjl9i?
~regards