args)
- {
- if (args.RequestType == Syncfusion.Blazor.Grids.Action.Filtering)
- {
- if (String.Equals(args.CurrentFilteringColumn, nameof(Book.CustomerId), StringComparison.OrdinalIgnoreCase))
- {
- args.PreventFilterQuery = true;
- currentQuery = new Query().Where("Customer/Name", args.CurrentFilterObject.Operator.ToString().ToLower(), args.CurrentFilterObject.Value, true, true);
- }
- }
+
+
+The following Syncfusion Blazor components can be set up in an application for you with the Syncfusion Blazor Template Studio. A fast, easy start with Syncfusion Blazor components lets you concentrate on the important part: learning.
+
+
\ No newline at end of file
diff --git a/PreventQueryGeneration/Grid_PreventQueryGeneration/Pages/_Host.cshtml b/PreventQueryGeneration/Grid_PreventQueryGeneration/Pages/_Host.cshtml
index be1403f..e10df86 100644
--- a/PreventQueryGeneration/Grid_PreventQueryGeneration/Pages/_Host.cshtml
+++ b/PreventQueryGeneration/Grid_PreventQueryGeneration/Pages/_Host.cshtml
@@ -32,5 +32,11 @@
+