Hi.
We are currently implementing so called bulk operations. For that we need to collect some records in the grid
and then trigger a bulk operation on these collected records. I would like to know your opinion about these two approaches
and also please answer my questions below.
Approach 1: Using solution with settings SelectionAppearance.CHECKBOX and SelectionStyle.SIMPLE
Questions to this approach:
- is it possible to show error icon next to the checkbox field ? if yes, how ?
- is it possible to select record not just by clicking on the checkbox field but on any cell in the record ? if yes, how ?
Approach 2: Using additional defined column of type boolean
Questions to this approach:
- is it possible to use this checkbox only to collect selected records, and not mark row or cell as edited (meaning without setting canEdit=true) ?
-- the reason for question above is, that it is causing problems in a sense that for example if you click on header of grid to trigger a sort,
-- it is showing message about if user want to save or discard changes in the grid. And this is unwanted.
Questions for both approaches:
- is it possible to show icon next to the checkbox field informing about successful bulk operation ?
-- so basically the opposite to error icon. if yes, how ?
Just FYI: we choosed the second approach, because we use selection for showing the row details in another section.
Thank you,
Fero
We are currently implementing so called bulk operations. For that we need to collect some records in the grid
and then trigger a bulk operation on these collected records. I would like to know your opinion about these two approaches
and also please answer my questions below.
Approach 1: Using solution with settings SelectionAppearance.CHECKBOX and SelectionStyle.SIMPLE
Questions to this approach:
- is it possible to show error icon next to the checkbox field ? if yes, how ?
- is it possible to select record not just by clicking on the checkbox field but on any cell in the record ? if yes, how ?
Approach 2: Using additional defined column of type boolean
Questions to this approach:
- is it possible to use this checkbox only to collect selected records, and not mark row or cell as edited (meaning without setting canEdit=true) ?
-- the reason for question above is, that it is causing problems in a sense that for example if you click on header of grid to trigger a sort,
-- it is showing message about if user want to save or discard changes in the grid. And this is unwanted.
Questions for both approaches:
- is it possible to show icon next to the checkbox field informing about successful bulk operation ?
-- so basically the opposite to error icon. if yes, how ?
Just FYI: we choosed the second approach, because we use selection for showing the row details in another section.
Thank you,
Fero
Comment