Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syncfusionexamples/blazor-datagrid-prevent-query-generation-for-foriegnkey-column
- Owner: SyncfusionExamples
- Created: 2022-05-23T05:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T13:36:12.000Z (7 months ago)
- Last Synced: 2024-06-28T14:57:42.193Z (7 months ago)
- Topics: blazor, blazor-server, filter-query, foreignkey, prevent-query-generation, remote-data
- Language: HTML
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.