I have grid column linked to DBField (float, currency) and repository item is assigned. Display format is correct but there is bug in editor.
- Bug - GridView.OptionsBehavior.EditAutoHeight = eahRow
- Correct - GridView.OptionsBehavior.EditAutoHeight = eahNone
Paste 'Text' from clipboard:
1 - Allow paste and crash on Post ('Text' is not a valid floating point value for field 'YYY'.)
2 - Ignore paste
Type '1.1.1.1…'
1 - Editor allow enter '1.1.1.1…' and crash on Post ('1.1.1.1…' is not a valid floating point value for field 'YYY'.)
2 - Editor allow enter only 1 decimal separator and number of decimal places specified in Properties
Hello,
I was not able to reproduce this behavior with the latest version of our controls (VCL 12.2.5). Attached is an example (source and executable files), that operates as expected on my side. Please modify it to illustrate the problem, and attach it to your next message. We will examine it and do our best to find a solution. I am looking forward to hearing from you.
In your sample set cxGrid1DBTableView1.OptionsView.CellAutoHeight := True;
I have 2011.2.9 but this bug is also in 12.2.5
Thank you for your clarification. I have reproduced the described behavior and forwarded this ticket to our developers for research.