Problem when processing data

0
Let me explain the issue I'm currently facing. I'm working with Mendix Studio Pro, linked to my PostgreSQL database. Now I have the following problem: I'm displaying the data from the database using a DataGrid2, and when it comes to inserting data, it works perfectly. A popup opens, and I can perform the insertion without any issues using microflows and selecting what I want through Combo Boxes. However, the problem arises when trying to 'edit' the data. Right now, I'm retrieving the data and displaying it using the same tab I use for inserting data. This tab is used to show data, with Combo Boxes and the previously inserted data appearing as a placeholder. But this way, I can't edit the data because the placeholder is always in the background. I hope I'm explaining myself clearly...
asked
0 answers