When I set the RadGridView to AutoGenerateColumns It generates columns for all Properties in my object even Properties that are Collections or IEnumerable. Is there a way to disable AutoGenerating IEnumerable Columns? Pretty much all of my Objects have relation properties that are IEnumerable.
1 Answer, 1 is accepted
0
Accepted
Vlad
Telerik team
answered on 11 Nov 2009, 02:54 PM
Hi,
You can use AutoGeneratingColumn event to cancel adding of this column (e.Cancel = true).