jQWidgets Forums
Forum Replies Created
-
Author
-
October 16, 2023 at 4:18 am in reply to: Angular JQXChart jqxPlot scale is not a function Angular JQXChart jqxPlot scale is not a function #133761
Hi,
Hi, which version of jQWidgets are you using?
Can you also share the settings of your ChartBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
You should pass the data in the correct type as defined in your data adapter.
You can get the data from the server and map it to the correct types.You may see in this demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/bindingtoarray.htm
that the raw data in the arrays is then parsed to the correct type.
For example, there is an array for ‘priceValues’, which is later converted into a number variable called ‘price’Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 13, 2023 at 7:16 am in reply to: Sort Descending is not working Sort Descending is not working #133754Hi,
As you can here from this demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/sorting.htm
when you open the drop-down from the column and sort the ‘Freight’ column, for example, it sorts descending.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 13, 2023 at 7:11 am in reply to: Horzontal scrollbar appears when I define the width of grid Horzontal scrollbar appears when I define the width of grid #133753Hi,
Thank you for reporting that. I have opened an issue for that.
As a workaround, you can set the width of the grid to 100% and the rest of the columns’ widths to a percentage.
Note that the sum of the columns’ widths should be equal to 100%Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
There is a margin because of the buttons, see your demo here:
https://jsfiddle.net/p36vghuo/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
Use the width property and set it to 100%
Here is an example: https://jsfiddle.net/utzokar0/1/I hope this helps!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
You may use the padding property of the Chart, here is an example:
https://jsfiddle.net/51pLrucj/I hope this helps!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
This behaviour is bizarre, I could not reproduce it.
Can you share jsfiddle where this happens?Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
May you try updating to the latest version and return to us whether the problem still exists?
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
Many thanks, I have answered you on another topic.
The issue is now opened.
If you need further assistance, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 6, 2023 at 6:35 am in reply to: Column Validation Tooltips Column Validation Tooltips #133712Hi,
Thank you so much for this finding.
If you have any questions, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 6, 2023 at 6:28 am in reply to: Issue with jqxdata.export.js Issue with jqxdata.export.js #133711Hi,
Thank you for reporting the problem!
I have opened an issue for it.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 5, 2023 at 7:10 am in reply to: Is there a way to call the JqxWindow modally? Is there a way to call the JqxWindow modally? #133700Hi,
As I can see you are attaching an onClick on every button, in that handler, you can close the window and make the desired actions depending on what button is clicked.
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 4, 2023 at 5:06 am in reply to: Is there a way to call the JqxWindow modally? Is there a way to call the JqxWindow modally? #133696Hi,
The isModal property cannot block the code after opening it. You may paste the result code in the close event.
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/October 2, 2023 at 4:59 am in reply to: Display div in jqxWindow outside bounds of window Display div in jqxWindow outside bounds of window #133687Hi,
You can set the position to fixed and change the left property dynamically,
Here is an example of doing this:
https://jsfiddle.net/px4mj82d/7/Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts