Hi everyone,
I have a DataGrid that I want to add new Itens to it, but I want it to save to DB only when the user press in a button "Save to DB". Is there any way to do this or I do have to add an new Item to my table and then refresh the DataGrid?
Thanks in advance,
Thiago Arakaki
I have a DataGrid that I want to add new Itens to it, but I want it to save to DB only when the user press in a button "Save to DB". Is there any way to do this or I do have to add an new Item to my table and then refresh the DataGrid?
Thanks in advance,
Thiago Arakaki
Comment