N
nita
I'm just starting out, and it's incredibly frustrating when I see
sample code and then try to implement it.
Case in point. I'm populating a collection then binding it to a
datagrid. That works great. The problem is the columns are in the wrong
order. OK. I'll use the datagridtablestyle. But when I add the
following statement;
Dim tableStyle As New DataGridTableStyle
I get an error when I build the project;
Type 'DataGridTableStyle' is not defined.
so....is there something I have to import?
please help before I go bald from pulling out my hair!!!
thanks,
nita
sample code and then try to implement it.
Case in point. I'm populating a collection then binding it to a
datagrid. That works great. The problem is the columns are in the wrong
order. OK. I'll use the datagridtablestyle. But when I add the
following statement;
Dim tableStyle As New DataGridTableStyle
I get an error when I build the project;
Type 'DataGridTableStyle' is not defined.
so....is there something I have to import?
please help before I go bald from pulling out my hair!!!
thanks,
nita