This question is locked. New answers and comments are not allowed.
Hello all,
I have inherited a work in progress silverlight app. We are using silverlight 3 and wcf services.
But my question is we are using a tabcontrol. All the tabs will have the same information on them you are just tabing throught agent names.
On the tabs there are 5 grids, each of these grids are bound from one giant collection object that have collections inside of it.
The tab also uses templates:
The AgentContentTemplate has all the grids in it or on it. How can I get to my grids?
My main goal is to have one save button that will save all information in all 5 grids.
Thanks for any help or advice.
Keith.
I have inherited a work in progress silverlight app. We are using silverlight 3 and wcf services.
But my question is we are using a tabcontrol. All the tabs will have the same information on them you are just tabing throught agent names.
On the tabs there are 5 grids, each of these grids are bound from one giant collection object that have collections inside of it.
The tab also uses templates:
<telerikNavigation:RadTabControl x:Name="tabControl1" |
ItemTemplate="{StaticResource AgentHeaderTemplate}" |
ContentTemplate="{StaticResource AgentContentTemplate}" |
Background="White" Margin="0,10,0,0"> |
</telerikNavigation:RadTabControl> |
My main goal is to have one save button that will save all information in all 5 grids.
Thanks for any help or advice.
Keith.