This question is locked. New answers and comments are not allowed.
Hi!
I have 2 problemns with GRID on submit updat data in edit mode:
1- I have proporties in model type DOUBLE. When debug in javascript I realize that
the property is treated as STRING. If I alter type to FLOAT, works ok.
2- There is a problem with dates: When SUBMITCHANGES, happens the following error:
"Uncaught TypeError: Object [object DOMWindow] has no method '_toFormattedString'",
"Date.format".
I realized that "'_toFormattedString'" is a function in all properties date.
Note: My application is in Portuguese Brazil (pt-BR)
Can you help me?
I have 2 problemns with GRID on submit updat data in edit mode:
1- I have proporties in model type DOUBLE. When debug in javascript I realize that
the property is treated as STRING. If I alter type to FLOAT, works ok.
2- There is a problem with dates: When SUBMITCHANGES, happens the following error:
"Uncaught TypeError: Object [object DOMWindow] has no method '_toFormattedString'",
"Date.format".
I realized that "'_toFormattedString'" is a function in all properties date.
Note: My application is in Portuguese Brazil (pt-BR)
Can you help me?