Page 1 of 1

crdbgrid filter

Posted: Tue 19 Oct 2010 23:43
by crownfield
after the user applies order and filter, how can the program determine the filter value.

I want to calculate the filtered sum of one field.

Posted: Wed 20 Oct 2010 13:37
by AndreyZ
Hello,

You can use the CRDBGrid.Columns[0].FilterExpression and CRDBGrid.Columns[0].SortOrder properties to obtain filter value and sort order respectively. For more information please read CRControls Reference Manual.