Good day!
I am trying out filtertype: ‘checkedlist’ to filter a column containing different states.
In your example, filteritems has [‘Black Tea’, ‘Green Tea’, ‘Caffe Latte’], and I assume this both acts as the value (being passed to the server-side) and as the label (on the grid).
Is there anyway that filteritems can accept an array of object like this [{1, ‘Black Tea’}, {2, ‘Green Tea’}, {3, ‘Caffe Latte’}]? So i can pass the int value to the server and display whatever text on the grid (multi-language support stuff)?
Thanks!
goooseman