Hi everybody,
I'm fairly new to CSLA and was wondering which object to bind to a datagrid?
I does not need to be editable, just a list of records in a table.
I've used ReadOnlyListBase but are only able to get 2 columns back.
How do I retrieve the rest of the table or at least more than 2 columns?
Also, how would I then filter the datagrid? I used to use a DataView, will it work the same way?
Thanks!
-Pieter