Advanced Forum Search Results
-
Greetings everyone,
I recently found an example of a flyout menu that is almost exactly what I'm looking for, with one minor catch. The code for it is written in Javascript. Our systems are mandated to be C#-only code. I'm not a javascript coder so I'm having a little trouble figuring out how to translate this into ...
-
So do you mean that if I have say, a lookup table that also has an FK value, I'd have to add that relationship too, even if there's no data in the new row yet? Seems strange but I wouldn't be surprised at this point.
-
Hey everyone,
I have a question that I hope someone can help me solve. I've got a Silverlight app that uses an ADO.NET data service to retrieve and edit data from a database. The database is modeled using an ADO.NET entity data model. I have two main tables: Location (parent table) and Observation (child table). The ...
-
Thanks Jonathan, the installer cleanup utility finally did the trick for me.
-
I ran into the same error message this week.
I have an ADO.NET web service set up based on an entity data model. There are several tables in it, but the two main ones are Location and Observation. One Location record can have many Observation records, linked by LocationID. I can retrieve location records with no problem. ...
-
I don't see the .GetCellContent method on here anymore...has it been removed?
-
Sorry but you've misinterpreted my request. I am not creating my grid or controls via XAML, they are generated in code. I know what the columns and controls are called, and I need to add a combo (or drop down) box as part of a cell's edit template.
-
I've got a datasource that I have loaded into a combo box, and a set of data that I've loaded into a datagrid. I'd like to have the cell change into a combo box when the user begins editing it. I haven't been able to find any examples of this except for XAML ones. I need to do it in code. Can someone please ...
-
One of the developers of Silverlight Spy had sent me email a few weeks back but I can't seem to find it at the moment. If you could contact me again with the question you had asked me I'll be sure to get back to you right away. Thanks!
-
I was able to get it working this morning, by using another tool I found in my search for a solution. There is an app out there called Silverlight Spy 2, that has a tool for cross-domain access policy validation. By linking to the clientaccesspolicy.xml on our webserver I was able to prove that it was not valid. The two ...