I need to display a small list of records for editing in a ListGrid. I need all rows to be in edit mode when the grid is displayed and to remain in edit mode. Is there any way to do that?
I see the setModalEditing(false) api, but that only keeps the record that is currently being edited in edit mode when the user clicks away. Is there some way to keep all records in edit mode?
I see the setModalEditing(false) api, but that only keeps the record that is currently being edited in edit mode when the user clicks away. Is there some way to keep all records in edit mode?
Comment