S
SarahP
Hi,
FYI I'm writing in C#, not VB.
I'm using an SqlCeResult set as the datasource for my datagrid. I need
to do this, for performance reasons, rendering the datagrid when its
datasource is a dataset takes 10X longer, and that makes a big
difference when you're dealing with 5000 records.
Anyways, I need to resize the columns within the datagrid. Since im
using a SqlCeResultSet and not a dataSet, DataGridTableStyles are
unusable. (Or if I'm wrong correct me and show me how to map them!!).
Is it AT ALL possible to change the size of the columns in this
situation? I have not been able to find this answer anywhere.
Thanks!
FYI I'm writing in C#, not VB.
I'm using an SqlCeResult set as the datasource for my datagrid. I need
to do this, for performance reasons, rendering the datagrid when its
datasource is a dataset takes 10X longer, and that makes a big
difference when you're dealing with 5000 records.
Anyways, I need to resize the columns within the datagrid. Since im
using a SqlCeResultSet and not a dataSet, DataGridTableStyles are
unusable. (Or if I'm wrong correct me and show me how to map them!!).
Is it AT ALL possible to change the size of the columns in this
situation? I have not been able to find this answer anywhere.
Thanks!