@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi Tullio,
Could you explain in more details what you need to achieve? If it is possible, provide examples, screenshots.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 21, 2024 at 7:07 am in reply to: calling a link by clicking anywhere in the grid line #111609MarkovKeymasterHi Oleg,
In this case, you can handle cellClick or rowClick events of the Grid.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Csaba,
I create a sample with horizontal scrolling and 2 Template columns using the approach from our sample – https://codepen.io/jqwidgets/pen/JjgWQMM. Please, check it out.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Take a look at this: https://codepen.io/jqwidgets/pen/poMNYzb. The window has width = 1500px and the progress bar is centered.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Csaba,
It is missing the update functionality. Pls, check the sample I sent you.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi 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/MarkovKeymasterHi,
The below code creates a modal window.
<Window IsOpened="true" Modal="true" CloseOnMaskClick="true"> Content here </Window>
MarkovKeymasterHi 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/MarkovKeymasterHi,
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/MarkovKeymasterHi Kuldeep,
We have only this type of UI presented in our Grid demos.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi 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 #111557MarkovKeymasterHi 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/MarkovKeymasterHi 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? #111555MarkovKeymasterHi 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/MarkovKeymasterHi,
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/ -
AuthorPosts