Hi,
I have a listgrid with selection appearance set to checkbox
i.e. grid.setSelectionAppearance(SelectionAppearance.CHECKBOX). This
brings up the checkbox in the 1st column with a checkbox in the header
to enable all records to be selected.
However, an attempt to select all the records through the header throws
up the warning:
"Can't select that many records at once. Please try working in smaller batches."
This is understandable since the listgrid contains 1000's of records.
What I need is a way to hide/disable the checkbox in the header to prevent
users from attempting to select all records in such cases. Is this possible? If yes, how can I achieve it?
I have a listgrid with selection appearance set to checkbox
i.e. grid.setSelectionAppearance(SelectionAppearance.CHECKBOX). This
brings up the checkbox in the 1st column with a checkbox in the header
to enable all records to be selected.
However, an attempt to select all the records through the header throws
up the warning:
"Can't select that many records at once. Please try working in smaller batches."
This is understandable since the listgrid contains 1000's of records.
What I need is a way to hide/disable the checkbox in the header to prevent
users from attempting to select all records in such cases. Is this possible? If yes, how can I achieve it?
Comment