jQuery UI Widgets Forums Grid Grid,combobox,select

This topic contains 2 replies, has 2 voices, and was last updated by  Zabelsky 7 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grid,combobox,select #95995

    Zabelsky
    Participant

    Hello.
    I have a columntype: combobox
    The combobox works only when I enter the first letter of the word or click on the wheel on the mouse
    But when click on select button ( arrow down) nothing happens
    How to fix this bug for correct work?

    Grid,combobox,select #95999

    Stanislav
    Participant

    Hello AlexeyZabelsky,

    Can you please provide us with a fiddle or a sample, so we can better test the issue you are experiencing.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid,combobox,select #96030

    Zabelsky
    Participant

    Sorry for the trouble.
    I have resolve my problem.
    I was used
    $scope.settings.selectionmode = 'singlerow';
    Now i`m use:
    $scope.settings.selectionmode = 'singlecell';
    code working is correctly
    thx for attention,friend!

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

You must be logged in to reply to this topic.