From 54ddff3d06bd4e46b25cac5d43cfebc8fcda6863 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Tue, 16 Sep 2025 17:53:20 +0530 Subject: [PATCH] Documentation(982032) - Need to change the playground link in blazor datagrid component. --- blazor/datagrid/column-rendering.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blazor/datagrid/column-rendering.md b/blazor/datagrid/column-rendering.md index 984fe3ec82..15a070d09e 100644 --- a/blazor/datagrid/column-rendering.md +++ b/blazor/datagrid/column-rendering.md @@ -472,8 +472,6 @@ In the following sample, columns are built dynamically using the `ExpandoObject` {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhqXHrjBldvsODR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} - ## Complex data generation The Syncfusion Blazor DataGrid allows you to achieve complex data binding by using the dot (.) operator in the column.field. This feature is particularly useful when dealing with nested or complex data structures. @@ -631,8 +629,6 @@ Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncf > * you can perform the Data operations and CRUD operations for Complex ExpandoObject binding fields too. -{% previewsample "https://blazorplayground.syncfusion.com/embed/VXrgXRVXLFuZSlab?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} - ### Complex data generation using DynamicObject Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding#dynamicobject-binding). You can achieve DynamicObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data. @@ -699,8 +695,6 @@ Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncf > * you can perform the Data operations and CRUD operations for Complex DynamicObject binding fields too. -{% previewsample "https://blazorplayground.syncfusion.com/embed/BtBgNdrjLuIpsnpS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} - ### How to set complex column as foreign key column The Syncfusion Blazor DataGrid provides the ability to use complex columns as foreign key columns. This allows related data from a foreign data source to be displayed based on the value of a complex column.