The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team June 23, 2005 11:31 AM UTC
Is gridFunctions one of our grids? What kind of grid is it? What is its datasource? Does this datasource have the columns you are trying to add, or are you trying to add ''unbound'' columns to the grid?
What is gridFunctions.AddColumn? I do not think any our grids has such a method.
If you will explain more about what you are doing, maybe we can suggest something.
HVHrvoje VodaJune 23, 2005 12:11 PM UTC
It is a syncfusion grid with a method addcolumn.
I have a datasource with data, and it all works fine, but I don''t know how to show this data into grid.
ADAdministrator Syncfusion Team June 23, 2005 01:39 PM UTC
>>It is a syncfusion grid with a method addcolumn.
I do not know what this is.
If you are using a GridDataBoundGrid, and have a DataTable that you want to see in the grid, you set:
this.gridDataBoundGrid1.DataSource = this.dataTable1;
and the columns and data in your datatable should appear in the grid.
Here is a minimal sample.
http://www.syncfusion.com/Support/user/uploads/GDBG_sample_762ae87d.zip