Click here to Skip to main content
15,886,199 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to bind textboxes text to the ViewModel Pin
David C# Hobbyist.30-Oct-13 5:03
professionalDavid C# Hobbyist.30-Oct-13 5:03 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 7:55
Ashfaque Hussain30-Oct-13 7:55 
QuestionRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron30-Oct-13 11:07
professionalMatt T Heffron30-Oct-13 11:07 
AnswerRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 18:40
Ashfaque Hussain30-Oct-13 18:40 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron31-Oct-13 7:37
professionalMatt T Heffron31-Oct-13 7:37 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain31-Oct-13 8:09
Ashfaque Hussain31-Oct-13 8:09 
QuestionHow to import the row items of datagrid to the Stackpannel in MVVM Pin
Ashfaque Hussain28-Oct-13 23:20
Ashfaque Hussain28-Oct-13 23:20 
AnswerRe: How to import the row items of datagrid to the Stackpannel in MVVM Pin
Mycroft Holmes29-Oct-13 2:01
professionalMycroft Holmes29-Oct-13 2:01 
Bind your datagrids ItemsSource to the collection, bind the SelectedItem to an a single instance property of that collection.

Create a container for the text boxes, probably a grid, bind each text boxes text property to the SelectedItem.FieldName

Now go and find some tutorials and work through them because you cannot get enough information from forum posts to learn.
Never underestimate the power of human stupidity
RAH

GeneralRe: How to import the row items of datagrid to the Stackpannel in MVVM Pin
Ashfaque Hussain29-Oct-13 4:27
Ashfaque Hussain29-Oct-13 4:27 
QuestionHow to change the content of Button in View from ViewModel Pin
Ashfaque Hussain28-Oct-13 0:05
Ashfaque Hussain28-Oct-13 0:05 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Pete O'Hanlon28-Oct-13 0:13
mvePete O'Hanlon28-Oct-13 0:13 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Abhinav S28-Oct-13 0:51
Abhinav S28-Oct-13 0:51 
QuestionMouse Down event Pin
Ashfaque Hussain25-Oct-13 1:04
Ashfaque Hussain25-Oct-13 1:04 
AnswerRe: Mouse Down event Pin
Pete O'Hanlon25-Oct-13 1:32
mvePete O'Hanlon25-Oct-13 1:32 
AnswerRe: Mouse Down event Pin
Abhinav S26-Oct-13 1:19
Abhinav S26-Oct-13 1:19 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain26-Oct-13 7:44
Ashfaque Hussain26-Oct-13 7:44 
AnswerRe: Mouse Down event Pin
Abhinav S26-Oct-13 18:13
Abhinav S26-Oct-13 18:13 
AnswerRe: Mouse Down event Pin
_Maxxx_27-Oct-13 19:11
professional_Maxxx_27-Oct-13 19:11 
GeneralRe: Mouse Down event Pin
Mycroft Holmes27-Oct-13 19:21
professionalMycroft Holmes27-Oct-13 19:21 
GeneralRe: Mouse Down event Pin
_Maxxx_27-Oct-13 20:50
professional_Maxxx_27-Oct-13 20:50 
GeneralRe: Mouse Down event Pin
Pete O'Hanlon28-Oct-13 0:23
mvePete O'Hanlon28-Oct-13 0:23 
AnswerRe: Mouse Down event Pin
Meshack Musundi27-Oct-13 20:16
professionalMeshack Musundi27-Oct-13 20:16 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain27-Oct-13 21:35
Ashfaque Hussain27-Oct-13 21:35 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain7-Nov-13 23:00
Ashfaque Hussain7-Nov-13 23:00 
QuestionHow to set minwidth of GridViewColumnHeader while resizing column header in ListView Pin
Deepak B V24-Oct-13 4:42
Deepak B V24-Oct-13 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.