jQWidgets Forums
Forum Replies Created
-
Author
-
August 6, 2021 at 1:57 pm in reply to: icon position expand / collapse icon position expand / collapse #120594
Hello pepe,
You can achieve this with CSS. You can set
float: right
to the arrows elements.
Please, check this Example.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/July 29, 2021 at 3:41 pm in reply to: JQXWindow drops isModal after states/props changed JQXWindow drops isModal after states/props changed #120576Hello vlad60,
The issue is still valid. You can check its progress Here.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/July 26, 2021 at 3:26 pm in reply to: Integrate ngModel on dropdownlist when checkboxes is true Integrate ngModel on dropdownlist when checkboxes is true #120562Hello jliterado,
Please, take a look at the following Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/July 5, 2021 at 4:12 pm in reply to: use ng-repeat objects in jqxNotification use ng-repeat objects in jqxNotification #120472Hello jliterado,
Could you clarify what are you trying to achieve and what is the issue?
Also, I would suggest you check this Example of several jqxNotification-s created using the ngFor directive.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello Pietervk,
Thank you for the update!
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/July 2, 2021 at 2:39 pm in reply to: loadstate for grid with date filter reseting checklist filter loadstate for grid with date filter reseting checklist filter #120465Hello Marius,
Thank you for the feedback! This seems to be an issue.
I have created a work item for this case.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/June 30, 2021 at 3:50 pm in reply to: Issue column header change color when resize Issue column header change color when resize #120460Hello Arsue787,
I have tested the example that you have sent but could not reproduce such issue.
Could you provide some more information? Do you have column reorder enabled? Have you inspected the styles of the column which color changes?Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/June 23, 2021 at 8:54 am in reply to: jqxdragdrop changing props dynamically jqxdragdrop changing props dynamically #120424Hello ckli24,
You can update the jqxDragDrop properties dynamically like this:
this.$refs.myDragDrop.revert = false;
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello Nicola,
When you are using a dataAdapter instead of a plain array as in the example that you have sent you would need to use:
formatFunction: function(value, itemIndex) { return dataAdapter.records[itemIndex].STATUS; }
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello wsundet,
Could you, please, provide us an example where this issue can be observed?
I have tested this Example but was not able to reproduce such behavior.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello danny,
Yes, it is possible, using the
localization
property of the jqxScheduler.
Please, check our Localization Demo.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/June 21, 2021 at 2:54 pm in reply to: Block creating for special hours Block creating for special hours #120412Hello danny,
You can bind to the
cellDoubleClick
event of the jqxScheduler and call thecloseDialog
method if the clicked cell has jqx-scheduler-not-work-time-cell class (is grey).Please, check the following Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello Klaus H,
This happens because when you use 0.10 and 0.20 the numbers are rounded to the first decimal digit if no
decimalsPlaces
is set.
I would suggest that when you update the axis’ range you also update thedecimalPlaces
property of the labels’ formatSettings.Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/Hello Klaus H,
You can specify the decimal places in the format setting of the axis’ labels like this:
labels: { formatSettings: { decimalPlaces: 3 } }
Please, check this Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/June 16, 2021 at 12:04 pm in reply to: Change subject field to dropdownlist Change subject field to dropdownlist #120389Hello EricK,
Please, take a look at the following Example.
Best Regards,
Martin YotovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts