Skip to content

Commit 5da9975

Browse files
Copilotdanroth27
andcommitted
Add missing people field definition in QuickGrid OnRowClick example
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
1 parent 33b944b commit 5da9975

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release-notes/11.0/preview/preview1/aspnetcore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ The `QuickGrid` component now supports row click events through the new `OnRowCl
145145
</QuickGrid>
146146
147147
@code {
148+
private IQueryable<Person> people = GetPeople();
149+
148150
void HandleRowClick(Person person)
149151
{
150152
NavigationManager.NavigateTo($"/person/{person.Id}");

0 commit comments

Comments
 (0)