Add/Remove Record

There are several ways to add and remove records. You can always change grid.records array and then refresh the grid by calling grid.refresh() method. Or you can also use grid.add() method as it is show in the example below.