Jump to content

DBGrid filtering options


daniel@winarhi.ro

Recommended Posts

Hello

It would be nice to have more options for filtering DBGrids.

For example, for a column of the DBGrid to have 2 UniEdits available for composing the filter (to filter all the values between the values introduced in edits for a numeric field). Something like:

Column.Filtering.Editor := uedt1;

Column.Filtering.Editor2 := uedt2;

 

Also, I try to set for a column, the Filtering.Editor equal to a TUniDateTimePicker component but it dosen't seem to work. It is possible something like that?

 

Thank you,

Daniel

Link to comment
Share on other sites

×
×
  • Create New...