@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi Oleg,
To learn how to localize the Grid, refer to https://www.htmlelements.com/demos/grid/localization/.
In addition, please, if you share links, share links to github, codepen, stackblitz or similar sources. We would not open any other links.Regards,
MarkovMarkovKeymasterHi Oliver,
We are unable to reproduce the reported behavior. Please, make sure that you do not have CSS which is in conflict or styles which break behavior.
Regards,
MarkovMarkovKeymasterHi,
Each column has a boolean property ‘allowExport’. Please, set it to false to column which you do not want to be exported or printed.
Regards,
MarkovMarkovKeymasterHi Oleg,
Unfortunately, it is not possible to combine arrows into one. To hide row detail arrows, you can use CSS.
Example:
smart-grid-row[data-id="5"] smart-grid-cell div[data-field="_rowDetailColumn"] button { visibility: hidden; }
MarkovKeymasterHi Anh,
We will first need a sample which shows this behavior, because as I see, the built-in styling is customized with some custom styles.
Regards,
MarkovMarkovKeymasterHi Oleg,
The parameter is documented here: https://www.htmlelements.com/docs/grid-api/. Go to the “appearance” property, expand it and look for displayLoadingIndicator. Also check that you use the latest version & CSS files in your app.
Regards,
MarkovMarkovKeymasterHi,
Thank you for the feedback. The reported issue is confirmed and would be resolved in the next version. You can subscribe to our notifications to get a notification when a new version is available.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Anh Hoang,
Our Scheduler does not have Year view option available.
Regards,
Markov
MarkovKeymasterHi SJ,
You can use the timelineHeaderFormatFunction property to customize and override the default header cells formatting of the Gantt.
Regards,
Markov
MarkovKeymasterHi,
In the given sample, you use cells selection so you should use getSelectedCells() method, not getSelectedRows() which is for rows selection.
Regards,
MarkovApril 17, 2023 at 10:35 am in reply to: docking layout changes style of font an other plugin #104712MarkovKeymasterHi Oleg,
No, we do not change styles. Inner components however may inherit styles from parent components. See https://developer.mozilla.org/en-US/docs/Web/CSS/inherit
Regards,
MarkovMarkovKeymasterHi,
We could not reproduce the reported behavior with the provided details. Please, share a codepen, stackblitz or codesandbox example and step by step instructions.
Regards,
MarkovMarkovKeymasterHi Oleg,
We do not have CSS classes starting with -mm. Probably, the Menu has styles which has “inherit” css rules.
Regards,
MarkovMarkovKeymasterHi,
getSelectedRows returns an array when there are selected rows. Otherwise it returns an empty array.
Regards,
MarkovMarkovKeymasterHi,
Could you explain with a bit more details what is the issue which you experience?
Regards,
Markov -
AuthorPosts