Hi All,
When we using the column settings for customize data type and input, I faced following requirements to be achieved,
1. How to hide up & down arrows when use of 'numericedit' type.
2. Display always 2 decimal points without thousand separates. (Rounding with 2 decimal points , Type: number editType: 'stringedit')
3. Display always 2 decimal points without thousand separates. (Rounding with 2 decimal points , Type: string editType: 'stringedit', Some time data load as text. This formatting should happen if found numeric value)
Thank you.