diff --git a/src/Plugin/views/style/CardGrid.php b/src/Plugin/views/style/CardGrid.php
index 9a0580a400a5a638e6fe742f24451f11d12e2f4f..1a67ae704c36e39f142089482ce5d884acc3fdfe 100644
--- a/src/Plugin/views/style/CardGrid.php
+++ b/src/Plugin/views/style/CardGrid.php
@@ -28,11 +28,28 @@ class CardGrid extends DefaultStyle {
 	 *
 	 * @var bool
 	 */
-	protected $usesRowClass = false;
+	protected $usesRowClass = true;
 
+	/**
+	 * Whether the format uses options
+	 *
+	 * @var bool
+	 */
 	protected $usesoptions = true;
 
+	/**
+	 * Whether the format will allow rendering fields
+	 *
+	 * @var bool
+	 */
 	protected $renderFields = true;
 
+	/**
+	 * Whether the format allows grouping
+	 *
+	 * @var bool
+	 */
+	protected $usesgrouping = true;
+
 
 }
\ No newline at end of file