When editing a string field in a 3.x featuretable, I would like to use the textarea element instead of the textbox element. This can easily be done when using the AttributeInspector by passing a stringFieldOption in the fieldInfo. However, the stringFieldOption is not available in the featuretable fieldinfo items. Has anyone found a way to do this in a featuretable?
I am struggle with this exact same issue. Any ideas or solutions?
I looked into hacking the textarea option the the dgrid dijit but it looks like alot of ESRI implementation is hardcoded to text. Would it be possible to add the textarea option since it is supported by dojo? here is an example
if you set the componenttype to text area and click in the cell you will see the difference.