1

I would like to remove one row of the dataGrid. I try :

sources.myData.getCurrentElement().remove();

but i have one error : INTERNAL SERVER ERROR 500.

Someone can explain me please ?

DomDUT
  • 51
  • 4

1 Answers1

1

Try to use removeCurrent().

You can also use the - button at the bottom of the Grid. it allows you to delete the currently selected datastore entity.This button can be hidden if you select the Read only property for the Grid.

issam Eljohri
  • 322
  • 1
  • 6