-
Hello, Two different combo boxes for a C# WinForms application that need to have a list of the same data. They need to be able to have different values at any given time, so they can't use the same BindingSource. I have a NameValueList business object that has an ID(Key) and Name(Value). I want to...
-
Hi Rocky Any news on this? Apologies if this is something that's been implemented for CSLA 4.0 - haven't had the chance to test this out on 4.0 yet. I'm have a Silverlight project using CSLA 3.8.4 and the issue remains. I'm binding directly to the business object (MVVM will have to wait...
-
Hi. I have created a BusinessObject Contact (EditableRoot). Now, I have also created a ViewModel which holds a Contact-Object as Model. In the ViewModel, I have extended a Property that I need for Display some Information from a ChildList of Contact. This Property will be binded to the View. I load this...
-
Here is a Stack Trace that i got when trying to create my object When traced i saw that the exception is causing when the UI bounds the data-source to the business layer here you go at TestApp.Form1.NavBarItem1_LinkClicked(Object sender, NavBarLinkEventArgs e) at DevExpress.XtraNavBar.NavBarItem.RaiseLinkEvent...
-
Thank you for the reply. I was able to bind to the object and my data is saving, but I'm still having some trouble implementing the CslaDataProvider (would like to for the error handling if nothing else). Your first reply raises a bigger question. What would you recommend for an internet accessible...
-
Writting a WPF Browser Application. Is there an example on how to bind a xaml page to a csla object? I am guessing I need to use the new Csla.Xaml? Below is a code snippet from my page. I am getting an "Unable to load the metadata for assembly 'Csla.Xaml'.... Could not load file or assembly...