Hello,
I load data into a table. Then, when pressing on a table row, an editor opens.
When the editor opens, it loads another data which corresponds to the pressed rows.
I have a DropDownDataGrid which holds previously selected item and the available items.
${getByElementsForElementidResult.Name} - has the previously selected item.
When I put it as a placeholder I can actually see it. But I want to put it as a textProperty (I tried valueProperty too..) But then I can't see it.
Works only as a placeholder.
Any ideas why?