I am working on a Flexviewer sample. Have Arcgis 10, SQL Server express, SDE database with a single feature class (point layer) that i am editing. I can add, edit and delete.
I have a published MXD to arcgis server, that has layer, with 4 feature templates based on a sub type of one of the fields.
The flexviewer editor widget seems to ignore the layer field order set in the MXD and use the database fields alphabetically sorted. I have looked at the response from the REST query and the layer templates fields are not alphabetically sorted. Also seems to ignore if I turn off or alias fields as well.
Is there any way of changing this without doing a custom editor widget?