Page 2 of 2

Re: Silverlight MVVM Pattern

Posted: Thu May 12, 2016 7:46 am
by Eugene
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].

Re: Silverlight MVVM Pattern

Posted: Fri May 13, 2016 2:36 pm
by HighAley
Hello.

Please, send us a project that reproduces the issue.
We need to reproduce your issue to help you.

Thank you.