BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hallo there!I have some question about SfDataGrid:I need dynamically create the table with N columnsAfter SfDataGrid creation i created columns:foreach (var v in _list){sfDataGrid2.Columns.Add(new GridTextColumn() {HeaderText = v.chName});}sfDataGrid2.ItemsSource = model1.Collection2;After that actions i can see my new columns , but i cant understand how to fill the table?How to add new row with N-parameters?Can i bind my datasourse with dinamically creadted sfDataGrid?
Hi Dmytro,
The SfDataGrid is a replacement of DataGrid and its not a wrapper of DataGrid. SDataGrid has all the features as like as MSDataGrid and also have some additional features, better performance, and user friendly.
UG Link: http://help.syncfusion.com/wpf/sfdatagrid/overview
Regards,
Jai Ganesh S