I have a Silverlight User Control. This contains a DataForm withtemplates for ReadOnly, Edit, and New.
This is driving me nuts! I have a RIA Services driven dataform in silverlight which contains a datepicker control. I want to display the date in ddMMMyyyy format. Here is a sample of the xaml:
I have a DataGrid and a DataForm. I\'m assigning data to the DataForm with the currently selected Item in the datagrid individually as DataForm.CurrentItem. This means that I do not have any Next/Prev
I\'ve trying to submit html emails to amazon\'s mechanical turk using the questionform xml data scheme.I\'m having issues converting the html emails into well formed html data.I just input a script to
I wonder how you do such thing. Assume, we have MVVM CRUD app which modifies a tree (menu structure, for example). We have a view model with the menu items and two views: the first with a TreeV开发者_
I\'m using SL4 and RIA services. I have a simple table with 3 fields (Name, UpDatedByUserId, UpDatedOn). In my metadata I use Data Annotation on the 2 latter fields so that they do not display. My Dat
I have several cases where I have a property that I want to declare readonly, but also give some explanation of how it is calculated/set using the [Display(Description=\"\")] attribute. I would like t
Some Background I have noticed that setting the EditTemplate of a DataForm (from the Silverlight Toolkit) can cause the DataForm to not be garbage collected. Consequently, the parent control of the D
Ok, this should be a really simple thing to do, and I\'m either missing something, or going about it wrong.
I m using a Dataform that is binded to a entity on my view model, for one field i need to create a combobox of items , i create it and bind it ok using this code on the autogenerating event: