The Popup form closes

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

Did you find this page helpful?