Hi,
I have a standard grid with a NumericTextBoxFor field using inline editing in a MVC5 project.
The NumericTextBoxFor is configured to show 5 digits after the decimal separator in both the editor-template and the HTML code.
The problem is, that the 5 digits is only shown if the NumericTextBoxFor is selected when in edit mode or if not in edit mode at all - otherwise only 2 rounded digits is shown.
Any idea ?
I have a proof-of-concept to show, if this is new to you.
Thank you in advance.