Announcement

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

    filterEditorProperties

    I tried to set

    filterEditorProperties: {
    operator: "equals"
    }

    for one field in listgrid, that field is integer, then it seems that SC tries to use this filterproperties for all the integer fields in the list

    #2
    I tried to set

    filterEditorProperties: {
    operator: "equals"
    }

    for one field in listgrid, that field is integer, then it seems that SmartClient tries to use this filterproperties for all the integer fields in the list.

    More details:
    I have a gridlist, which has a integer fields with ValueMap, according to SC documentation, it should does 'equals' filter, but instead, it does 'contains' search. I try to make it to do sequals search by setting its filterEditorPropeties in the fields defintion, just for that field. That does work for that fields, however, it also affects rest integer fields.

    Any suggestion is welcome.

    Thanks,
    Yan

    Comment

    Working...
    X