-
Hello, I'm trying to sort a GridView by a property of a child object. I'm able to successfully set the DataField of a BoundField to the child column ("Application.Name"), but this doesn't work for sorting. How would I go about accessing this child property in the ApplySort method...
-
Rocky, thank you for the response. I used VS12's Package Manager app to update to the CSLA 4.5.12 Beta. Now when I try to build the solution I get "Error 55 A stable release of a package should not have on a prerelease dependency. Either modify the version spec of dependency "CSLA-Core...
-
I have a read only object which fetches inventory values. It needs to optionally accept a transaction object because it's sometimes used to simply display values to the user but at other times it's used by an inventory adjustment object which needs to check current inventory before making changes...
-
I have a business object and in addition to the standard per type authorization rules I also need to prevent deletion of a instance of an object if it meets a certain condition. Is there any big picture value at the UI level or otherwise in attempting to shoehorn this into the authorization rules system...
-
Hi all, This seems like a very simple question, but searching for 'like' isn't very helpful and searching wildcards for csla isn't coming up with any usable results. Basically, I would like to get business objects back that partially match a search term. For instance, if a user enters...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
-
In my pre csla 4 code I have [RunLocal] protected override void DataPortal_Create() { _userID = -1; ValidationRules.CheckRules(); //cannot resolve ValidationRule compile error here } What is the syntax when porting to csla 4.0 ? thanks
-
Hi, Don't know if this is the place to post this. Multiple BindingSource project which comes with 4.0.0 has the following extension code for a BindingSource. Normal 0 false false false EN-US X-NONE X-NONE public static void UnbindDataSource( this BindingSource source, bool cancel, bool isRoot) {...
-
Hey, I wanted to let everyone know that we've released a new major version of the CSLA Templates . The new release adds support for: CSLA 4.3, Generating from keyless tables, Views and Stored Procedures (and any other data source, as long as you create / select an Entity provider). List Improvements...
-
A beta release of a CSLA 4 version 4.3 update is now available (version 4.3.11) . You can get it from the CSLA download page . This is an update to the existing version 4.3 code that includes several bug fixes and a few new features. Most notably: Fixed a concurrency bug with the data portal Fixed a...