Please is it possible to combine data sources like as below
– Get data from csv as data souce into grid, after updating the data save it to SQL database.
Please if this is possible any insight or link to how it can be achieved.
Unfortunately, we do not have such example but you could try to create it.
You could generate the Grid from one source, one DataAdapter and after this save the records and with changed brand new DataAdapter to save this data to the database.
Also, it is possible to use those records and with AJAX to transfer them to the database.