We have 2 controls on a page. One comboxbox and one featuredataform.
The combobox contains user names and their id. One of the attributes of the graphicsource is assignedto. I added the SelectionChanged event to the combobox which modifies the attribute. The correct id displays in the featuredataform but the commit button remains disabled; therefore, not allowing the user to save their changes.
Is there a way to enable the commit button allowing the user to save their changes?
We're using the Silverlight 2.4 API, Visual Studio 2010, and Silverlight 4.
Thanks,
Jeff