Hi, I want to know how to populate a ListGrid without adding the values to the database.
I was using the ListGrid.addData(record); but I found that it save the data in to the database, and I dont want that. I want to save the data in the database when I have finished editing the grid.
I hope you can help me.
I was using the ListGrid.addData(record); but I found that it save the data in to the database, and I dont want that. I want to save the data in the database when I have finished editing the grid.
I hope you can help me.
Comment