我在使用QuantumGrid中的TdxDBGrid的summaryfootertext时出现以下问题:
TdxDBGrid的OptionDB的edgoLoadAllRecords设为False;然后在
TdxDBGridColumn中的事件onDrawSummaryFooter中写下语句:
   AText:=FormatFloat(TdxDBGridColumn(Sender).
          SummaryFooterFormat,100.256);在TdxDBGrid的显示中是正确的,可是在程序中使用:
    TdxDBGridColumn(Sender).SummaryFooterText读出来的值是0,
这是为什么?