AnkitSharma-007 / BlazorGrid

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

Does not work with Preview 8, Preview 9 and RC1 anymore #7

Open MichaelPeter opened 5 years ago

MichaelPeter commented 5 years ago

In Preview 8,9 and RC1 the members need to be public and the event handler syntax has changed from onclick=@handler to @onclick=.

The syntax for async method calls I'm still figuring out.

AnkitSharma-007 commented 5 years ago

Blazor has changed a lot since i published this component. I was busy with some other stuffs since last few months so didn't get a chance to update. But i will take a look at it now and update the repo to the latest version of Blazor as early as possible.