I am trying to edit a nullable boolean in an UltraGrid using the UltraGridBindingManager to define the column. I selected the ThreeStateBooleanConverter and set Three State to true. When I run the program the column is just a two state checkbox, nulls are ignored. What else should be done to allow for three states?