@boykomarkov22gmail-com

@boykomarkov22gmail-com

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 262 total)
  • Author
    Posts
  • in reply to: Issue customizing footer in modal windows #104419
    Markov
    Keymaster

    Hi Andrea,

    In this example: Htmlelements – Smart Webcomponents Angular – StackBlitz, the buttons are two but they have to be two because there are two buttons in the footer template. Could you share an example which demonstrates the reported behavior with our Window angular component?

    Regards,

    Markov

    in reply to: Scroll problems in tablets and mobiles #104377
    Markov
    Keymaster

    Hi,

    Could you tell what exactly is wrong with the scrolling? For example: https://www.htmlelements.com/demos/scheduler/restricted-hours/ when i test it with iphone 14 pro, the experience is ok

    Regards,

    Markov

    in reply to: listbox template and dataSource #104372
    Markov
    Keymaster

    Hi,

    If you want grouped data, just put the ‘grouped’ attribute in the smart-drop-down-list tag.

    Regards,
    Markov

    in reply to: Issue with multiple checkbox dropdownlist #104366
    Markov
    Keymaster

    Hi Loick,

    Thank you for the bug report. We created a work item and will resolve this one with the next release which will be in March.

    Best regards,
    Markov

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

    in reply to: Value Duplication #104356
    Markov
    Keymaster

    Hi,

    The solution is to first open and then set the value. See https://www.htmlelements.com/demos/toast/settings/

    Best regards,
    Markov

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

    in reply to: Datagrid with row validation and autoCreate rows #104353
    Markov
    Keymaster

    Hi Anthony,

    We understand this and my colleague created a work item about this misbehavior.

    Best regards,
    Markov

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

    in reply to: Very hard place another component inside acoordion item #104352
    Markov
    Keymaster

    Hi Joko,

    Could you please provide more information? We tried this example in React and it worked correctly.

    Regards,
    Markov

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

    in reply to: tab group and mouseenter selection mode #104205
    Markov
    Keymaster

    Hi,

    We will consider this for the future versions of the UI components. There is not available API for a workaround. We will need to implement the feature.

    Regards,
    Markov

    in reply to: smart sortable grid #104203
    Markov
    Keymaster

    Hi,

    The same sample logic could be re-used for smart.sortable. The jqwidgets sample creates a sortable list which is styled as a table. You should be able to reuse this logic with smart.sortable, too.

    Regards,
    Markov

    in reply to: smart editor Element does not exist in DOM #104201
    Markov
    Keymaster

    Hi,

    Basically, the error informs you that you try to invoke a method while the component is not yet created.

    Regards,
    Markov

    in reply to: Child smart-accordion-item #104199
    Markov
    Keymaster

    Hi,

    It is not possible to have sub items in the Accordion. The Accordion is not a hierarchical component. You can add DIV tag and some content in the smart-accordion-item.

    Regards,
    Markov

    in reply to: tab group and mouseenter selection mode #104197
    Markov
    Keymaster

    Hi,

    No, this is not supported. The tabs group expects a click in order to open the tabs popup from which you can select a tab item.

    Regards,
    Markov

    in reply to: Datagrid CellUpdate without Change #104190
    Markov
    Keymaster

    Hi fpellus,

    Please, make sure that your Grid is not with height: auto. When height is auto the grid creates UI row for each Data row. Otherwise, it uses virtualization i.e reuses the UI rows. Also make sure that you do not have a logic in editing/updating events which requires loops through all rows. This thing may slow down the Grid.

    Best regards,
    Markov

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

    in reply to: restrictedHours #104170
    Markov
    Keymaster

    Hi Carlos,

    There is a new property which is still in test phase, but it is available in the current version. It is called restricted. You can set an array with restricted dates and hours by using that property.

    Example:

    
    const today = new Date(), currentDate = today.getDate(), currentYear = today.getFullYear(), currentMonth = today.getMonth()
    
         restricted: [
                    { date: new Date(currentYear, currentMonth, currentDate), hours: [[0, 6], 12, [20, 23]] },
                    { date: new Date(currentYear, currentMonth, currentDate - 2), hours: [[0, 3], 12, [20, 21]] },
                    { date: new Date(currentYear, currentMonth, currentDate + 2), hours: [[0, 3], 13, [21, 22]] },
                    { date: new Date(currentYear, currentMonth, currentDate - 5), hours: [[0, 3], 13, [21, 22]] },
                    { date: new Date(currentYear, currentMonth, currentDate + 5), hours: [[0, 7], 13, [21, 22]] },
                    { date: new Date(currentYear, currentMonth, currentDate - 10), hours: [[0, 8], 12, [20, 23]] },
                    { date: new Date(currentYear, currentMonth, currentDate + 10), hours: [[0, 9], 12, [20, 23]] }
                ] 

    Hope this helps.

    Best regards,
    Markov

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

    in reply to: upgrade to jqwidgets project to Vue3 #104167
    Markov
    Keymaster

    Hi,

    If you use Smart UI with Vue 3, you can learn how to use it from here: https://www.htmlelements.com/docs/vue3/.
    Smart UI and jQWidgets are different UI Component libraries i.e. Smart UI is not a new version of jQWidgets. It is a completely different product.

    Regards,
    Markov

Viewing 15 posts - 241 through 255 (of 262 total)