I have a grid populated via BAQ. It is using UD10 number fields. In the InitializeLayout event I have set the Layout Bands Column format to display zero decimals. Everything looks and works properly. When the user enters the cell to edit the number, the grid displays all nine decimal places. How do I get it to display an integer in edit mode?
Yes I have but I did not regenerate data model afterwards. Trying that now.
Regenerating the data model did not work.
Setting the Format and MaskInput in the Customization will not work because the fields are populated by a BAQ at run time.