Binding to Large Database (Server Mode)

The Card View control supports binding to data in the server mode using the EntityServerModeDataSource component. In this mode, the Grid View loads only the minimum amount of data required for display on screen and delegates all data processing (such as grouping and sorting) to the database server. This technique significantly reduces the application's response time when working with large data sets.

Bert Parkins
5874
4/3/2016
Email Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.
Tom Hamlett
46749
3/8/2016
Payables Due Calculator is ready for testing.
Tom Hamlett
184383
2/26/2016
Email Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.
Ray Shipman
205415
2/21/2016
Integrating Developer Express MasterView control into an Accounting System.
<dx:BootstrapCardView ClientInstanceName="cardView" runat="server" DataSourceID="EntityServerModeDataSource" KeyFieldName="ID">
    <Columns>
        <dx:BootstrapCardViewColumn FieldName="From" />
        <dx:BootstrapCardViewColumn FieldName="Subject" />
        <dx:BootstrapCardViewDateColumn FieldName="Sent" />
        <dx:BootstrapCardViewColumn FieldName="Size" />
        <dx:BootstrapCardViewCheckColumn FieldName="HasAttachment">
        </dx:BootstrapCardViewCheckColumn>
    </Columns>
    <CardLayoutProperties>
        <Items>
            <dx:BootstrapCardViewColumnLayoutItem ColumnName="From" />
            <dx:BootstrapCardViewColumnLayoutItem ColumnName="Size" />
            <dx:BootstrapCardViewColumnLayoutItem ColumnName="Sent" />
            <dx:BootstrapCardViewColumnLayoutItem ColumnName="Subject" />
            <dx:BootstrapCardViewColumnLayoutItem ColumnName="HasAttachment" Caption="Attachment" />
        </Items>
    </CardLayoutProperties>
    <Settings ShowHeaderPanel="true" />
    <SettingsPager NumericButtonCount="6" ItemsPerPage="4">
        <PageSizeItemSettings Visible="true" Items="2,4,8,16" />
    </SettingsPager>
    <SettingsLayout CardColSpanLg="6" CardColSpanSm="12" />
</dx:BootstrapCardView>
<dx:EntityServerModeDataSource ID="EntityServerModeDataSource" runat="server" ContextTypeName="DevExpress.Web.Demos.LargeDatabaseContext" TableName="Emails" />
Screen Size
Color Themes
Demo QR Code