statler

Results 41 comments of statler
trafficstars

OK - nuget package is available. Available as nuget at https://www.nuget.org/packages/DXAutomap.AspNet.Data/1.12.0 NuGet\Install-Package DXAutomap.AspNet.Data -Version 1.12.0

I disagree. For display you only require previous assignment. If the previous assignment is not a member of the current collection, then it is no longer a valid selection, and...

Thanks Aleksey How would we go about researching / progressing the potential impact on other controls? Reason I ask is that it is important to my application, and now also...

Hi Aleksey Can we assume that your implementation will use Automapper, or at least read its mappings from the Automapper config? I would really recommend that just slots in automapper...

I figured the automatic handling of mapping would be out, but it seems to me that the inclusion of a post projection option would be really quite easy and would...

As per the example, the additional options are for specifying Post-projection filter, sort and group. { PostProjection : { Filter:"", Sort:"", Group:"" } This solves several issues; 1. When property...

Same as Filter, Sort and Group in the base level of the options. When it gets to the server, you would invoke EXACTLY the same expressioncompilers you do for a...

Hi Aleksey I have come around to the conclusion that you are correct on the post-projection filtering. Not only; > Actually, filter can also be problematic. Example - grid's search...

Hi Aleksey Me again. Further to your comment in #378 I have looked into the CustomAccessorCompiler as an option. The CustomAccessorCompiler is awesome! It will actually resolve the trivial cases...