
Untitled
By: a guest on
Aug 5th, 2012 | syntax:
None | size: 0.89 KB | hits: 9 | expires: Never
ASPxGridView has a big gap between rows and summary row on the bottom
<dxwgv:ASPxGridView ID="gridProducts" runat="server" AutoGenerateColumns="False"
ClientInstanceName="grid" KeyFieldName="some_id"
Width="98%">
<SettingsPager Mode="ShowAllRecords">
</SettingsPager>
<Settings ShowGroupFooter="VisibleAlways" VerticalScrollableHeight="650" ShowVerticalScrollBar="True" />
<SettingsDetail ShowDetailRow="false" />
<Settings ShowFooter="True" />
<Settings ShowGroupFooter="VisibleAlways" />
<SettingsDetail ShowDetailRow="false" />
<Settings ShowFooter="True" />
<TotalSummary>...</TotalSummary>
<Columns> ... <Columns>