This question is locked. New answers and comments are not allowed.
Hi,
I am trying your product and I need some help.
I have a List<DataClass> to set as the itemsource for the RadDataGrid.ItemSource.
But I want to generate the column manually because I only want certain member of the object DataClass to be displayed.
Say the DataClass has 5 Members.
FirstName
LastName
Age
Address
Telefon
it depends on some external event such that, say, in this particular case, I only want to show FirstName, LastName and Address.
Can you show me how to use c# to set the Columns properties, Header, or anything else I need to map this list<DataClass> to the DataGrid?
Thanks
I am trying your product and I need some help.
I have a List<DataClass> to set as the itemsource for the RadDataGrid.ItemSource.
But I want to generate the column manually because I only want certain member of the object DataClass to be displayed.
Say the DataClass has 5 Members.
FirstName
LastName
Age
Address
Telefon
it depends on some external event such that, say, in this particular case, I only want to show FirstName, LastName and Address.
Can you show me how to use c# to set the Columns properties, Header, or anything else I need to map this list<DataClass> to the DataGrid?
Thanks