@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi Achraf,
In order to hide it, a license key is required and should be applied. If you already have a license key, please contact support@jqwidgets.com for unlock instructions.
Best Regards,
BoykoMarkov
KeymasterHi,
If the Grid is re-rendered, the rows will be in their initial state. We will need a full example in order to check your use case.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can understand how to highlight rows/cells from these tutorials https://www.htmlelements.com/docs/grid-styling-cells/ and https://www.htmlelements.com/docs/grid-styling-rows/
Regards,
MarkovMarkov
KeymasterHi,
You can delete a row by using the deleteRow method. For example: grid.deleteRow(1); To clear all rows, you can set the Grid’s source property to an empty array or null.
Regards,
MarkovMarkov
KeymasterHi 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,
MarkovMarkov
KeymasterHi 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,
MarkovMarkov
KeymasterHi,
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,
MarkovMarkov
KeymasterHi 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; }
Markov
KeymasterHi 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,
MarkovMarkov
KeymasterHi 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,
MarkovMarkov
KeymasterHi,
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/Markov
KeymasterHi Anh Hoang,
Our Scheduler does not have Year view option available.
Regards,
Markov
Markov
KeymasterHi SJ,
You can use the timelineHeaderFormatFunction property to customize and override the default header cells formatting of the Gantt.
Regards,
Markov
Markov
KeymasterHi,
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 #104712Markov
KeymasterHi 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,
Markov -
AuthorPosts