TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prasant Jinaga
1k
751
424.4k
Databinding of Hyperlink in Silverlight
Sep 5 2011 2:38 AM
Hi,
I want to bind some value from the database into the hyperlink button in the row group header in my Silverlight Application.
I have Brought the hyperlink in Row group Header but how to bind it with the values???
<sdk:DataGrid.RowGroupHeaderStyles>
<Style TargetType="sdk:DataGridRowGroupHeader">
<Setter Property="PropertyNameVisibility" Value="Collapsed"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="sdk:DataGridRowGroupHeader">
<HyperlinkButton Name="hplbtn" Content="View" CommandParameter="Binding">
</HyperlinkButton>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</sdk:DataGrid.RowGroupHeaderStyles>
Can anyone help on this please....
Thanks,
Prasant
Reply
Answers (
1
)
Designing tool for Windows Phone 7
Problem with setting accesskay to a button in silverlight application