Re: Silverlight MVVM Pattern
Posted: Thu May 12, 2016 7:46 am
Actually the 'Product' is a DataTable, when being passed to the ReportBusinessObjects collection. With the datatable I can cast it to the EnumerableRowCollection<DataRow> using DataTable.AsEnumerable(), but still inside the report it is a StiBusinessObject, but not an enumerable collection. Is there a workaround?
By usung ProducAsIEnumerable.Current I can access the 'currently selected item', not any specific item, as in Product[index].
By usung ProducAsIEnumerable.Current I can access the 'currently selected item', not any specific item, as in Product[index].