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 |
Can we connect two dataadapters to same data source using single connection at same time?
Explain the role of data provider in ado.net?
What is ado.net components?
What providers do you use to connect to oracle database ?
What is difference between datareader and dataadapter?
How to read data with the sqldatareader ?
make a login control??
What is data access pattern?
Does sqlclient and oledb class share the same functionality?
What is bubbled event?
What do you know about ADO.NET's objects and methods?
What is the difference between oledbreader and datasetwhile connecting?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)