Hi,
I have this problem with dropdows placed into table control:
When I have inputbox placed into table insted of dropdown, user input written into input box was saved directly into context element on what the table control is binded (and this context node is then saved to DB). But dropdown saves its values to different element in sub-node of main node on which is table binded.
What is the best approach to solve this?
Many thanks for asnwer!