Using WPFToolKit's DataGridHyperlinkColumn
Mar 16, 2009I'm using WPFToolkit's Datagrid control.I can populate the datagrid, but I'm having trouble with the DataGridHyperlinkColumn.I would like it to visually display the link as the Person's name, but for the link to go to whatever UriLink's value is.[code]Alternatively, I would rather put an event handler in instead, and create the page object to navigate to, but I can't seem to pull any data out of the event's two parameters (o and e in this case), where obj1/obj2 are objects/variables of the clicked hyperlink's row.[code]
View 4 Replies