Skip to content

QuickGrid with Virtualize=true - Samples Question #54034

@KurinchiA

Description

@KurinchiA

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I am trying to get the quick grid sample for Remote data provided in https://aspnet.github.io/quickgridsamples/datasources
to work in my local.

Created blazor webassembly project and added the code provided with the css. While compile getting error :

1>C:\Users\arumugamk\source\repos\QuickGridTestApp\QuickGridTestApp\Components\Pages\VirtualizeAPIData.razor(19,23,19,33): error CS0246: The type or namespace name 'FoodRecall' could not be found (are you missing a using directive or an assembly reference?)

Where can i find the FoodRecall class?


Same with https://aspnet.github.io/quickgridsamples/virtualizing
where can i find the DrugInfo class? and the DataSource injected.

My goal is to get a virtualization sample working in my local environment

Expected Behavior

Expected to get the sample provided in Remote data section of https://aspnet.github.io/quickgridsamples/datasources

and
the code in sample for virtualizing - https://aspnet.github.io/quickgridsamples/virtualizing

to work independently in my local environment.

This will help me to change the data to our data and trouble shot my issue. As when I use quickgrid with my data i don't see the data displayed in the grid but the count looks correct. which i already reported and trying to trouble shoot this issue by getting the sample working.

Steps To Reproduce

Created blazor webassembly project using visual studio.
Add a blazor page
Copy the code from Remote data section of https://aspnet.github.io/quickgridsamples/datasources
create a razor.css file with the same name as the razor page and copy the css from remote data section of https://aspnet.github.io/quickgridsamples/datasources
Build the project.

Exceptions (if any)

No response

.NET Version

8.0.2

Anything else?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions