@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi Csaba,
It is missing the update functionality. Pls, check the sample I sent you.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Csaba,
The idea of the formatObject.template is to set the template once and update it afterwards with the values from the data source coming to the template function. In the provided code, the template is always set to an empty string i.e there is no reuse in the current situation. I would suggest you check this sample: https://www.htmlelements.com/react/demos/grid/column-dynamic-template-with-components/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The below code creates a modal window.
<Window IsOpened="true" Modal="true" CloseOnMaskClick="true"> Content here </Window>
Markov
KeymasterHi Kuldeep,
For column header edit, see https://www.htmlelements.com/demos/grid/allow-column-header-edit/. This edit happens on double-click on the column header. We do not have a context menu for this. To programatically start an edit operation, you can use the ‘beginEdit’ method.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
Could you send this sample as a codesandbox or stackblitz link because it is unreadable unfortunately?
Thank you in advance!
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Kuldeep,
We have only this type of UI presented in our Grid demos.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Kuldeep,
We do not have API for dynamically changing this dialog. If you need to make changes and have a license key, you will need to make edits in the smart.grid.js file.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 13, 2024 at 10:47 pm in reply to: calling a link by clicking anywhere in the grid line #111557Markov
KeymasterHi Oleg,
For adding links to grid cells, you can check https://www.htmlelements.com/demos/grid/column-type-url/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi dpcode,
Thank you for the feedback! We will address this issue as soon as possible.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 13, 2024 at 10:45 pm in reply to: Smart.Blazor – No Round (circle) button in the framework? #111555Markov
KeymasterHi Victor,
A circle button is a button with CSS border-radius: 50%; i.e any button can be a circle button when you add this CSS style to it.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The codepen sample provided in this post uses the latest version and you can see online that the progress bar is centered. I would suggest you check whether some other styles are not applied.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi dpcode,
Thank you for writing! How did you try to use this feature? What is your gantt setup?
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Victor,
Two way binding in the TimeInput is currently not supported. We will add support for it in the next release for Q4 2024.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 2, 2024 at 4:00 pm in reply to: Subject: Issue with Mini-Calendar Navigation in Smart Scheduler #111504Markov
KeymasterHi,
The described behavior is by design. We do not change the navigation of the calendar when the user re-opens it i.e if you navigate and leave it, the next time it is opened, it will be where you left it. We will consider changing this in the future versions.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
This can be configured by using a CSS variable – –smart-gantt-chart-timeline-cell-size. Set it to the smart-gantt-chart element in the CSS and it will redefine the width.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts