Select to view content in your preferred language

FeatureDataForm, Commit button disabled

637
3
09-19-2011 10:04 PM
JohnnyPenet
Emerging Contributor
I am using feature templates for using the creation of features. The form is prefilled with the values from the template after the feature creation. However when you do not change the contents of a field, the commit button remains disabled. Can you make the button always enabled and let the application validate if the input was correct?. It is strange that the form decide what correct is or not.

Johnny
0 Kudos
3 Replies
DominiqueBroux
Esri Frequent Contributor
Looks like a bug.

We'll try to fix it in a future version.

Thanks for reporting that.
0 Kudos
JohnnyPenet
Emerging Contributor
Dominique,

Thank you for your quick response. I will try a work around for now. I am doing a lot of low ESRI API in Silverlight,by using PRISM/MEF and MVVM. I am currently looking at your MapPrinting, great stuff !!!

Johnny

Looks like a bug.

We'll try to fix it in a future version.

Thanks for reporting that.
0 Kudos
DominiqueBroux
Esri Frequent Contributor
Hi Johnny,

Thanks for your nice comment about the mapprinting sample:)

After more thoughts concerning the featuredataform, I am no more sure it's a bug.
The feature is created with its default attributes as soon as you click on the map.
Then, the feature dataform is only useful if you want to modify some attributes.
If you don't modify any values, you can kill the dataform and the feature is created with its default values.
Perhaps confusing?
0 Kudos