dont want to show edit and delete button above in data grid

0
i have table (datagrid )where in that i don’t want to show edit and delete button in control bar but want this action happen in  another way.  if i  select any row from table then it delete using delete button in our keypad   some another option like wan’t  delete button action  in the all specific rows itself i want both operation  as above 1& 2 but if not then at least any one.
asked
1 answers
0

there is a key-press appstore widget, that you can link to a button (often used to trigger a button on pressing enter ona  login screen.

you can also make your datagrid a list view, and add a delete button :D 

 

https://appstore.home.mendix.com/link/app/1835/

answered