jQWidgets Forums
Forum Replies Created
-
Author
-
Hello chriss_chd,
Please, share a jsfiddle/codepen example with your code which demonstrates the issue then we would be able to properly investigate it.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 30, 2019 at 7:37 am in reply to: when yearly repeat function The month is always fixed at January when yearly repeat function The month is always fixed at January #106295Hello korea,
After you set a Repeat: Yearly a new section pops up below – Repeat every, On, End. If you don’t change On: date, it always stays at 1st of January. You have to change it to the desired date in your case 7th of April and then save the whole appointment.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 30, 2019 at 7:28 am in reply to: Daily Recurring Appointment shows 1 less day Daily Recurring Appointment shows 1 less day #106293Hello Zeeshan,
You could do a video or few screenshots on your appointments settings.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 30, 2019 at 7:21 am in reply to: multiple chart in one page and change chart multiple chart in one page and change chart #106292Hello abhipkr,
An answered is given in the following topic.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello abhipkr,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello priyamsharma2704,
You could use jqxFormattedInput like in the following demo. It converts the entered number to exponential value.
With createeditor columns’ function you could put jqxFormattedInput in the grid.Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello nostromo,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 29, 2019 at 10:17 am in reply to: Export to Excel with line breaks Export to Excel with line breaks #106272Hello upstate18,
The Grid exports the rows with their cell values. The exporter does not take into account the “cellsrenderer” callbacks because you can put any HTML in the cells which may not be exportable.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello andreopmaria,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 29, 2019 at 7:46 am in reply to: Daily Recurring Appointment shows 1 less day Daily Recurring Appointment shows 1 less day #106267Hello Zeeshan,
We’ve tried to reproduce the reported behavior, but it works fine by our side. We’ve used the default functionality demo as you suggested and when two recurring appointments are set with same date, they are showing as expected.
What version do you use and on what device?
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 29, 2019 at 6:10 am in reply to: select cell after celldoubleclick select cell after celldoubleclick #106266Hello arkgroup,
Please review the following example whether it fits your needs.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello Popowich89,
Please check if all needed files are included in your project. For example:
<script src="~/jqwidgets/jqxcore.js"></script> <script src="~/jqwidgets/jqxdata.js"></script>
in _Layout.cshtml file.
If all are on place and the project still doesn’t work as expected, I would suggest you to send your project files to our support email.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello edwardsmark,
If you want to pay for a specific feature you have to contact with the Sales Department (sales@jqwidgets.com).
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comJuly 26, 2019 at 6:29 am in reply to: Daily Recurring Appointment shows 1 less day Daily Recurring Appointment shows 1 less day #106251Hello Zeeshan,
Please share a jsfiddle/codepen example demonstrating the reported issue, so that we may determine what causes it.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello defyent,
You can add any special date to the jqxCalendar by using the addSpecialDate method. When you invoke the method, you need to pass three parameters to it – Date object(the special date), class (optional parameter which represents the css class name) and tooltip (optional parameter which displayes additional information about the special date when the user hovers it).
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.com -
AuthorPosts