The subject isn't exactly right.
I have a form that only contains a grid. The grid is editable. The first field (most of the fields, actually) is a drop-down. The problem is when you first load the form, the cursor is in the first column of the first line, so the actual value in that first line looks blank although it isn't - if you tab/click/move to any other field, the value in the first field appears (and correctly).
I know I can "solve" this by putting a non-combo box as the first field on the grid, but that would not work with the way the data entry flows. I'm hoping I'm just missing something simple.
Thanks :)