#102730
Giovanni Zomer
Participant

is there also a way to “bulk update” the data adapter, as I tried to do the wrong way here?
because the actual logic is to build up the structure and then to get data from the server, so hundreds of rows with a few columns; I can do this while initializing and call data from csv or json and so on; but can I also do it after the grid has been created (with no rows at the beginning);
or do I have to insert row by row if I want to do this?
thanks!