CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Sorting SortedBindingList by child object property

    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...
    Posted to CSLA .NET discussion (Forum) by scjohnson on Wed, Apr 10 2013
  • How to match part of a string?

    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...
    Posted to CSLA .NET discussion (Forum) by mtrtm on Mon, Oct 22 2012
  • OnChildChanged Not firing from TryUpdateModel call

    I am working with an MVC 3 application using CSLA 4.0, and I have set in the global.asax to use the CslaModelBinder. I have a top level object that derives from BusinessBase<T> (I will call it Labor), and that object has a child collection (LaborLogList) that derives from BusinessListBase<T>...
    Posted to CSLA .NET discussion (Forum) by EbenK on Wed, Jul 20 2011
  • Problem chaining rules with CSLA Common Required rule

    I am having some trouble trying to chain two rules using the Csla.Rules.CommonRules.Required rule as the inner rule. Basically, I want the Width2 property to be required if the Shape property is not equal to "Circular". Here is my code: private class ShapeGate : BusinessRule { public ShapeGate...
    Posted to CSLA .NET discussion (Forum) by Eben on Mon, Jun 20 2011
Page 1 of 1 (4 items)

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems