I\'ve been banging my head against the wall for a couple of days on this and it\'s time to ask for help.
This is probably got a simple answer to it, but I am having problems just formatting the date for a dataform field..
I\'ve been working towards a solution for some time and could use a little help.I know I\'ve seen an example of this before, but tonight I cannot find anything close to what I need.
How do I change the spacing between fields in a DataForm in Silverlight? I\'ve tried editing the template but cannot find what I need.
I am trying to use a silverlight 3 dataform in my project. But I need to bind different controls to different objects in this form. Is it possible to do that. I mean all the data need to fill and edit
I am trying to learn how to use the Silverlight 3 DataForm cont开发者_如何学Gorol, because I need to define the DataForm fields myself in the XAML code, that is, I don\'t want to use the AutoGenerateF
I\'ve got a small DataForm and I want to set the focus on the first TextBox.I\'m using the Novermber 2009 Toolkit.I\'ve named the TextBox and tried using 开发者_运维技巧.Focus() from the DataForm\'s l
I am using the DataForm for an entity with about 40 attributes. I\'m happy with how the form displays all but 3 of the attributes. These 3 attributes happen to be lists of items.
Whenever a user adds a new re开发者_如何学Pythoncord to the dataform I want to auto populate a field(integer datatype) with a default value, but I am not sure how to do this.I should also mention that
I\'ve a Silverlight page using a MVVM behind it to handle all the data bits going on. The data context is set for the page using: