From 86a35b7cd3e9553e6fc6209226a2864c59c11e96 Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Fri, 28 Oct 2022 23:25:10 +0200 Subject: [PATCH] Deprecated the Grid element --- QuestPDF/Fluent/GridExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QuestPDF/Fluent/GridExtensions.cs b/QuestPDF/Fluent/GridExtensions.cs index e7ae0ca..72e027b 100644 --- a/QuestPDF/Fluent/GridExtensions.cs +++ b/QuestPDF/Fluent/GridExtensions.cs @@ -55,6 +55,7 @@ namespace QuestPDF.Fluent public static class GridExtensions { + [Obsolete("This element has been deprecated since version 2022.11. Please use the Table element, or the combination of the Row and Column elements.")] public static void Grid(this IContainer element, Action handler) { var descriptor = new GridDescriptor();