Hi,
I am testing your excellent product but I think there are issues with binding to Infragistic controls.
I have tried to bind a generated collectionclass to an Infragistics grid (Netadvantage 2005)
All seemes to work except when I want to group in the infragistics grid.
Then I got system.stackOverfowException error.
I got the error in the DAOclasses\PermModDAO.vb class
on the line
Dim selectQuery As IRetrievalQuery = DynamicQueryEngine.CreateSelectDQ(fieldsToReturn, DbUtils.DetermineConnectionToUse(containingTransaction), _
selectFilter, maxNumberOfItemsToReturn, sortClauses, relations, Not((Not(relations Is Nothing)) AndAlso (relations.Count > 0)), Nothing, pageNumber, pageSize)
Please is there any solution for this or is this an infragistics issue.
Besides the grid I do like the infragistics Controls in general.
I hope there is a solution.
Thanks
Geert