In screens which use a list / detail data binding combination, under certain data entry/update scenarios, data binding between a control in the Detail area and the underlying collection is not working as expected.The problems affect screens using either a List control or a DataGrid control for the List area of the screen.The problems occur when the user enters text in the Detail area, does not tab out, and clicks the List/Grid to change to another row.There are two variations of the data binding problem (one in each data binding direction):1. The text typed by the user in the control in the Detail area does not update (and dirty) the underlying row when clicking to change row selection.2. The text typed by the user in the control in the Detail area is not replaced (reset to an empty value) after clicking to change row selection if the value in the newly selected row is empty. Applicable to columns that are optional in the Entity.
LightSwitch Release Version
Product Language
Steps to reproduce
Operating System
Operating System Language
Actual results
Expected results
Please wait...