Hello, everyone,
I have a problem with a grid that has as datasource a List of custom items of type Entry. I added in the list of columns only a part of the fields in the Entry and yet it seems to show up all the fields. Is there anything I am missing?
Can you check whether you have set the property 'AutoGenerateColumns' to True?
When the AutoGenerateColumns property is set to true, an
GridBoundColumn object is automatically created for each field in
the data source. Each field is then displayed as a column in the
Telerik RadGrid control in the order that the fields appear in the data
source.