AnkitSharma-007 / BlazorGrid

A reusable grid component for Blazor with the support of client side pagination.
MIT License
71 stars 12 forks source link

The name 'context' does not exist #3

Closed redowl3 closed 5 years ago

redowl3 commented 5 years ago

Hi,

I'm getting an error The name 'context' does not exist when using the grid

@context.Date.ToShortDateString() @context.TemperatureC @context.TemperatureF @context.Summary
AnkitSharma-007 commented 5 years ago

Take a look at this.

https://github.com/aspnet/AspNetCore/issues/9642

redowl3 commented 5 years ago

thanks