Hi,
I have a grid displaying some decimal values. During the initializelayout event, i am setting my decimal columns to have a format ##.##
Just viewing the cell, the value looks like
45.00
But, when the user goes to click in the cell and edit, it looks like;
45.0000000
Is there an easy way to resolve this, other than doing someting in the beforeenetereditmode event?
Thanks.
Format only affects the display of the column when it is not in edit mode. When the cell goes into edit mode, the MaskInput property applies instead. So you should probably set a MaskInput like "nn.nn."