Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ExecuteCommand not firing?
posted

Hi,

   We upgraded our project from NetAdvantage v11.2 to v14.2 and we see this issue.  In our MVVM based application, we have a grid which has XamComboEditor in the first field, followed by fields with Buttons, couple of other XamComboEditors etc. The first field is bound to an ObservableCollection of custom class objects. If a particular value is selected then the values for other XamComboEditors fields and couple of other text fields are set. This is done in the XamComboEditor's SelectedItemChanged event and we do ExecuteCommand(DataPresenterCommands.CommitChangesToActiveRecord).

This used to add the row to the grid and finish the step, now after we upgraded it is not working the way it was in v11.2. Nothing happens and it does not select the item in the first dropdown itself. Has anything changed between the versions?  

Parents Reply Children
No Data