G
Guest
I've just created a fairly routine grid but I have a problem that seems to be
caused by the query. The query is a Left outer join consisting of 5 fields
and the last two are frequently Null. The configuration of the grid is
fairly routine and I've done it like this dozens of times - create an array
of DataGridColumnStyle, configure each column and set it's width and then do
an AddRange to GridColumnsStyle.
The problem is that even though normal widths are set, the columns are not
visible. It's as if the width has gone to zero. I have not seen nulls do
this before in a grid. Any ideas?
caused by the query. The query is a Left outer join consisting of 5 fields
and the last two are frequently Null. The configuration of the grid is
fairly routine and I've done it like this dozens of times - create an array
of DataGridColumnStyle, configure each column and set it's width and then do
an AddRange to GridColumnsStyle.
The problem is that even though normal widths are set, the columns are not
visible. It's as if the width has gone to zero. I have not seen nulls do
this before in a grid. Any ideas?