Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.89 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ASPxGridView has a big gap between rows and summary row on the bottom
  2. <dxwgv:ASPxGridView ID="gridProducts"  runat="server" AutoGenerateColumns="False"
  3.                         ClientInstanceName="grid" KeyFieldName="some_id"
  4.                         Width="98%">
  5.                         <SettingsPager Mode="ShowAllRecords">
  6.                         </SettingsPager>
  7.                         <Settings ShowGroupFooter="VisibleAlways" VerticalScrollableHeight="650" ShowVerticalScrollBar="True" />
  8.                         <SettingsDetail ShowDetailRow="false" />
  9.                         <Settings ShowFooter="True" />
  10.                         <Settings ShowGroupFooter="VisibleAlways" />
  11.                         <SettingsDetail ShowDetailRow="false" />
  12.                         <Settings ShowFooter="True" />
  13.                          <TotalSummary>...</TotalSummary>
  14.                         <Columns> ... <Columns>