Skip to content

DataGrid Data Export (CSV, Excel, PDF, Word) #5142

Answered by sbwalker
Sharafudeen asked this question in General
Discussion options

You must be logged in to vote

@Sharafudeen modules which are scaffolded using the default module template use a "dual service" approach, which allows them to adapt to various run-time configurations:

So if your module is using Static Blazor or it is using Interactive Blazor with Server Interactivity, then the module is running on the server and does not need to call the API Controller (an API Controller is only necessary in a true client/server environment where the client application needs to communicate with the backend API over HTTP - ie. WebAssembly or .NET MAUI)

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Sharafudeen
Comment options

@Sharafudeen
Comment options

@Sharafudeen
Comment options

@sbwalker
Comment options

Answer selected by Sharafudeen
@Sharafudeen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants