Forum Replies Created
-
Author
-
October 17, 2023 at 8:02 am in reply to: jqxnumberinput mobile keyboard, no decimal jqxnumberinput mobile keyboard, no decimal #133767
After double checking how this works on mobile in most mobile browsers, the spin buttons do not work as a solution at all, the curser position has no affect on the digit which changes when using the spin buttons. It’s essentially impossible to use on mobile. Can we not add a “.” to the number pad, or use a standard keyboard?
October 17, 2023 at 7:31 am in reply to: jqxnumberinput mobile keyboard, no decimal jqxnumberinput mobile keyboard, no decimal #133766The spin buttons are incredibly difficult to use on a mobile device, is there no mobile friendly solution?
August 1, 2023 at 7:58 am in reply to: jqxMenu not loading with remote json jqxMenu not loading with remote json #133452Nevermind, I replicated the code wrong. All working now. Thank you again !
August 1, 2023 at 7:53 am in reply to: jqxMenu not loading with remote json jqxMenu not loading with remote json #133451Thank you for the quick reply, the above solution has a scope error, as menu_source can not be accessed outside of the .then statement. If I define menu_source before the fetch, I get the following error.
ncaught TypeError: Cannot read properties of undefined (reading ‘beforeLoadComplete’)
at new $.jqx.dataAdapter (jqxdata.js:636:21)
at HTMLDocument.<anonymous> (index.html:71:39)
at j (jquery-1.11.1.min.js:2:27244)
at Object.fireWith [as resolveWith] (jquery-1.11.1.min.js:2:28057)
at Function.ready (jquery-1.11.1.min.js:2:29891)
at HTMLDocument.J (jquery-1.11.1.min.js:2:30257)I only had one adapter loaded, it seems that changing the source: in my dropdownlist from dataAdapter to dataAdapter.records has resolved the issue.
Thanks for the quick reply, I believe the time being taken was caused by another issue I’ve had recently where dropdownlists were calling the json source url every time they load, even if they share the same dataadapter. I seem to have sped up the response time by quite a lot by changing the adapter source to dataAdapter.records instead of just the dataAdapter. Hopefully this resolves the issue on slower computers as well.
April 20, 2020 at 5:37 am in reply to: datatable editing and focus datatable editing and focus #111785Hello, thanks for the reply. What I would like is that the row ends edit mode when the cursor leaves the row/table, the same way it does when you click outside of the browser. Unfortunately it seems that when the cursor enters a new widget (outside of the datatable) via keyboard control, that no methods are triggered which would allow me to call endRowEdit, maybe this is a browser limitation.
Sorry it is hard to provide an example since the software is so integrated, in our system. But You mentioned cells and custom widgets, These are simple drop downs in a form, not in a datatable. Very basic form, with 10 drop down lists, but all sharing the same contents. Loading the page makes 10 calls to the drop down list json source.
I’ve also run into a very similar issue, how was this addressed?
March 31, 2020 at 12:00 pm in reply to: restrict jqxComboBox selection to list choices only restrict jqxComboBox selection to list choices only #111584Would love this feature as well but I don’t see it in any docs.
this is all database driven but I’ll try to put something together
Can you define load correctly? Is there a specific order things should be loaded? It’s obviously not loading with errors since it eventually loads, it just takes a moment.
Here is an example
October 15, 2019 at 1:55 am in reply to: showToolbar: true and cell borders showToolbar: true and cell borders #107012Also theme or no theme, makes no difference.
October 15, 2019 at 1:45 am in reply to: showToolbar: true and cell borders showToolbar: true and cell borders #107011I’ve uploaded a video to show the issue.
October 15, 2019 at 1:37 am in reply to: showToolbar: true and cell borders showToolbar: true and cell borders #107010I can’t because it works just fine on jsfiddle.net. I have the most recent version installed however and don’t know how to troubleshoot it.
-
AuthorPosts