You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as the program opens, switch to Customers view (or Orders view). The detail panel on the bottom right shows the Country combo box empty. As soon as a different record is selected, the issue disappears.
System
Visual Studio 2017
Windows 10 Build 1803
The text was updated successfully, but these errors were encountered:
It's appear when you didn't load dictinaries before set Item.
At the current momen we binding to LookupTableProxy, but better to make IList in CustomerViewModel and load before set Item.
I confirm that bug.
Repro steps
As soon as the program opens, switch to Customers view (or Orders view). The detail panel on the bottom right shows the Country combo box empty. As soon as a different record is selected, the issue disappears.
System
Visual Studio 2017
Windows 10 Build 1803
The text was updated successfully, but these errors were encountered: