Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Rado Manzela
|
Apr 11, 2008 - 7:50 AM
|
I think filters in the grid header are great, especially for filtering out some unimportant rows before printing.
But in my application I would need to filter numeric and currency cells so I would need numeric filters like "less than X", "equal X", etc. It would be also more efficient than text filters.
Do you think you could implement this ? Thank you!
|
|
Technical Support
|
Apr 12, 2008 - 4:26 AM
|
We currently suppor conditional filters for text only. The type based filter implementation should be similar. The CExtGridCellHeaderFilter::OnQueryTextValueFilteredStateTF() performs conditional comparisson of text values. We need to implement a similar method but it should use grid cell objects in comparission instead of strings.
|
|
Rado Manzela
|
Apr 15, 2008 - 9:30 AM
|
Thank you for informatio, I’ll check this method later. Is there a chance you would implement this in near future? (filters for date ranges would be also helpful). Thank you.
|
|