P
Peter Rilling
Okay, I know that the DataKeyField property of a DataGrid is supposed to
allow me to define a field which will not be displayed. The values in that
column end up in the DataKeys collection. My problem is that the column is
still being rendered. I even tried the sample in the MSDN library for the
DataKeyField and the column is showing. I though that this was supposed to
give me the ability to hide the key column. Is there anything else I need
to do besides setting DataKeyField?
allow me to define a field which will not be displayed. The values in that
column end up in the DataKeys collection. My problem is that the column is
still being rendered. I even tried the sample in the MSDN library for the
DataKeyField and the column is showing. I though that this was supposed to
give me the ability to hide the key column. Is there anything else I need
to do besides setting DataKeyField?