Hi all, in my application I have a table with a row editor in which TextInput field displays a number (double precision). When I edit the number I want to have only three decimal digits, however I need the "exact" data table (the double precision version) to perform the same other calculation. The point is: I can easily display the number of digits I want by implementing a TextInput.TextBingMapping, however, when the valueOf() method fires in the the table data a rounded number, and when I retrieve the data from the table I get the wrong values.
Is there any way to separate the displayed formatted numbers of a table from the actual data contained in the table, when using a TextBindMapping interface? -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Formatted-value-and-actual-data-in-TextInput-tp2099149p2099149.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
