In Action Center, we have a task (Form) where a huge Data grid is displayed. For the moment, the user needs to delete manually 90% of the rows.
The idea would be to propose a check box where the user can select the lines he wants to keep!
And by pressing a button, it removes all unselected check boxes.
hi,
sure. you create an event in the edit grid or elsewhere.
that event update/filter the datatable that is used in the field ‘source’ of edit grid.
then there you have it - a dynamic app