jQWidgets Forums
Forum Replies Created
-
Author
-
November 11, 2021 at 6:07 pm in reply to: CRTL+X acts as backspace if there is no selection CRTL+X acts as backspace if there is no selection #121054
Hi DavidBachmann,
Thank you for reporting this use case!
I will add a work item for this use case and we will work on it on evaluating it and finding a remedy for it.
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.comNovember 10, 2021 at 6:54 pm in reply to: Angular Semi Knob not working Angular Semi Knob not working #121046Hi alnajar85,
Thank you for the code example, but we don’t review such a huge amounts of code.
I will try a similar scenario as yours and I will try to reproduce the issue the same way as you do.
However in the mean time you can also simplify the code example and also to take a look at this documentation:
https://www.jqwidgets.com/angular-components-documentation/documentation/angular-dynamic-components/index.htmPlease, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor DashevSmart UI Team
https://www.htmlelements.com/November 10, 2021 at 6:15 pm in reply to: [jqxGrid JSON data binding] No data to display [jqxGrid JSON data binding] No data to display #121045Hi rmichel,
Using similar scenario as yours I have created a code snippet on how I have set my jqxGrid:
var source = { url: 'server.php', datatype: "json", cache: false, type: "POST", root: "data", datafields: [ 'uniqueid : string', 'lastname: string' ] }; var dataAdapter = new $.jqx.dataAdapter(source, { loadComplete: function () { var records = dataAdapter.records; } }); dataAdapter.dataBind(); // initialize jqxGrid $("#grid").jqxGrid( { width: getWidth('Grid'), source: dataAdapter, showstatusbar: true, statusbarheight: 50, editable: true, selectionmode: 'singlecell', columns: [ { text: 'First Name', columntype: 'textbox', datafield: 'uniqueid', width: 170 }, { text: 'Last Name', datafield: 'lastname', columntype: 'textbox', width: 170 }, ] });
Also make sure to set the header in your php file which sends the data to the grid like so:
header('Content-Type: application/json');
Let me know if this works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.comNovember 8, 2021 at 3:07 pm in reply to: Erro when put filterable: true, Erro when put filterable: true, #121039Hi eduardo12fox,
I have tested the jqxGrid with the exact same properties that you have shared and everything worked as intended and the grid was displayed properly.
That is why I would like to ask you few questions: which version of jQWidgets are you using(I strongly recommend using the latest one) and if you can create another code example with hardcoded data which reproduces the issue the same way as in your use case.
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.comNovember 8, 2021 at 2:55 pm in reply to: Angular Semi Knob not working Angular Semi Knob not working #121038Hi alnajar85,
You can share the code example via github repository or zipped fiile if those options are suitable for you!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor DashevSmart UI Team
https://www.htmlelements.com/November 5, 2021 at 3:00 pm in reply to: JQWidgets jqxTabs group error – Issue when switching tabs JQWidgets jqxTabs group error – Issue when switching tabs #121030Hi AmeerD,
Thank you for the code example!
This behavior is a issue with the jqxTabs and I will add a work item for this use case and we will work to fix it as soon as we are able to.
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor DashevSmart UI Team
https://www.htmlelements.com/November 5, 2021 at 2:16 pm in reply to: how to change the column order how to change the column order #121029Hi mustafa,
If you want to change the column order you can use the
setcolumnindex
method and for this we have an jsfiddle example showcasing this functionality.Link to the fiddle: http://jsfiddle.net/jqwidgets/9ePBx/
Also what exactly you mean by ‘How can I get the sequence number to the beginning?’
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor DashevSmart UI Team
https://www.htmlelements.com/November 5, 2021 at 2:04 pm in reply to: Angular Semi Knob not working Angular Semi Knob not working #121028Hi alnajar85,
I would like to ask you to create a code example which reproduces the issue so that we could be able to give you a viable solution for it, because when I tested the semi jqxKnob everything worked as intended.
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor DashevSmart UI Team
https://www.htmlelements.com/Hi loridale27,
I have created a github repository on how to set up jQWidgets with Angular 8 using the ‘npm install jqwidgets-ng’.
Link to the github repo: https://github.com/yavor-htmlelements/ng8test
If you can modify it so that it reproduces the issue that you have so that we could be able to give you a proper solution for this.
Let me know what you think!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
jQWidgets TeamNovember 3, 2021 at 4:01 pm in reply to: date filter keyboard input issue date filter keyboard input issue #121019Hi jlaurie,
Yes, I experience the same behavior but for a solution its best to set the
autoshowfiltericon
property to true in order to be able to select dates in the filter panel.Let me know what you think!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
jQWidgets TeamNovember 2, 2021 at 2:38 pm in reply to: date filter keyboard input issue date filter keyboard input issue #121011Hi jlarue,
I confirm that this behavior of the jqxGrid is not as expected and I will add a work item for this scenario.
However if you don’t need the filter bar (which without the filtering works as intended) you can remove the properties related to the filter bar as a temporary solution until the issue is resolved.
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
jQWidgets TeamNovember 2, 2021 at 2:26 pm in reply to: jqxGrid – cannot filtering with the "showfilterbar" property when the "editable" jqxGrid – cannot filtering with the "showfilterbar" property when the "editable" #121010Hi djhvscf,
I confirm that this behavior is a bug and I saw that you have added a work item for it.
Also if the issue is related to the editing of the jqxGrid and if you set it to false the filter bar works as intended.(this may be a temporary solution for you).
Let me know what you think and thank you for your cooperation!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
jQWidgets TeamNovember 1, 2021 at 2:26 pm in reply to: filter bar issue with checkbox column filter bar issue with checkbox column #121005Hi jlarue,
I have tested the jqxGrid filtering properties in the same scenario as yours, but I wasn’t able to reproduce the issue as described by you.
Also the jseditor link you have sent doesn’t show any code example related to the issue, if you create one it will be best for us in order to give you a proper solution for your issue.
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
jQWidgets TeamOctober 29, 2021 at 2:31 pm in reply to: How to generate a ‘’DropDown Tree” in jqxForm How to generate a ‘’DropDown Tree” in jqxForm #121001Hi Christian,
Thank you for your reply!
For achieving point #2 I have modified furthermore the jsfiddle I have sent in my previous reply.
Link to the modified fiddle: http://jsfiddle.net/mxu02y3L/2/
Let me know what you think!
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.comOctober 25, 2021 at 2:07 pm in reply to: How to generate a ‘’DropDown Tree” in jqxForm How to generate a ‘’DropDown Tree” in jqxForm #120983Hi jalogo,
The functionalities that you need are quite possible with the jqxForm component.
However the jsfiddle that you have shared showcases how to integrate a custom component using the
init
callback which is used for further customisation.Also I have edited the jsfiddle so that it may suit your needs regarding the use case when you want to set the value when the form is submitted.
Link to the edited fiddle: http://jsfiddle.net/y42vq39b/5/
Let me know if that works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com -
AuthorPosts