JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt Passing and Accessing Values from timeLineHeaderFormat

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #111018
    Varshitha Yerukonda
    Participant

    Hi Team,

    We need to pass some values calculated within the timeLineHeaderFormat function to be accessible outside of it. Currently, the values updated in the timeLineHeaderFormat function are not available externally or if we include any other methods in this function we noticed Gantt chart is breaking down. Is there a way to make these values accessible outside of this function? Additionally, can we trigger a custom event from the timelineHeader that outputs the updated values from the timeLineHeaderFormat function? If so, what steps should we follow to achieve this? Please confirm.

    Thanks,

    Y.Varshitha

    #111020
    Srinivas Duggirala
    Participant

    Hi Team,

    Does Gantt raises any event once timeline header is formatted ?

    Thanks,

    Srinivas

    #111021
    Markov
    Keymaster

    Hi,

    This is a callback function which is called when the rendering is running dynamically this means that you cannot access any params outside it.

    Best regards,
    Markov

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

    #111024
    Srinivas Duggirala
    Participant

    Hi Team,

    Ok , Is there any way to raise event from this once formatting is completed ? as we need to make some changes on the parent component. Please advise.

     

    Thanks,

    Srinivas

    #111029
    Markov
    Keymaster

    Hi,

    We do not have an event for this, yet.

    Best regards,
    Markov

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.