issue with number of datagrid columns displaying

G

Guest

I have a windows form with a datagrid which I populate via a datatable as its
datasource, and I apply a gridcolumnstyle for each column through the
tablestyle.

When my code executes during the process of loading information, it comes up
with only 2 visible columns in the grid.

Does anyone know why this happens? Am I possibly doing some initialization
of the grid out of sequence?
 
K

Ken Tucker [MVP]

Hi,

Post some code

Ken
-----------------
I have a windows form with a datagrid which I populate via a datatable as
its
datasource, and I apply a gridcolumnstyle for each column through the
tablestyle.

When my code executes during the process of loading information, it comes up
with only 2 visible columns in the grid.

Does anyone know why this happens? Am I possibly doing some initialization
of the grid out of sequence?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top