Datagrid.columns(i).visible=false

  • Thread starter Thread starter Diego
  • Start date Start date
D

Diego

Hi,
Is it possible to control the columns property of a datagrid when those
colomns are automatically created at runtime?

The final goal is having a column that controls the style of the rows that
will be hiden after he loop that sets the style of every row is done.

Thanks in advance.
Diego.
 
Diego,

You can't access automatically generated columns. They are not listed in
Columns collection. You can combine in the grid automatic and explicict
columns.

Eliyahu
 
Back
Top