wpf textbox user control dababinding problem in win application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • naeemmalik
    New Member
    • Jul 2010
    • 1

    wpf textbox user control dababinding problem in win application

    i have a WPF TextBox user control in my win forms applications. when i want to bind it to the data in datagridview, the DataBindings.Ad d property is not shown in the intellisence.

    How to add "ControlBinding sCollection" to the user control. if there is any other way kindly let me know.

    i want to bind TextBox like this code:

    txtGroup.Databi ndings.Add("Tex t", datagridView.Da taSource, "Group")

    but no any Databindings.Ad d is shown in intellisence of TextBox.
Working...