I’m trying to use a DataGrid that has 6 columns, all 6 columns are populated from a recordset, the first 3 contain non editable data and the last 3 are blanks for the user to fill in with data.
My problem is that I don’t wont this DataGrid to be still connected to the backend database, I mearly want the DataGrid to hold the data the user has typed in, and then I want to manual pass this back to the database.
Col1 Col2 Col3 Col4 Col5 Col6
A A 1 A 1 A
B B 1 B 1 B
C C 1 C 1 C
D D 1 D 1 D
Non Editable Cols User Input Cols
My problem is that I don’t wont this DataGrid to be still connected to the backend database, I mearly want the DataGrid to hold the data the user has typed in, and then I want to manual pass this back to the database.
Col1 Col2 Col3 Col4 Col5 Col6
A A 1 A 1 A
B B 1 B 1 B
C C 1 C 1 C
D D 1 D 1 D
Non Editable Cols User Input Cols