What is the difference between GetChildRow and GetChildDataRow? There is no explanation in the help file.
ASPxGridView - GetChildRow and GetChildDataRow methods difference
Answers approved by DevExpress Support
Hi Sanjay,
The only difference in these methods is the type of a returned object. The ASPxGridView.GetChildRow Method returns an object of the underlying data source type. For instance, if your data source is a List<Data> collection, the returned type will be a Data object.
On the other hand, when calling the ASPxGridView.GetChildDataRow Method, you will get an object of System.Data.DataRow type.
Feel free to contact us if you need further clarification on this issue.