Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Listgrid filter: number ranges

    Hi,
    Smartclient offers a standard date range filter editor for in the listgrid column header (which is great). Is there something similar for filtering using numeric ranges (so a numeric range filter editor item)?

    The same for multi-value selectitems, is that standard possible as a filter editor?

    gr. Martin

    #2
    There isn't a built in numeric range editor, but you can build one as a CanvasItem containing a DynamicForm (same approach as we used for the built-in DateRangeItem).

    Multi-select items can be used in the FilterEditor via listGridField.filterEditorType and filterEditorProperties.

    Comment

    Working...
    X