I'm designing data-oriented application in Silverlight 3 and I'm wondering if is it worth using new DataForm control. It looks really awesome on PowerPoint slides but I have no idea how it is in real life.
I need to achieve following behaviours:
- group model's fields to areas, for instance separating groups using horizontal lines or naming group of fields,
- place 2 or 3 input controls in exactly one row, for example: country-dropdown, zip textbox and city textbox,
- multilingual validation errors,
- a few readonly fields in edit mode,
- posibility to hide fields in dataforms,
- displying a helper button for showing modal popup window with dictionary/grid view.
I'd like to build it using Prism and RIA services.
Has anybody any experience to share?