Posted 15 January 2025, 6:30 am EST
Hi
I am using wijmogrid in angular, and in one column i am using common dropdown component which is developed by us and internally calls api to show values in dropdown.
When we add rows first time in grid, values shows in dropdown and in network tab api is getting called to get values for dropdown, but when i delete row using delete button and add new row again then values are now showing in dropdown and api is not getting called.
In short - when we add rows for first time when grid initialized or loads values are showing but one i delete rows in existing grid and add new row then its not working.
Thanks in advance.