Calling 2 popup in same component

i placing 2 popup in a single component. 1st one is working correctly. but in 2nd popup arrowkey not worked. any how when arrow key worked then on enter it could not get indexno as openpopup get value false only.
await JSRuntime.InvokeAsync("Radzen.popupOpened", "itempopup");
here itempoup is my 2nd popup. first one is the same what you have given in the example. for 2nd I have changed few values and could not get the result. please guide me how can I run multiple popup in a single component.

Not sure about your implementation however maybe you can separate the popups in a single component and use it in a page similar to our demo.