Advanced Forum Search Results
-
Displaying a popup and subsequently closing it leaves a shadow where the popup had been. I've only seen this occur on some computers: curiously both MacBooks. One is running Windows 7 RC1 with IE8, the other the latest MAC OS with Safari. The code that causes the issue is if a storyboard is run on the main page that changes the main page's ...
-
I did as you suggested and created a new datagrid style using Blend. The style was created in app.xaml (that is, its scope is the whole project). I copy below the first line of this style:<Style TargetType="dataprimitives:DataGridColumnHeader" x:Key="BlackGlossyDataGridColumnHeader">
I then went and tried to ...
-
I have some datagrid styles that I wish to reuse across the project, and hence have placed them in app.xaml. Everything works fine at runtime, but VS2008 designer is not happy, giving the error:
Invalid attribute value dataprimitives:DataGridColumnHeader for property TargetType. It shows this error for every single user control in the project.If ...
-
Additionally, is there a way to programmatically select and display an item from the autocompletebox ItemsSource?
I want to use the same control, an AutoCompleteBox, both for searching and displaying data.
-
Finally solved the problem.
I'd downloaded the latest version of system.windows.controls.data.dll and installed it in a special directory, with the project referencing that directory. This all works fine in VS2008, but Expression Blend is not happy. It requires the original (older) dll to be replaced in C:\Program Files (x86)\Microsoft ...
-
I've only just started working with the datagrid control, so this is the first version I've installed. There's no instance of system.controls.data.dll on my machine.
-
This error is shown in Expression Blend. However the application runs fine. I have a user control that contains a datagrid. When I add this user control (the one with the data grid) to another user control I see this error. I am using the December 2008 release of the datagrid control.