Topic: Removing the First Empty Entry in Drop-Down Box in Grid
Hello,
I was wondering if there is a way to remove the first empty entry in the drop-down box when editing a cell that is in a column with relationship to a different table (foreign key)?
Similar to the ComboBox component which one can change "FirstEmptyItem" to true or false - in this case, I would like it to be false.
I am currently using .dbListFields method. However, even when I tried generating the grid using the friendly UI, my table fields are set to 'Not null' with a default value, I still get a blank entry at the top.
Additionally it would also be great if when editing the cell, the drop-down selection will be on the already set value - is there a way to do that also?
As always, thank you in advance for any help!