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.