@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi Fabio,
The built-in dialog does not have this functionality, but the Kanban allows custom window for task editing and you can try this approach instead – https://www.htmlelements.com/demos/kanban/kanban-custom-task-window/. In this case, the default window is replaced with a custom one.
Best regards,
MarkovMarkov
KeymasterMarkov
KeymasterHi,
Unfortunately, i cannot reproduce this behavior with the official version of our components. If you experience an issue, please share a full example and steps to reproduce it.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
Could you provide a full example and steps to reproduce the behavior you experienced?
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Oleg,
What kind of SQL search mechanism are you looking for? I did not understand your question.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Mat,
This is possible only in the Grid component, but not in the Table.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
To achieve this, set freeze: true to a grid column. Example with grouping and frozen column – https://codepen.io/jqwidgets/pen/emOGxdx
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/December 13, 2024 at 12:05 pm in reply to: Is there an event that fires when a connection is removed? #111956Markov
KeymasterHi Adam,
There is an event and it is ‘itemRemove’. After the connection is removed, the itemRemove event is fired with event.detail.type === ‘connection’.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/December 13, 2024 at 12:03 pm in reply to: Bug report: deadline markers interfere with task resizing #111955Markov
KeymasterHi Adam,
Thanks for the feedback. I added a new work item is created about this misbehavior of the Gantt chart.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/December 13, 2024 at 11:58 am in reply to: Bug report: deadline markers left behind when chart height not set to “auto” #111954Markov
KeymasterHi,
Thanks for the feedback! We created a work item about this issue.
Best regards,
MarkovSmart UI
https://www.htmlelements.com/Markov
KeymasterIf you need to dynamically update the content of a window, you should use the updateContent method.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
windowParent is null by default unless you set it to something like “container1” where container1 is ID of a container element.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Ketan,
You need to use a custom context menu. In order to create such, please refer to the link shared by me in the previous post of this forum topic.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/December 10, 2024 at 11:16 am in reply to: Gantt Chart View with Grid-Based Data Handling in Smart HTML Elements #111909Markov
KeymasterHi,
I would suggest you to use the Smart.Grid in this case and then dynamically create a Gantt Chart instance by using the Grid’s data.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
To put HTML instead of Text, you need to use innerHTML, not innerText.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts