Advanced Forum Search Results
-
for me it works when I removed the x:Uid="toolTip". I also upadated to silvelight 3.
I think after that I'm getting this error. This one was working fine before I updated the silvelight 3.
<ToolTipService.ToolTip x:Uid="toolTip" ...
-
Nobody replied.. :(
Any idea, clue why this error comes.? Even I create same grid from scratch I got this error. Only thing I did was I added some styles to app.XAML file., but later I removed it.
-
Suddenly my application start giving this error..
Unexpected ATTRIBUTE in parse rule PropertyElement ::= . PROPERTYELEMENT Content? ENDTAG..
I couldnt figure out why.. Appreciate help.
this is my page
<Grid x:Name="LayoutRoot" Background="White"><data:DataGrid x:Name="dg" ...
-
I replaced with GRID layout.. it looks fine now
-
I made the VerticalAlignment="Top"> now both coming on top, but still the second Grid (gridTicket) displayes far down to first one.
-
U have 2 user controls. each user control consist of a data grid.
1. When I run this both the Grids dislplay very bottom of the page. I can see white space on the top.
2. All the columns doesn't display in both grids it display half. ( do I need to enable scrolling and how..?)
<Grid ...
-
thankx both of you,, Sergey.Lutay and tomledk I like both appaches timer and story board.
but as of now will stick with timer...
-
Now I’m getting data and binding to my data grid. So want to refresh this data each 03mins gap.
What is the best way to do this..? I really need ideas.
Use timers...?
-
yeah, that means I need to have the URL build up with the bind data.. I'll try that..
-
and another issue I found is I cannot use x:name here for controls. If I use that it gives parse error when second time popup appears., saying name already exists.
Actually what I need is something like this..
http://automobiles.honda.com/
take the mouse over Accord, Civic, CRV little box with car image....it gives nice popup...