@boykomarkov22gmail-com

@boykomarkov22gmail-com

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 262 total)
  • Author
    Posts
  • in reply to: problems with localization of grid #104809
    Markov
    Keymaster

    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,
    Markov

    in reply to: Visual bug when adding item to datasource #104762
    Markov
    Keymaster

    Hi 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,
    Markov

    in reply to: print only visible columns #104748
    Markov
    Keymaster

    Hi,

    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,
    Markov

    in reply to: nested grid inside a tree grid #104746
    Markov
    Keymaster

    Hi 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;
    }
    in reply to: toggle button missing css class #104736
    Markov
    Keymaster

    Hi 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,
    Markov

    in reply to: grid is constantly refreshing #104734
    Markov
    Keymaster

    Hi 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,
    Markov

    in reply to: multiple datePicker not working on tablet? #104731
    Markov
    Keymaster

    Hi,

    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,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Year View #104723
    Markov
    Keymaster

    Hi Anh Hoang,

    Our Scheduler does not have Year view option available.

    Regards,

    Markov

    in reply to: Timeline Time Format #104719
    Markov
    Keymaster

    Hi SJ,

    You can use the timelineHeaderFormatFunction property to customize and override the default header cells formatting of the Gantt.

    Regards,

    Markov

    in reply to: React Data Grid #104714
    Markov
    Keymaster

    Hi,

    In the given sample, you use cells selection so you should use getSelectedCells() method, not getSelectedRows() which is for rows selection.

    Regards,
    Markov

    in reply to: docking layout changes style of font an other plugin #104712
    Markov
    Keymaster

    Hi 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

    in reply to: React Data Grid #104710
    Markov
    Keymaster

    Hi,

    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,
    Markov

    in reply to: docking layout changes style of font an other plugin #104708
    Markov
    Keymaster

    Hi Oleg,

    We do not have CSS classes starting with -mm. Probably, the Menu has styles which has “inherit” css rules.

    Regards,
    Markov

    in reply to: React Data Grid #104706
    Markov
    Keymaster

    Hi,

    getSelectedRows returns an array when there are selected rows. Otherwise it returns an empty array.

    Regards,
    Markov

    in reply to: React Data Grid #104705
    Markov
    Keymaster

    Hi,

    Could you explain with a bit more details what is the issue which you experience?

    Regards,
    Markov

Viewing 15 posts - 211 through 225 (of 262 total)