SmartClient Version: v9.0p_2014-01-23/LGPL Development Only (built 2014-01-23)
I want to be able to extend the filter build used to filter grids and to create custom highlighting for a list grid. Specifically I want to be able to:
1) Compare the date in one field to the date in another field (e.g. set background color to red if date1 < date2).
2) Add a filters for "N minutes before now" and "N minutes after now".
Can you tell me how to extend the filters in these two ways?
I want to be able to extend the filter build used to filter grids and to create custom highlighting for a list grid. Specifically I want to be able to:
1) Compare the date in one field to the date in another field (e.g. set background color to red if date1 < date2).
2) Add a filters for "N minutes before now" and "N minutes after now".
Can you tell me how to extend the filters in these two ways?