The Popup form closes
The popup form closes on clicking anywhere outside the window form. Any clue on how to stop it from closing?
Solution:Jump to solution
go to your resource list then on the CreateAction method add this
->closeModalByClickingAway(false)...
2 Replies
Solution
go to your resource list then on the CreateAction method add this
->closeModalByClickingAway(false)
thank you @IamJohnDev