Hi
I have done the DropDown so that I can select a participant that I want to Edit.
In the DataGrids click event I have added the following
When I run the app it works and the id is presented 1030
I close the app and add some code to the Edit form
And then rerun the app and it stops after clicking on a row! Total frozen.
I opened the project i VS and no exceptions is throw
It is hanging on await Load()
I don't unerstand
If something is "frozen" then there is either an exception happening somewhere or a database operation takes too much time to complete. Try debugging the code with Visual Studio to see what is causing the problem. The code looks correct otherwise.
Hi
I have run the stored procedure an the respond time is milli seconds.
I have debuged the code and there is no exception, just sitting and waiting, se pic that I sent yesterday
Unfortunately we can't determine the cause of the problem from a screenshot. Also I am not entirely sure I understand the sequence of events. You say the dialog stops working after you invoke a stored procedure in its Load event. Is that right? Does it start working again if you remove the stored procedure? Provide as many details as possible - debugging a problem just by looking at screenshots is an impossible task.
Hi
If I can recreate it should I do in in the Northwind DB?
Yes, you can try recreating the problem with the Northwind DB. Then send us your application to info@radzen.com.