Questions tagged [quickgrid]
7 questions
2
votes
0 answers
.Net 7 Quick Grid Filter Not Refreshing Properly
I have a grid with both Template and Property Columns (code below only showing a single column.) The grid seems to work as expected with sorting and filtering. However, I want a way to clear all filters. I know how I would do this and it is just…

Grandizer
- 2,819
- 4
- 46
- 75
1
vote
1 answer
Blazor QuickGrid: Reset virtualized grid scroll position with new data source
I'm very new to Blazor, and equally new to QuickGrid component (which is in preview). I'm not really sure if this question is a general Blazor question, or a QuickGrid question!
In short my question is:
How do I reset the position of a virtualized…

Simon_Weaver
- 140,023
- 84
- 646
- 689
0
votes
1 answer
Blazor QuickGrid SetCurrentPageIndexAsync error
I use QuickGrid for userManager.Users in initializedasync like this:
itemsQueryable = userManager.Users.AsQueryable();
pagination.TotalItemCountChanged += (sender, eventArgs) => StateHasChanged();
I use the quickgrid official filtering and custom…

mz1378
- 1,957
- 4
- 20
- 40
0
votes
1 answer
Making a Cell Editable in Blazor Quick Grid
I'm working with the Blazor Quick Grid component and I have a grid with several columns, one of which displays a summary. I want to make this summary cell editable, so users can update it directly within the grid. Here's my current code:
…

Aathira
- 655
- 3
- 14
- 31
0
votes
0 answers
Has anyone done saving and reloading state with QuickGrid?
Has anyone done saving and reloading state using the new QuickGrid component by Microsoft? I am trying to save the grid state to persistent data for a user, then when they go off to another page and come back to the page with the grid the same state…

user1775543
- 59
- 8
0
votes
2 answers
How can I set @pagination.ItemsPerPage to 'All'? in QuickGrid?
I would like to enter "All" as an

user3124422
- 11
- 2
0
votes
0 answers
How can I use Foreign Keys data with Blazor Quick Grid?
I am currently trying to develop Blazor Quick Grid. I have my data access and database set up. I can get data to and from the db just fine. I am using entity framework for my data access and SQL for my db. However, I am not sure how to get data from…

Brsn
- 11
- 1