This question is locked. New answers and comments are not allowed.
Hi Everyone,
I need help on how to pass a value to a textblock inside a rowdetailstemplate.
This is the draft structure of my xaml.
TextBlock.Text = "theusername" x:name = "txtusername"
Radgridview
Radgridview RowDetails Template
RadTabControl
RadTabItem
<local:myusercontrol
userid = "{Binding ElementName = txtusername,path = Text}" ( i am passing the value to myusercontrol)
RadTabItem
RadTabControl
Radgridview RowDetails Template
Radgridview
Question : How to pass the value of Textblock "txtusername" to userid control inside the rowdetails template.
Thanks in advance.
I need help on how to pass a value to a textblock inside a rowdetailstemplate.
This is the draft structure of my xaml.
TextBlock.Text = "theusername" x:name = "txtusername"
Radgridview
Radgridview RowDetails Template
RadTabControl
RadTabItem
<local:myusercontrol
userid = "{Binding ElementName = txtusername,path = Text}" ( i am passing the value to myusercontrol)
RadTabItem
RadTabControl
Radgridview RowDetails Template
Radgridview
Question : How to pass the value of Textblock "txtusername" to userid control inside the rowdetails template.
Thanks in advance.