jQWidgets Forums

jQuery UI Widgets Forums Grid Filter Row(Custom Lists) Bug

Tagged: , ,

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Filter Row(Custom Lists) Bug #63063

    serdar88
    Participant

    I have a grid and it has one key/value column.
    In column’s filter row, i set filtertype option checkedlist and filteritems

    [{
         label: "Female",
         value: "0"
     }, {
         label: "Male",
         value: "1"
     }];

    and in ‘createfilterwidget’ callback i set the widget’s displayMember and valueMember

    widget.jqxDropDownList({
         displayMember: 'label',
         valueMember: 'value'
     });

    but it shows items but doesn’t work properly.I can’t click first item and when i click the second item both items checked and filtervalues isn’t send to server correctly.it sends labels.

    Thank you.

    Filter Row(Custom Lists) Bug #63115

    Peter Stoev
    Keymaster

    Hi serdar88,

    Unfortunately, the functionality which you try to use is not supported. The List/Checked List filters could not be used in the way you try to use them i.e displayMember/valueMember should not work.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Filter Row(Custom Lists) Bug #63116

    Peter Stoev
    Keymaster

    Hi serdar88,

    Unfortunately, the functionality which you try to use is not supported. The List/Checked List filters could not be used in the way you try to use them i.e displayMember/valueMember should not work.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.