Hi,
I have a field that is formatted as a percentage. So its datavalue is 0.5, but the displayed value is 50%. When i enter edit mode it is expecting a value similar to the datavalue, so if the user enters 49 the value is displayed as 4900%. Is there a way to get the edit mode format the same as the display mode format?
This KB article might help:
HOWTO:How can I edit a percentage using an UltraNumericEditor?
bump... anyone have any suggestions?
I have a similar problem. I have a DateTime field that is formatted to show Day of Week, Date and Time (ddd MM/dd/yyyy HH:mm:ss). When the user enters edit mode, the grid only allows edit of the date, but not the time. I need a way to allow the user to edit the time as well.