From b983e334c87bca0e451799636ed7d1187ee4bd24 Mon Sep 17 00:00:00 2001 From: sathiskumarKR <102207462+sathiskumarKR@users.noreply.github.com> Date: Tue, 30 May 2023 18:03:12 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1c18d..d5c4788 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ + # blazor-datagrid-render-adaptive-layout -This sample is to demonstrate on how to ender grid in adaptive layout + +A quick-start project that helps you how to design the adaptive layout in Blazor DataGrid component. + +Documentation: https://blazor.syncfusion.com/documentation/datagrid/adaptive-layout + +Online examples: https://blazor.syncfusion.com/demos/datagrid/adaptive-rendering?theme=fluent + +# Project prerequisites +Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project. + +# How to run this application? +• To run this application, you need to first clone the blazor-datagrid-render-adaptive-layout repository and then open it in Visual Studio 2022. + +• Register the syncfusion license key in Program.cs file, if you have any doubt check the documentation link : https://blazor.syncfusion.com/documentation/getting-started/license-key/how-to-register-in-an-application + +• Now, simply build and run your project to view the output.