Advanced Forum Search Results
-
Thank you so much,
My custom column didn't set "IsReadOnly = false" in the constructor, and that did the trick!
The strange thing is that:
I'm almost certain it was working fine in Silverlight 2
I have other custom columns that don't set the IsReadOnly member and can be edited without a problem
The only ...
-
Hi,
I still haven't found an answer or a workaround. However, using Reflector, I found that the following method has changed significantly from Silverlight v2 to v3:
# System.Windows.Controls.Data.dll
class DataGridDataConnection
{
public bool GetPropertyIsReadOnly(string propertyName);
}
Could it be that the new ...
-
Thanks.
Unfortunately I tried that and it doesn't make a difference.
-
Hi,
When we migrated from Silverlight 2 to 3, some of the datagrid's binding functionality seemed to stop working.
I have posted a similar message in the past, but I think I now understand the extent of our problem (finally!).
When binding data in a datagrid, it seems we can no longer bind entire objects, and we are supposed to bind ...
-
Hi,
I just upgraded our application to Silverlight 3, and I found what seems to be a breaking change.
I don't think it was listed on MSDN, so I'm hoping I'm wrong and there is in fact an easy fix / workaround.
Quick description
When binding to a DataGrid, properties of type "object" cannot be edited.
Double-clicking will ...
-
What a weird decision!
I know the preview pane wasn't the best, but it was still very helpful!
Even in big business applications, with proper slicing in user controls it was reasonably fast,
and gave you the advantage of adjusting placement and margins without running the app.
I take this decision as meaning "buy VS2010 or buy ...
-
Thanks a lot amyd!
From the link you gave me I downloaded "Silverlight 3 Tools.exe",
which was a different size from the one I had tried.
It worked perfectly, and now I only have a few conversion issues to iron out.
Cheers
Romain
-
Thanks for your help.
I did try to install the RTW by using the web installer, but it kept failing.
I then switched to a standalone EXE from the Microsoft website, but from what you described it installed the Silverlight 3 beta.
I will give it another try on Monday.
Thanks again
Romain
-
Sorry to bump this thread again, but I can't seem to fix this.
Hasn't this happened to anyone else?
-
Hi,
Hoping it will help resolve the issue, here's some more info.
I found that those two assemblies actually share a lot more classes, in the same namespaces:
Expander, ViewBox, WrapPanel, LengthConverter...
Could anyone confirm they see the same thing, after having installed the following:
Silverilght 3 Tools
Silverlight 3 Toolkit ...