@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi Scott,
It does not return an instance of the table so will need to use ID or CSS class querySelector.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterOk, you can try something else then – add a hidden input and sync it with the value of the dropdownlist when the dropdownlist’s value is changed i.e subscribe to the “change” event of the dropdownlist. In the event handler, set the value of the hidden input.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The solution is to set the dropDownAppendto property of the ComboBox and also set its “name” property which is used in the form submit.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/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/ -
AuthorPosts