Hi,
I'm using the Syncfusion Grid in a LightSwitch HTML project.
The screen for which I try to use the Grid has the following structure:
A snippet of the rendering code is as follows:
As you can see I put a dropdown for the relation with the PostalNumber table.
When I start the apllication I get the following result:
As you can see the Grid show correctly the related PostalNumber & City.
When I go to edit mode, the result is as follows:
As you can see in this case the result is not correct: the values for PostalNumber & City disapear. Apart from that the dropdownlist does not show values from which I can choose from.
So I've two questions:
1) What do I need to do so that the relation values are shown when the Gridline goes in edit mode?
2) What do I need to do so that the dropdownlist shows the PostalNumber values from the related entity PostalNumber?
Thanks in advance for your answer!
By the way, part from the issues I have for now, the grid works realy well :-).
Greetings,
Daniel