Interface GridMultiSelectServerRpc

    • Method Detail

      • selectAll

        void selectAll()
        All rows in grid have been selected with the select all checkbox in header.
      • deselectAll

        void deselectAll()
        All rows in grid have been deselected with the select all checkbox in header.

        This can happen only if the all the rows were previously selected.