#104810
Markov
Keymaster

Hi,

You can delete a row by using the deleteRow method. For example: grid.deleteRow(1); To clear all rows, you can set the Grid’s source property to an empty array or null.

Regards,
Markov