dataform
Synchronize DataGrid and DataForm in Silverlight 3
I\'ve been banging my head against the wall for a couple of days on this and it\'s time to ask for help.[详细]
2022-12-26 16:55 分类:问答Date formatting using data annotations for a dataform in Silverlight
This is probably got a simple answer to it, but I am having problems just formatting the date for a dataform field..[详细]
2022-12-25 14:34 分类:问答Silverlight 4 Overriding the DataForm Autogenerate to insert Combo Boxes bound to Converters
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.[详细]
2022-12-25 13:24 分类:问答How do I change the spacing between fields in a DataForm?
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.[详细]
2022-12-24 15:45 分类:问答Silverlight 3 DataForm Control how to customize
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[详细]
2022-12-20 17:51 分类:问答Dataform fields won't appear
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[详细]
2022-12-16 05:14 分类:问答How do I give the focus to a TextBox in a DataForm?
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[详细]
2022-12-15 19:40 分类:问答Is it possable to add a DataField to a Silverlight DataForm without creating an entire edit template?
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.[详细]
2022-12-15 19:19 分类:问答Silverlight Dataform Question
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[详细]
2022-12-15 19:07 分类:问答Silverlight Binding
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:[详细]
2022-12-11 07:45 分类:问答