I have an igGrid that is generating the following error when populated. There is a single number field in the grid. I have other grids with many numbers in the grid but do not generate this error. I am not using the Updating feature. All number fields have format="double". How do I determine what is actually causing this error?
When dataMode is 'double', the maxDecimals option can accept numeric values between 0 and 15.
After additional analysis, this seems to only occur with grid that have the Filtering feature active and format="double" for numeric fields.
Changing the format="###,###,###,###,###.##" provided a satisfactory work around, but this still appears to be an Infragistics problem when using "double".