Jun 14, 2021, 3:40 PM
-
-
Jun 16, 2021, 2:27 AMHello @odaysaed!
Specify the column as a string type via its corresponding model field. But as we have no idea how you define your grid we cannot tell how exactly you should change your code to attain that. You probably are in automatic field type and, as the input "looks like" a date, then the assumed conversion happens.
This is the Ext JS documentation for model field type's string, it may help you infer how to use it depending on how your page is drawn: Ext.data.field.String
Hope this helps! -
Jun 16, 2021, 8:02 AM
-
Dec 23, 2021, 10:06 AMHi, I solved that by adding , Mode = ParameterMode.Value to the ConfigItem
https://docs5.ext.net/dc/d3f/namespa...1e772143826463
Similar Threads
-
[CLOSED] mssql datetime can not convert to proper date format?
By hdsoso in forum 2.x Legacy Premium HelpReplies: 2Last Post: Feb 15, 2014, 1:05 AM -
TreePanel | Expandable = false does not prevent collapse
By carlosveber in forum 2.x HelpReplies: 2Last Post: Dec 13, 2012, 5:43 AM -
GridPanel convert encrypted text characters
By ismailkocacan in forum Examples and ExtrasReplies: 1Last Post: Nov 04, 2011, 5:42 PM -
Using JS To Convert Text
By juan_pablo in forum 1.x HelpReplies: 1Last Post: May 30, 2010, 8:28 PM -
Getting "Could not cast or convert from System.String to System.DateTime" Exception if DataField is not entered from the user interface in Editable Grid
By n_s_adhikari@rediffmail.com in forum 1.x HelpReplies: 2Last Post: Aug 31, 2009, 7:03 PM