@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
HI Leonardo,
You can set the –smart-gantt-chart-timeline-weekend-color: white; in CSS in order to remove the default weekend background.
Best regards,
MarkovjQWidgets Team
https://www.jqwidgets.com/MarkovKeymasterHi Leonardo,
We do not have a feature in the Gantt Chart to prevent the dragging at specific date/time. We will consider implementing it.
Best regards,
MarkovjQWidgets Team
https://www.jqwidgets.com/MarkovKeymasterHi Ferris,
When you click the getCell button in the demo, look at the console’s log. My colleague’s example shows how to get the cell object.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Mourad,
It works on a single click as well. It is not necessary to be a long press.
Best regards,
MarkovMarkovKeymasterThank you for the feedback! We will look into that in one of the next versions of the scheduler.
Regards,
MarkovMarkovKeymasterHi,
Please, share an example which demonstrates the reported behavior. We tried to reproduce this without success. Events width depends on whether in the range of the event there are other events i.e. even if there is an 1-minute intersection.
Regards,
MarkovMarkovKeymasterHi Leonardo,
At present it is not possible. We need to write code and extend the Gantt in order to add this functionality. As soon as this is done, we will add it to a release and a release notes item with the update.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Ferris,
We use gmail as an email service i.e i suppose it’s rejected if you attach a .zip or other archive. You can create a github repo with the example and send a link to it. The email will not reject you then.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
The approach which you use to add smart-tooltip to cells seems to be OK according to me. The showTooltips indeed uses the standard ‘title’.
Best regards,
MarkovSmart UI
https://www.htmlelements.com/MarkovKeymasterHi,
In order to hide a column, the smart-table instance should be used i.e after smart-table is created either by creating a new table or wrapping an existing table, you can use the smart-table API.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
– Setting row’s height to ‘auto’ in the layout requires measuring each individual row when it is rendered. This will have an effect over the performance.
– When you set the grid messages property for a given locale, you should declare all strings for the specific locale. Otherwise, the Grid will be unable to render undefined strings and an error may occur.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/- This reply was modified 1 year, 2 months ago by Markov.
MarkovKeymasterHi Ferris DeHart,
Could you send a full example to support@jqwidgets.com which demonstrates the reported behavior?
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Default tooltips are also available by using the appearance.showTooltips property.
appearance: { showTooltips: true },
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Leaonardo,
The Gantt does not have this feature. I created a work item about it.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Each column has a ‘visible’ property. If you want to hide it, you can use code like this: table.columns[0].visible = false;
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts