diff --git a/CS/DataMappings.csproj b/CS/DataMappings.csproj
index 6c8e67a..3940161 100644
--- a/CS/DataMappings.csproj
+++ b/CS/DataMappings.csproj
@@ -6,11 +6,11 @@
enable
-
+
-
\ No newline at end of file
+
diff --git a/CS/Pages/_Layout.cshtml b/CS/Pages/_Layout.cshtml
index ca79456..2f03ea7 100644
--- a/CS/Pages/_Layout.cshtml
+++ b/CS/Pages/_Layout.cshtml
@@ -1,5 +1,6 @@
@using Microsoft.AspNetCore.Components.Web
@namespace DataMappings.Pages
+@using DevExpress.Blazor
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@@ -8,7 +9,10 @@
-
+ @foreach (var file in Themes.Fluent.GetFilePaths()) {
+
+ }
+
diff --git a/LoadDataOnDemand.gif b/LoadDataOnDemand.gif
deleted file mode 100644
index 00662ad..0000000
Binary files a/LoadDataOnDemand.gif and /dev/null differ
diff --git a/LoadDataOnDemand.png b/LoadDataOnDemand.png
new file mode 100644
index 0000000..7e86375
Binary files /dev/null and b/LoadDataOnDemand.png differ
diff --git a/README.md b/README.md
index 9f28da6..1904f07 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
This example binds our DevExpress Blazor [TreeView](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxTreeView) to a data source and uses the [DxTreeViewDataMapping](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxTreeViewDataMapping) component to load child nodes on demand.
-
+
## Implementation Steps