@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
June 4, 2024 at 4:36 am in reply to: Capturing Current Month and Week During Scroll Event in Gantt Chart #111000
Markov
KeymasterHi,
At present, there is no such event. We will consider adding in the future versions of the Gantt Chart component.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can try the significant digits property: https://www.htmlelements.com/docs/numerictextbox-api/#toc-significantdigits_number
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/May 9, 2024 at 10:51 am in reply to: Query builder | Custom operation hideValue doesn’t prevent opening dropdown #110704Markov
KeymasterHi,
This is an issue in the component. It opens the editor, even if it is hidden in this case. I created a work item about this. As a workaround, you can either disable autoPrompt or hideValue.
Thank you for the feedback!
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi aza21,
Thank you for the feedback! We cannot offer a solution for this scenario. We will need to resolve it in our code.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Shubham,
Please, refer to https://www.htmlelements.com/demos/gantt/export/. PDF export is demonstrated there.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Shubham,
These files should be added as they are used in the data export process:
` <script type=”text/javascript” src=”https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js”></script>
<script type=”text/javascript” src=”https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.38/pdfmake.min.js”></script>
<script type=”text/javascript” src=”https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.38/vfs_fonts.js”></script>`Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Varshitha,
Yes, you can define CSS classes and put additional styles to them. I would suggest you to extend instead of override, because when you override you can break the component’s layout.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The ‘dateStart’ property determines the start date of the view.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can use the timelineHeaderFormatFunction(date, headerType, isSubHeader, dateString) and return the result to be displayed in that header.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
We usually add the bug fixes & new features only in the new versions.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Zhang,
These are not resizable. They are all with one size as they represent dates.
Regards,
MarkovSmart UI team
https://www.htmlelements.com/Markov
KeymasterHi Zhang,
See https://codepen.io/jqwidgets/pen/KKYXKox. Column resize is enabled and you can resize the task columns.
Regards,
MarkovSmart UI team
https://www.htmlelements.com/Markov
KeymasterHi,
In your code, you create a dataAdapter correctly, then you replace it with an Array i.e you remove the dataAdapter.
If you want to use dataAdapter, use it everywhere. If you want to bind to an Array, define the dataSourceSettings object and define the dataFields in it.Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The problem here is that the dataSourceSettings property is not set. It should be set and the dataFields in it should be set as well. The dataFields describe the types of the columns. Alternatively, you can use the dataAdapter, too.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Srinivas,
You can prepare a new dataSource and set it to the Gantt chart. By doing that, you can instead multiple tasks at once.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts