Datagrid binding

K

Kev Westwood

I have a business object TransactionEntryList which I have bound to a
datagrid in my mobile application. TransactionEntryList inherits
BindingList(Of TransactionEntry). So essentially I want the datagrid to
display a list of TransactionEntries. This works fine, so far so good.
However I cant get the DatagridColumnStyle mappings to work. All the
properties of my TransactionEntry object are visible when I want just a few
of them. What should the tablestyle mappingname and column mappingname be
in this scenario?

Thanks
Kevin
 
A

Arun

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top