This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Does any know if LightSpeed Dynamic Data supports any filtering capabilities? If found this add on to the standard Dynamic Data assemblies that provides some filtering. http://dynamicdatafiltering.codeplex.com/ I'm guessing this doesn't work with LightSpeed. |
|
|
We don't have this kind of filtering capability I'm afraid. It's possible that the CodePlex extension might work with LightSpeed -- it depends on whether it just builds LINQ expressions and hands them over to the LINQ/Dynamic Data provider or whether it directly targets LINQ to SQL. It's probably worth a try! Even if it does bind directly to LINQ to SQL, you might be able to pull down the source code and fix it up to work with a generic LINQ/Dynamic Data provider -- depends on how deep the coupling it. We would of course be happy to provide advice and assistance in this case. |
|