Search Results

Type: Posts; User: Ytterate

Search took 0.01 seconds.
  1. I have the following models:



    <ext:Model runat="server" Name="Lot" IDProperty="Id">
    <Fields>
    <ext:ModelField Name="Id" />
    </Fields>
    </ext:Model>
  2. I don't need all the fields, I was asking how to filter them, but in a nested way.

    So the top level object has 15 fields, but I only want 5. But one of those 5 is a child object that also has 20...
  3. I can of course just manually filter server-side and create new anonymous objects with only the fields that I want, but I'd rather not as then I have to specify the fields in two places instead of...
  4. Hello.

    I have some very large objects server-side, some of them upwards of 1Mb due to many fields and multiple variations of images. However, any given view only displays a subset of these...
Results 1 to 4 of 4