|
I have a CRUD app based on the "Basic CRUD Application" demo and, like the demo, the first field (and others) are required and get the "This field is required" tooltip. However, if the window is closed (either with the close button or the Cancel button), the tooltip remains floating over the datagrid.
At first I thought the demo app didn't have this problem, but I have run into it a couple times. Sometimes when I click "New User" it shows two "This field is required" tooltips over the first two fields and when I cancel the dialog the second tooltip remains.
But the demo app generally works fine and I can't find the difference between how it handles #dlg and how I do that would explain the different behavior.
Any suggestions?
Thanks.
|