JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › adding children to expanded row using groupy › Reply To: adding children to expanded row using groupy
April 28, 2023 at 12:54 pm
#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