@boikom

@boikom

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 929 total)
  • Author
    Posts
  • in reply to: [editor] issue with tags and key #103902
    admin
    Keymaster

    Hi Fabriceb,

    The Smart.Editor is completely new component, and it does not share any logic with the jqxEditor. We will look into the reported behavior and resolve it as soon as possible.

    Thank you for the feedback!

    Best regards,
    Peter Stoev

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

    in reply to: [editor] mistake in docs Editor-methods #103901
    admin
    Keymaster

    Hi fabriceb

    Thank you for the feedback. The reported docs issue in the docs is now resolved.

    Best regards,
    Peter Stoev

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

    in reply to: Problems with tab dimension #103899
    admin
    Keymaster

    Hi Tullio,

    The dropdownlist’s value is passed with the form when the ‘name’ property of the component is set.

    Best regards,
    Peter Stoev

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

    in reply to: my app issue #103895
    admin
    Keymaster

    Hi,

    Yes, there is. You can use the dataSource property to set the items instead of creating html element for each item.

    Example:

    ` document.getElementById(‘dropDownListMethodsDemo’).dataSource =
    [{
    label: “Andrew”,
    value: 1,
    group: “Product Owners”
    },
    {
    label: “Natalia”,
    value: 2,
    group: “Developers”
    },
    {
    label: “Michael”,
    value: 3,
    group: “Developers”
    },
    {
    label: “Angel”,
    value: 4,
    group: “Product Owners”
    },
    {
    label: “Hristo”,
    value: 5,
    group: “Developers”
    },
    {
    label: “Peter”,
    value: 6,
    group: “Developers”
    },
    {
    label: “Albert”,
    value: 7,
    group: “Support”
    },
    {
    label: “George”,
    value: 8,
    group: “Support”
    }];`

    Best regards,
    Peter Stoev

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

    in reply to: Problems with tab dimension #103866
    admin
    Keymaster

    Hi Tullio,

    if you have dropdownlists, by default the popup is part of the dropdownlist and if there is not enough available space, the dropdown will not be fully visible. You can optionally display it, if the dropdown is added to the document’s body. The dropdownlist has a property called ‘dropDownAppendTo’. If you set it to body, the dropdown will be added to the document’s body so it will always be on top of other elements.

    Best regards,
    Peter Stoev

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

    in reply to: Coloring list items #103865
    admin
    Keymaster

    Hi tbettinazzi,

    If you wish, you can create a function which styles a listbox and you can pass a listbox instance as a function parameter. Unfortunately, inline styles like that are not supported.

    Best regards,
    Peter Stoev

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

    in reply to: my app issue #103864
    admin
    Keymaster

    Hi,

    One common approach is to initialize elements on demand when they are necessary. I do not know what your application is, but for example, if you have tabs, initialize the elements which are inside the tabs when the tab is clicked. Similar approach can be applied if you use Accordion.

    Hope this information helps.

    Best regards,
    Peter Stoev

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

    in reply to: Bundle size of 2.9 MB #103847
    admin
    Keymaster

    Hi Hugh,

    The smart.ui.grid is a web component with shadow dom and it includes all the styles imported in the shadow root.
    In the default case, the smart.grid.js is used instead as it includes only the scripts. In that case, the CSS styles file is referred usually from index page, angular.json in angular or import in react. The css file name is smart.default.css. In most of the demos on our website, we use smart.grid.js. In examples with stencil and where we want to demonstrate a web component with a shadow dom enabled, we use the wrapper web component smart.ui.grid.js. The smart.grid.js module is 2MB. The inline CSS used in smart.grid.js cannot be moved to a separate file, because it is related to things like rows & columns resize i.e we need dynamic width, height, left and top settings, the scrolling is also part of this. We have scrolling with fixed columns and many additional features which require small amount of inline css. Unfortunately, I do not think that you can make the bundle smaller. We have another option with the more lightweight smart.table component, but it does not have all the features of the Grid.

    Best regards,
    Peter Stoev

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

    in reply to: Data Grid Checkbox Unselect keeps row highlighted #103827
    admin
    Keymaster

    Hi Kris,

    The focus is much related to the keyboard navigation in order to inform the user where the keyboard navigation starts from. We will consider your comments by adding a property to disable the keyboard navigation so in that case, we would not add focus to elements.

    Best regards,
    Peter Stoev

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

    in reply to: No theme attribute for Grid Webcomponent #103826
    admin
    Keymaster

    Hi Hugh Anderson,

    This is a missing functionality for the ui-grid with shadow dom enabled. We will create a work item about this and resolve it in a future release.

    Best regards,
    Peter Stoev

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

    in reply to: Data Grid Checkbox Unselect keeps row highlighted #103823
    admin
    Keymaster

    Hi Kristopher,

    The behavior is actually by design. When you check/uncheck the row’s selection is changed. However, the row is on focus as it is the currently active element after you clicked it and if you press the arrow up/down you can notice that the focus selection starts from it. If you check more than 1 row, you will notice that the style of the selected rows and the focused row are different. If you want to turn off this, you can edit the CSS style for the smart-grid-cell element when the smart-grid-row has the focus attribute.

    Best regards,
    Peter Stoev

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

    in reply to: Opensource more fast response #103811
    admin
    Keymaster

    Hi,

    Thank you for your 1st post in our Forum. Unfortunately, it is a SPAM.
    If you have any questions regarding our products, feel free to post here.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    in reply to: Problem with ColumnGroups && CommandColumn #103768
    admin
    Keymaster

    Hi,

    This is an issue in the Grid. It will be resolved as soon as possible.

    Thank you for the feedback! We appreciate it!

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    in reply to: Blazor Carousel enable Swipe/Touch Screen #103756
    admin
    Keymaster

    Hi MikeB,

    swipe on touch is still not implemented for the blazor carousel component. We have it as a feature in our TO DO list for the upcoming releases.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    in reply to: Material theme #103755
    admin
    Keymaster

    Hi,

    The Default theme is a Material design-based theme. If you need to switch to a different color scheme of that theme, you need to add a link to source/styles/smart.purple.css after smart.default.css in your app. The same is valid for the rest of the available color schemes.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 15 posts - 106 through 120 (of 929 total)