B
Burrows
Hi was wanting to know if this is postible I have a genteric List<T>
customerList<Customer> (customer is my oen data class) and I wish to
to bind it to a dataGrid but i do not want all properties shows
this.dataGrid1.DataSource = customerList;
I was wondering if there is an attibute i could apply to the
properties i did not wish to show in the data class ????
Any help would be great
customerList<Customer> (customer is my oen data class) and I wish to
to bind it to a dataGrid but i do not want all properties shows
this.dataGrid1.DataSource = customerList;
I was wondering if there is an attibute i could apply to the
properties i did not wish to show in the data class ????
Any help would be great