@ivanpeevski
@ivanpeevski
Forum Replies Created
-
AuthorPosts
-
ivanpeevskiParticipant
Hi,
You can either use CSS or set the “taskColumns” property to a new array with the update column sizes.
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi Srinivas,
The column text is already left aligned by the default, if I’m understanding your questions correctly.
In any case, you can left align any element of the Gantt with just CSS: text-align: left;
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
You can select the column headers using CSS by their name. Here is an example – codepen
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/</span>ivanpeevskiParticipantHi Varashitha,
You can use the timelineHeaderFormatFunction to add a custom css class to the months that you want to highlight. Then you can style based on this class.
Please see the example here – https://codepen.io/ivancho13/pen/ExzPVzQ
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/</span>- This reply was modified 5 months, 4 weeks ago by ivanpeevski.
ivanpeevskiParticipantHi Y.Varshitha,
You can select the different cells in the following way:
.smart-timeline-view-details .smart-timeline-view-cell <- for year
.smart-timeline-view-cells .smart-timeline-view-cell <- for month
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/</span>ivanpeevskiParticipantHi Tullio,
You can send us a link to a codepen demo or send us the code at support@jqwidgets.com
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
The numeric textbox must be already initialized for using the maxLength attribute. Here is an example – codepen
Best Regards,
Ivan PeevskiSmart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
The numeric textbox has a “max” property. If you set it to 9999 and the user enters a larger number, the value will automatically reduce to 9999 when the user leaves the field.
If you want to fully disable entering more than 4 characters you can set: document.querySelector(‘smart-numeric-text-box input’).setAttribute(‘maxlength’, 4)
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi Antal,
You can safely use the latest smart-webcomponents-angular version in angular 14. We continue to support it.
Best Regards,
Ivan peevskiSmart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
At the moment there isn’t a public method that allows scrolling by date. I have opened a work item about that and we will considering adding this in a future release.
For now, it can be implement with the workaround here – stackblitz
Best Regards,
Ivan PeevskiSmart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi Varshitha,
I’m not sure which styling issues you are referring to, but you can view the Gantt styling guide here – https://www.htmlelements.com/docs/gantt-css/
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi Srinivas,
Properties set to the task object in the dataSource will remain part of the task object.
Here is an example – codepen (Click on the first task to see the result)You can also set the additional information with the task resources – https://www.htmlelements.com/demos/gantt/resource-management/
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi Srinivas,
Thank you for the feedback! We will look into it. The correct url is “gantt” and not “ganttchart” – https://www.htmlelements.com/demos/gantt/nonworking-days/
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
Thank you for the feedback! I have opened a work item for that and we will resolve it for our next release.
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/ivanpeevskiParticipantHi,
Thank you for the feedback! I have opened a work item for that and we will work on resolving this for our next release.
Regards,
Ivan PeevskiSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts