jQWidgets Forums
Forum Replies Created
-
Author
-
November 8, 2023 at 8:58 am in reply to: updateItem bugs and issues updateItem bugs and issues #133919
Hi,
I have opened an issue for that.
For now, you may pass a string with a whitespace as a workaround:Here is an example: https://jsfiddle.net/qcdL4nga/
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 8, 2023 at 6:51 am in reply to: updateItem bugs and issues updateItem bugs and issues #133916Hi,
Could you please send an example in jsfiddle?
Also, which version are you using?Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 8, 2023 at 6:18 am in reply to: jqxTabs close button for tab jqxTabs close button for tab #133915Hi,
Here is an updated version with jQWidgets v18:
https://jsfiddle.net/Lnug05ps/Can you confirm that the error still exists?
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 6:13 am in reply to: Edited Rows Rendering With Jqxgrid's Combobox Cell Edited Rows Rendering With Jqxgrid's Combobox Cell #133907Hi,
Here is a fixed version: https://jsfiddle.net/90aymsod/
I hope this now helps!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 6:05 am in reply to: Using JqxGrid's excel export 'exportview' Using JqxGrid's excel export 'exportview' #133905Hi,
On the hidden columns, you can set the exportable property to false.
This way you will export only the visible columns with ‘exportview’I have opened a feature request for this!
To access the file follow the steps from my previous replyBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 5:52 am in reply to: how can I close the entire menu how can I close the entire menu #133904Hi,
You can use the itemclick event of the jqxMenu and get textContent of the clicked item.
Check whether the text content is Brigita and then close the menu:Here is a basic example: https://jsfiddle.net/h57y8ano/2/
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 5:35 am in reply to: jqxMenu's itemclick method jqxMenu's itemclick method #133903Hi,
You can apply a similar logic as in the following demo:
https://jsfiddle.net/qe0jLc9b/3/I hope this helps!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 5:24 am in reply to: Intercept ESCAPE key one time to stop window close Intercept ESCAPE key one time to stop window close #133902Hi,
You can set the keyboardCloseKey to a very big number.
Here is an example: https://jsfiddle.net/6zmkgw05/5/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 5:13 am in reply to: jqxNumberInput's auto focusing jqxNumberInput's auto focusing #133901Hi,
Sorry, currently this is the only way to achieve this.
I will open a feature request.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 6, 2023 at 5:10 am in reply to: jqdatetimeinput stuck when navigate too fast jqdatetimeinput stuck when navigate too fast #133900Hi,
Which version of jQWidgets are you using?
Could you please share an example?Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/November 2, 2023 at 6:55 am in reply to: ReferenceError: b is not defined in JqxSlpitLayout ReferenceError: b is not defined in JqxSlpitLayout #133879Hi,
I think I don’t understand your question. Can you explain it again?
The split layout is the same as from the jQuery Default Functionality demo.
You may test it here:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitlayout/index.htm#demos/jqxsplitlayout/defaultfunctionality.htmBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 31, 2023 at 8:40 am in reply to: ReferenceError: b is not defined in JqxSlpitLayout ReferenceError: b is not defined in JqxSlpitLayout #133864Hi,
Thank you for reporting that, I have opened an issue for it!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 31, 2023 at 7:18 am in reply to: Data not showing In jqxgrid using vue2 Data not showing In jqxgrid using vue2 #133861Hi,
Please see grid demos to see how to bind properties to the grid. You cannot pass :gridoptions=”gridoptions” to the element.
Also in the demos you will see how to bind the localdata.
Here are demos with jqxgrid in vue: https://www.jqwidgets.com/vue/vue-grid/#https://www.jqwidgets.com/vue/vue-grid/vue-grid-bindingtojsarray.htmBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 30, 2023 at 7:26 am in reply to: ReferenceError: b is not defined in JqxSlpitLayout ReferenceError: b is not defined in JqxSlpitLayout #133853Hi,
Could you share your code of setting up the layout?
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 27, 2023 at 7:25 am in reply to: Using JqxGrid's excel export 'exportview' Using JqxGrid's excel export 'exportview' #133844Hi,
You can find the dataexport.php file in the jqwidgets build downloaded from the client portal, host it on your own server and pass its url as an argument to the exportdata method.
This way you can use the additional parameters of the exportdata methodBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts