Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 761 Bytes

File metadata and controls

20 lines (13 loc) · 761 Bytes

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.