jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts

  • Fabio
    Participant

    I confirm.
    In Firefox 30.0 isnt’possible digit “-” when decimalSeparator = “,”
    Chrome ok.

    Any solutions?

    Thanks

    Fabio Brozzo

    in reply to: bug with non-english input bug with non-english input #29029

    Fabio
    Participant

    When it is set with an instruction like $(‘#idcontainer .numberInput’).val(‘5.23’), the jqxNumberInput component focuses automatically althought it shouldn’t do that.

    This functionality should be chosen by the programmer.
    I propose to add a flag property that allows to enable or disable the autofocus during the setting of a value.

    thank you

    Fabio

    in reply to: XLS Export: s is null XLS Export: s is null #28938

    Fabio
    Participant

    The grid does not export to xls the cells having NULL value.
    A workaround of the problem is inserting a “.” in the cells, then they will be exported correctly in xls


    Fabio
    Participant

    Hi,
    I’m using jqwidgets versione 2 (Last now)

    This is an example.
    I throw the problem simply refresh the page by browser !!

    You see textbox position after combo take the same combo’s value: jqxitem.
    One after one…
    Strange thing!

    I also noticed it into many parts of my program.

    Now I discovered another important thing : I use Firefox browser but if I use Chrome it work well !!!

    I wish you help me.

    Best Regards,

    Fabio

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <title id='Description'>TEST</title>
    <link rel="stylesheet" href="./jqwidgets/styles/jqx.base.css" type="text/css" />
    <link rel="stylesheet" href="./jqwidgets/styles/jqx.darkblue.css" type="text/css" />
    <script type="text/javascript" src="./scripts/gettheme.js"></script>
    <script type="text/javascript" src="./scripts/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="./jqwidgets/jqxcore.js"></script>
    <script type="text/javascript" src="./jqwidgets/jqxlistbox.js"></script>
    <script type="text/javascript" src="./jqwidgets/jqxscrollbar.js"></script>
    <script type="text/javascript" src="./jqwidgets/jqxbuttons.js"></script>
    <script type="text/javascript" src="./jqwidgets/jqxcombobox.js"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    //
    var theme = "darkblue";
    if (theme == null || theme == undefined) theme = '';
    //
    var sourceelencoclienti = {
    datatype: "json",
    datafields: [
    { name: 'codice' },
    { name: 'nome' },
    { name: 'codicenome' }
    ]
    };
    //
    $("#cmbClienteTestataOrdine").jqxComboBox({source: sourceelencoclienti ,selectedIndex: 0,autocomplete: true,searchMode: 'containsignorecase', displayMember: "codicenome", valueMember: "codice",theme: theme, width: '250', height: '25'});
    //
    });
    </script>
    </head>
    <body class='default'>
    <input type="text" value = "I see alwayes it !" id='txtValueFixed' style="text-align:right; width: 120px;" />
    <div id='cmbClienteTestataOrdine'></div>
    <input type="text" value = "yyy" id='txtNum1' />
    <input type="text" value = "ZZZ" id='txtNum2' />
    <input type="text" value = "yyy3" id='txtNum3' />
    <input type="text" value = "ZZZ4" id='txtNum4' />
    <input type="text" value = "yyy5" id='txtNum5' />
    <input type="text" value = "ZZZ6" id='txtNum6' />
    </body>
    </html>

    Fabio
    Participant

    Thanks but I used “searchMode” property with “contains”… no work.

    I also found this problem in demo jqxComboBox : http://www.jqwidgets.com/jquery-widgets-demo/#demos/jqxcombobox/settings.htm

    I switch in “Contains” but combo always filters in “starts with”.

    What am I doing wrong ?

    Best Regards

    Fabio

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