-
Hi We are using CSLA version 2.0 on .NET 2.0 VS2005. In my project, I'm using a datagridview, with child data. In the design, we add extra rows to the datagridview on the Fetch. We do this so that the user doesn't have to add additional rows; they are only allowed a certain number. Any ways that...
-
Hi We are using CSLA version 2.0 on .NET 2.0 VS2005. We notice something and we don't know if we are the only one that this happens to and if there's a fix for it. So here it is... We build our Windows form no problem, we can fetch the information no problem. When we do a modification in a field...
-
CSLA 4 does support Windows Forms, in fact I put in a fair amount of effort to make sure Windows Forms remains supported. The Creating Business Objects book discusses the collection types that exist specifically to support Windows Forms. The thing is that Windows Forms itself is no longer in active development...
-
Hello community! I'm lost with the undo capabilities of CSLA. I have found several questions/answers dealing with the strange behavior of data binding under windows forms. But alas, I'm not using data binding at all in my test application. I'm using CSLA 3.8.4, C#, .NET 3.5SP1, VS2010, NHibernate...
-
I have a nvl of state_id, state_abbrev. I have to bind it to multiple combo boxes (applicant license state, applicant address state, vehicle garaging state) I created the NVL with private constructor and using cache. When I bound the nvl to all 3 combo boxes, changing one combo box changed all (I guess...
-
I know this type of question has been rehashed time and time again and I should think that forum members are probably sick to the back teeth with this subject but I have looked high and low on the web for a solution to a problem and I just can't seem to get a sensible solution. I am using CSLA 3...
-
Version 3.8 doesn't support the idea of having more than one bindingsource (I assume we're talking Windows Forms here) bound to an object graph at the same time. So if you open a child window to edit a child object, you must first completely unbind the object graph from the original form's...
-
I'll add this to the bug list.
-
Jonny is right, but it sounds like you've already dug into the Using CSLA .NET 3.0 ebook in some depth and probably have the basic concept. If you want a top-level Cancel button, you need to manually call BeginEdit on the root object before you bind it to the UI . And then you need to unbind the...
-
Can anyone tell me where I am going wrong please...? My problem relates to WinForms databinding and its relationship with a CSLA business object. In fact its CSLA business objects that in turn contain child collections that are really causing me trouble. I fully understand about the need to disconnect...