Hi everyone,
I hope this is the right place.
I´ve been a silent user for months, and since two weeks I face a problem that get me crazy.
I made a layout that with a button shows a Dialog. The problem is that suddenly after showing the Dialog, a couple of seconds later, the dialog is closed, and the layout calling the Dialog also. I checked that the Form Summit event is called seconds after the Dialog is close. BTW No error is shown.
I follow the starting docs, I update all libs and try to be a good boy. I simplify the Dialog with a nice "Hello World", no additional code. But nothing works.. I also try to call same Dialog from another buttons.. And in this case it works...
.. and finally I found the error.. I was putting the button inside a RadzenTemplateForm and if I set the buttong out of this section... it works....
Maybe a bug?