Version: v1.0.2005.1 Final
- Binding a collection to the grid control of Infragistics can make the grid go bezerk. This is because the grid wants to load the complete object graph. Set the MaxBandDepth property of the grid to 1 (is 100 by default). See this thread for details: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=197
- When you use selfservicing and you hide a relation on one side or you create a custom relation just on one side, you might get non-compilable code. Don't hide relations on one side in selfservicing.
- adapter.GetScalar() on a single field with a filter without relations and the filter contains predicates which filter solely on supertype fields, while the field in the scalar query is of a subtype, and the hierarchy is of type TargetPerEntity, fails, because inheritance info isn't available.
- Expressions on a field in a GroupBy clause aren't emitted into the query