StringFieldOption in FeatureTable Editing

651
2
10-26-2017 11:53 AM
ChrisWaldron
New Contributor II

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?

0 Kudos
2 Replies
JeffPace
MVP Alum

I am struggle with this exact same issue.   Any ideas or solutions?

Matt Driscoll

0 Kudos
JeffPace
MVP Alum

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

Test Cell Editors 

if you set the componenttype to text area and click in the cell you will see the difference.

0 Kudos