Forums
@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
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,
MarkovMarkov
KeymasterHi,
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,
MarkovMarkov
KeymasterHi Oleg,
We do not have CSS classes starting with -mm. Probably, the Menu has styles which has “inherit” css rules.
Regards,
MarkovMarkov
KeymasterHi,
getSelectedRows returns an array when there are selected rows. Otherwise it returns an empty array.
Regards,
MarkovMarkov
KeymasterHi,
Could you explain with a bit more details what is the issue which you experience?
Regards,
MarkovMarkov
KeymasterHi sj444,
It is displayed in the local time zone. There is no option available to set the time zone at present. If that option is very important for your project, you can request it to sales@jqwidgets.com.
Regards,
Markov
Markov
KeymasterHi Yaw,
You can look at Smart Table for Angular | Table | Smart UI for Angular (htmlelements.com)
Regards,
Markov
Markov
KeymasterHi,
grid.dataSource.dataSource = null is an incorrect syntax. If you want to change the dataSource, then you need to set the grid.dataSource to a new dataAdapter or a new Array of data.
Regards,
MarkovMarkov
KeymasterHi Anh,
The selection column with checkboxes can be positioned only as a first or last column.
A checkbox column for boolean data can be any column in the Grid. Example: https://www.htmlelements.com/demos/grid/editing-cell/regards,
MarkovMarch 28, 2023 at 10:32 am in reply to: column with an editor “smart-drop-down-list filterable” #104644Markov
KeymasterHi chips nube uno,
There’s logic in the grid to close the editing when clicked outside of the Grid. We will add a work item about adding an option to extend this functionality so you can cancel the closing of the editor.
Regards,
Markov -
AuthorPosts