@boykomarkov22gmail-com

@boykomarkov22gmail-com

Forum Replies Created

Viewing 10 posts - 151 through 160 (of 160 total)
  • Author
    Posts
  • 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

    in reply to: Task Indicator error on scroll #104098
    Markov
    Keymaster

    Hi,

    Could you tell us how to reproduce the reported behavior?

    Best Regards,
    Boyko

    in reply to: Tooltip Position Wrong with CSS Zoom #104097
    Markov
    Keymaster

    Hi Steve,

    Thank you for the feedback. Unfortunately, CSS zoom is currently not supported by the Chart.

    Best Regards,
    Boyko

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

    in reply to: Initial Sort #104068
    Markov
    Keymaster

    Hi Perdo,

    Depending on the detail.action param of the virtualDataSource function, the user may choose whether or not to make a server call. In the case of our demo, the function is called twice and it is our mistake in the demo that we make two server calls. The first call is made when “detail.action” is “dataBind” and the second one is made when it is undefined. We need to add If-conditions, before the “new window.Smart.Ajax({” function call.

    Regards,
    Boyko

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

    in reply to: Initial Sort #104066
    Markov
    Keymaster

    Hi Pedro,

    Yes, you will have 2 requests. The sortBy method will make a server call. There is not a way to have initial sort without calling a sortBy method in the Table component. Initial sort is supported in the Grid component, but not in the Table component.

    Regards,
    Boyko

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

    in reply to: Timeline header for single day view #104038
    Markov
    Keymaster

    Hi Hadasa,

    Unfortunately, this is not currently supported. The Day is displayed in the Scheduler’s header and it is unnecessary to duplicate it below.  We will consider adding optionally such functionality in the future versions of the product.

    Reards,

    Boyko

     

    in reply to: Timeline header for single day view #104035
    Markov
    Keymaster

    Hi Hadasa,

     

    Could you look at this demo:

    Scheduler View Timeline (htmlelements.com)

    The header is shown in the days as well as in week views.

    Reards,

    Boyko

     

    in reply to: show columns lines #103983
    Markov
    Keymaster

    Hi Jose,

    That is not possible. Column lines are displayed only when there are cells.

    Best regards,

    Boyko

Viewing 10 posts - 151 through 160 (of 160 total)