gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
697 stars 135 forks source link

I have a grid for wich i use Syncfusion.Blazor.Grids i want to change to Grid:blazor #358

Closed pilotshamn closed 1 year ago

pilotshamn commented 2 years ago

Hello this is more like a question I have a grid for wich i use Syncfusion.Blazor.Grids now I want o use an opensource solution. Is it possible to do the same thing in Grid.Blazor as I do in Syncfusion,I include some code from my Syncfusion project se attached file questiongridblazor.pdf Th

gustavnavar commented 1 year ago

I don't understand what you describe in the attached file.

You can see all GridBlazor features in the demo and the documentation.

pilotshamn commented 1 year ago

Thanks for your answer i will try to be more specific I fave a function that fetch a number of Objects via HttpClient looks like this: public static async Task<List> getResrobotForCache(bool to). How can use this from Grid.Blazor to fill a grouped grid with strings and DateTimes . Or where in the documentation can i find this describe (newbie to this) Thanks

gustavnavar commented 1 year ago

You can use the local data model. This is the documentation: https://github.com/gustavnavar/Grid.Blazor/blob/master/docs/blazor_local/Documentation.md

And here you can find many examples: https://github.com/gustavnavar/Grid.Blazor/tree/master/GridBlazorStandalone