jQWidgets Forums
Forum Replies Created
-
Author
-
Hello suadik,
jqWidgets doesn’t support VueJS.
Are you sure you have implemented all of the js files?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello BennerBenner,
Here is an example: Link
You need to declarate the style that you are going to use.In the HTML file you need to add this:
<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css"> <link rel="stylesheet" href="jqwidgets/styles/jqx.darkblue.css" type="text/css">
The
jqx.base.css
should be set by default, you need to add the other themes you want to use in your project.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 20, 2018 at 11:21 am in reply to: JSON vs Array (different behavior) JSON vs Array (different behavior) #99796Hello roshini.dav,
In the json, you get the object by its ID, whilst in the array, they are separate objects.
If you want to populate the scheduler with JSON data, the data itself must have different IDs.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 20, 2018 at 10:28 am in reply to: JqxComboBox displaying valuemember on select inside of JqxGrid JqxComboBox displaying valuemember on select inside of JqxGrid #99795Hello akram,
What version of jqWidgets are you using?
Also, have you seen our demo on jqxComboBox Binding to JSON?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 20, 2018 at 9:24 am in reply to: Default value mismatch on demo examples and actual released version Default value mismatch on demo examples and actual released version #99794Hello hurricane,
I am sorry but what was your question exactly?
In later versions, we changed the indexes.
We had some complains that after this, most of the windows didn’t work properly for our users.
The fix is to set the zIndex of the window in the CSS.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello hahakunge,
Unfortunately, jqxGrid doesn’t support subtotals.
Take a look at this forum post: Link
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 19, 2018 at 11:02 am in reply to: Legend turning on/off captured? Legend turning on/off captured? #99780Hello Roshini,
Why don’t you try seeing if the actual appointment is hidden or not?
Try this:console.log(value.jqxAppointment.hidden)
With this, you can get which appointment is shown or hidden.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 19, 2018 at 10:42 am in reply to: Unable to add appointment to new resource Unable to add appointment to new resource #99779Hello gduncan,
You can use ‘hideAppointmentsByResource‘, it hides an appointment but you can still select it’s ‘room’.
You can create basic appointments and hide them, after that using only their ‘rooms’.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello bwalsh429,
Glad to hear you found a solution!
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 18, 2018 at 1:03 pm in reply to: Bug when edit cell with cellsformat 'f2' Bug when edit cell with cellsformat 'f2' #99770Hello Michael,
This is because you select the cell and its content, you do not go into edit mode.
As I see if you want to edit the cell, you need to double-click on it ie:editmode: 'dblclick'
If you want to be able to edit the cell with a single click, you need to change the editmode to
click
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Michal6677,
At the moment we do not have any demos with material.
Can you provide us with a full example?
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 18, 2018 at 12:06 pm in reply to: Using readOnly, resizable, draggable for appointments Using readOnly, resizable, draggable for appointments #99767Hello roshini.dav,
Take a look at our Restrictions demo: Appointment Restrictions
It shows how to dissableDrag, disableResize and set readOnly to appointments.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 18, 2018 at 11:58 am in reply to: How to use getSelection with cellClick accurately? How to use getSelection with cellClick accurately? #99766Hello roshini.dav,
Glad to hear you managed things on your own!
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello bwalsh429,
Can you please clarify?
What exactly do you want to achieve?
To disable the click event on a previously clicked element?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello karinamachado,
Here is our documentation on: Bind jqxChart to MySql Database using PHP
As in the example, I gave you, you need to add a color to the given series.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts