Group: Forum Members
Posts: 336,
Visits: 497
|
Just to add to this a little bit, the EditingState does not change to Idle -- rather, it is in Idle EditingState when it enters the SetDefaultValues handler code. It should be in Adding state at this point. Also, the index that it is changing back to upon field assignment is the focused index when the add takes place. So, whatever item I had selected in the list when pressing the add button is the one it goes back to upon the default value assignment statement.
|