Grid.Blazor icon indicating copy to clipboard operation
Grid.Blazor copied to clipboard

Grid.Blazor , GridMvc

Open lhsomoza opened this issue 3 years ago • 1 comments

Hi, looking at GridMvc. (Net Core 3.1) When running the application, I notice the Grid refreshes/reloads the entire window doing a Post back to the server. Is there a way for the Grid to refresh only the Grid area when navigating from Page 1 let's say to Page 2. Currently is doing a Post refreshing the entire browser window. Thank You so much.

In another note, I downloaded the Repo, after downloading . Changes I made to run GridMvcDemo: Changed the Framework to: Net5.0 Updated Nugget Packages to be compatible with Net5.0 for the entire solution.

I was able to run the Project GridMvcDemo, but I did get an error which I think you may want to check. The error is as follows: Project: GridMvc.Demo Controller: HomeController Line : 145 Error: Could not find dbo.RemoveDiatrics. I commented line 145, ran the demo, the demo displayed the Grid.

lhsomoza avatar Jan 13 '22 05:01 lhsomoza

I've updated the demo database. It has a database function named "RemoveDiacritics" to Disable diacritics distinction.

If you pull the github repository you will get new database

gustavnavar avatar Jan 16 '22 18:01 gustavnavar