How to update data in SQL Server Database using Data Grids in Mendix Application
0
I'm trying to update data in SQL Server Database directly from Data Grids in Mendix Application. I want to fetch data from SQL Server Database directly into Data Grids and Update/edit data in the same Data Grids and save changes directly into the SQL Server Database.
asked
Abhiram Gadde
1 answers
0
Hi,
You can change the grid’s data source to Database.
For each column of the grid, double click to open properties dialog and set Editable to Yes.