I'm having problem with LightSwitch (VS 2012 version, Silverlight client) screen design. I have following data model:
Agent
tableTraining
tableParticipant
tablehaving 1-to-many relationship withTraining
andAgent
I've created new screen for creating Training
s. The screen layout contain Participant section and I can add there participants and select appropriate Agent
relations only if there already are corresponding rows in Agent
table. But I would also like there a option, to create new agent on the fly. So if user tries to enter Agent, that does not exists, he would be able to enter new information about agent and select him in Participant section.
Is there a way?