jQuery UI Widgets Forums Grid jqxnumberinput in jqxGrid

This topic contains 2 replies, has 2 voices, and was last updated by  xiaopinzi 8 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxnumberinput in jqxGrid #84136

    xiaopinzi
    Participant

    Hi jqwidgets team,

    {
    text: ‘Qty’, datafield: ‘Qty’, columntype: ‘numberinput’, width: 45, align: ‘center’, cellsalign: ‘right’,
    createeditor: function (row, cellvalue, editor) {
    editor.jqxNumberInput({
    decimalDigits: 0,
    digits: 3,
    min: 1
    })
    }

    The jqxGrid has a column that the columntype is ‘numberinput’.when the jqxGrid’s width is changed,The jqxNumberinput is not work.why the jqxNumberinput’s position don’t change with the column’s position?
    thanks.

    jqxnumberinput in jqxGrid #84137

    Peter Stoev
    Keymaster

    Hi xiapinzi,

    Works fine here: http://jsfiddle.net/jqwidgets/u8jqaamu/. Latest version is used. Width is in percentages. When it’s changed, the editor works.

    Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxnumberinput in jqxGrid #84138

    xiaopinzi
    Participant

    Hi jQWidgets Team,
    thanks for your reply very much.
    The version I used is 3.8.0,and how to upgrade to the latest version.
    thanks very much again.

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

You must be logged in to reply to this topic.