如何访问cxGrid控件过滤后的数据集
Posted railgunman
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何访问cxGrid控件过滤后的数据集相关的知识,希望对你有一定的参考价值。
var I: Integer; begin Memo1.Lines.Clear; with cxGrid1DBTableView1.DataController do for I := 0 to FilteredRecordCount - 1 do Memo1.Lines.Add(DisplayTexts[FilteredRecordIndex[I], 0]); end;
https://www.devexpress.com/Support/Center/Question/Details/A385/how-to-iterate-through-all-gridview-records-in-their-display-order-irrespective-of-group
以上是关于如何访问cxGrid控件过滤后的数据集的主要内容,如果未能解决你的问题,请参考以下文章
如何从 jQuery Datatable 中获取过滤后的数据结果集
C#中的dev控件,怎么获取gridcontrol过滤后的数据源