Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syncfusionexamples/blazor-datagrid-prevent-query-generation-for-foriegnkey-column


https://github.com/syncfusionexamples/blazor-datagrid-prevent-query-generation-for-foriegnkey-column

blazor blazor-server filter-query foreignkey prevent-query-generation remote-data

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Prevent query generation for foreignkey column in Blazor DataGrid

This sample is created to demonstrate on how we can prevent the query generation for foreign key column when data is fetched from remote datasource for foreign key column.

This application consist of two projects.

1. Grid_PreventQueryGeneration
2. OdataV4Service.

## Prerequisites

* Visual Studio 2022
* Visual Studio Code

## How to run this application?

* Checkout this project to a location in your disk.
* First, open the solution file of `OdataV4Service` using the Visual Studio 2022 and run the application.
* Next, Open the solution file of `Grid_PreventQueryGeneration` using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution and run the project.