jQWidgets Forums
Forum Replies Created
-
Author
-
June 13, 2014 at 3:24 pm in reply to: Impossible to enter the negative value Impossible to enter the negative value #55842
I confirm.
In Firefox 30.0 isnt’possible digit “-” when decimalSeparator = “,”
Chrome ok.Any solutions?
Thanks
Fabio Brozzo
September 16, 2013 at 9:55 am in reply to: bug with non-english input bug with non-english input #29029When 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
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 xlsApril 16, 2012 at 9:15 pm in reply to: unwanted text into input tag near combo unwanted text into input tag near combo #3448Hi,
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>
April 10, 2012 at 11:25 pm in reply to: ComboBox searchs only in “Start With” mode ComboBox searchs only in “Start With” mode #3327Thanks 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
-
AuthorPosts