What are three methods for displaying data in a syncfusion datagrid



What are three methods for displaying data in a syncfusion datagrid..

Answer / Preeti Sharma

1. GridDataBinding: This method binds the datagrid to a collection of objects. nn```csharpnsyncfusionGrid.ItemsSource = myCollection;```
2. DataSource: This property can be set to an IEnumerable or ObservableCollection, providing live updates as new data is added. nn```csharpnsyncfusionGrid.DataSource = myCollection.AsObservable();```
3. DataSourceTemplate: This method allows you to define a custom template for each data item in the datagrid.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Can we connect two dataadapters to same data source using single connection at same time?

1 Answers  


Explain the role of data provider in ado.net?

1 Answers  


What is ado.net components?

1 Answers  


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


What is difference between datareader and dataadapter?

1 Answers  


How to read data with the sqldatareader ?

1 Answers  


make a login control??

1 Answers  


What is data access pattern?

1 Answers  


Does sqlclient and oledb class share the same functionality?

1 Answers  


What is bubbled event?

1 Answers  


What do you know about ADO.NET's objects and methods?

1 Answers   NA,


What is the difference between oledbreader and datasetwhile connecting?

1 Answers  


Categories