Click here to Skip to main content
15,889,992 members

Comments by mrbonny7 (Top 13 by date)

mrbonny7 30-Sep-14 3:27am View    
I have found the issue but yet couldn't solve it. You are right my code works and the code u removed as they gave errors those are the problems. I am actually using Mahapps controls in VS 2010. when I include the references of Mahapps to give the modern windows 8 metro look to my Application I need to add its references in App.Xaml after which all the normal controls inherit the styles and properties of Metro UI. As a result u across these properties
removed="BlanchedAlmond"
AlternatingRowremoved="#FFE2BFD0"
Which r actually properties from metro UI. so now I need to use the metro looks as its pretty cool but I also need to make this mouseenter popup work.. Do you have any idea how this two might work together???
Thanx for your help.
mrbonny7 26-Sep-14 5:47am View    
i tried your code Copied the Exact same code given by you In a window. But still it did not work.. Its getting strange Why isn't it working with me?? What is the datagrid you are using??
mrbonny7 26-Sep-14 5:15am View    
I Havethe Datagrid in a page and not in a window directly. I have a mainwindow which has a frame. The frame contains all the pages. So one such page has this data grid. So is that supposed to matter with the output of the popup?
mrbonny7 26-Sep-14 4:42am View    
There is actually no error given i want it to display the popup on my mouse enter on the row in the datagrid. When I run the code I try it even in the debug mode it doesnt catch the event on mouse enter.
mrbonny7 26-Sep-14 4:40am View    
yes you are right but actually there are two button fields in the datagrid 'edit' n 'delete' in the beginning whichI omitted here so I forgot to make the required changes here... but more or less other than few extra fields which i omitted her everything is same. Is there any limitation or size limit of the popup.. because the popup actually has lots of data to be displayed.. it would be too long code so i omitted here and shortened the the no. of data fields