Blazor equivalent for WPF GridControl

Hello Syncfusion, i have a question.
Do you have a Blazor equivalent to the WTF GridControl ?
I'm seeking a Spreadsheet-like control that i can customize like WPF GridControl (adding & removing column and rows, adding metadata to colums and rows, have custom headers, still be able to calculate cell values & evaluate formulas.


1 Reply

NP Naveen Palanivel Syncfusion Team July 30, 2024 01:52 AM UTC

Hi Eric,


Greetings from Syncfusion.

We would like to inform you that we have a Blazor DataGrid that supports adding and deleting rows, features custom headers, and can calculate cell values using aggregates. Please refer to the following documentation and sample for more information:

Reference : https://blazor.syncfusion.com/documentation/datagrid/getting-started-with-web-app

      https://blazor.syncfusion.com/documentation/datagrid/column-headers ---> Customize the header element             
                   https://blazor.syncfusion.com/documentation/datagrid/editing -
àEditing feature 

                  https://blazor.syncfusion.com/documentation/datagrid/aggregates--> Calculations on specific columns 
                  https://blazor.syncfusion.com/documentation/datagrid/column-template--> To display custom value in a column 

Please get back to us if have any queries.


Regards,

Naveen


Attachment: BlazorApp1_c4eeca18.zip

Loader.
Up arrow icon