Webix cell does not work properly for number with comma

Hello Folks,

We have webix grid implemented where the cell accepts number with comma. Like it is accepting 11,33 … 23,20
But when user enters 11,03 … in such case it does not work properly. Rather it enters the value as 113,00.

Please help to understand the issue.

Hello Krushna

To set the correct number format for editor use Custom number format for editors.
You aslo need to define format with editFormat for number that will be visible for a user during editing.

Please check check the example: Code Snippet