Hi,
The DataGrid appears to show all public properties from the datasource
as columns in an unbound datagrid. Is there a way to limit the set
shown? I'm doing this not to avoid showing them but to avoid the
properties being requested from the objects in the datasource.
Thanks,
Bill
RatFree - 03 Oct 2005 23:39 GMT
Well, I found it myself. My mistake was that I didn't name the
DataGrid.TableStyles.MappingName to be the class name of the objects
being displayed on each row. Once I did this then only the columns I
had defined in the DataGrid.TableStyles were shown - and they showed in
the proper order.