Hi
I am designing an user control in which i am using datagrid.. now i wanna to raise hyperlink click event to the parent window(where i am using user control) how to do this...
Questions i have..
1)I declared my data grid inside resource file.. now when i add evend handler for the hyperlink its asking for the x:class attribute in resource file.. when i give the same class that s used in the usercontrol , its showing error...how to add event handler when a control in resource file
2)Is Routed event possible to achieve my target?.. Please help
Thank you