Hi ,
I am using textfield xtype to take input from dialog which is a numeric input , i have put regex for number as well . It is stroing data in string format only.
I have tried numberfield as well but same results.
Please suggest something to store value as long or decimal data type.
Note: - When stored programatically from java program it is storing in Long fromat as the data type selected was Long. Not same behaviour in case of dialog.