Hello,
I just tried to set the following property on all text items IN 7.0RC2:
This works fine for DynamicForms..but, when I try to open a ListGrid row for editing, I get the following error:
12:50:33.941:TMR2:WARN:Log:exception:
12:50:33.951:TMR2:WARN:Log:"_1.toUpperCase is not a function"
12:50:33.961:TMR2:WARN:Log:"https://dev.alphatheory.com/soasta/isoversion/7.0.rc2/isomorphic/system/modules/ISC_Forms.js?isc_version=7.0RC.js"
12:50:33.972:TMR2:WARN:Log: Line number 1495
I was curious if this new property was going to apply to ListGrid cell editing as well. Can you clarify whether that is the plan?
I just tried to set the following property on all text items IN 7.0RC2:
Code:
isc.TextItem.addProperties({ width:60, characterCasing:"upper" })
12:50:33.941:TMR2:WARN:Log:exception:
12:50:33.951:TMR2:WARN:Log:"_1.toUpperCase is not a function"
12:50:33.961:TMR2:WARN:Log:"https://dev.alphatheory.com/soasta/isoversion/7.0.rc2/isomorphic/system/modules/ISC_Forms.js?isc_version=7.0RC.js"
12:50:33.972:TMR2:WARN:Log: Line number 1495
I was curious if this new property was going to apply to ListGrid cell editing as well. Can you clarify whether that is the plan?
Comment