How to override form dirty flag in Wijmo5

Posted by: nilesh_nichal on 4 March 2020, 8:08 pm EST

  • Posted 4 March 2020, 8:08 pm EST

    We are getting form dirty automatically while using “wj-auto-complete”. We want to overwrite form dirty or “wj-auto-complete” should not make form dirty automatically.

    Please suggest any possible way to achieve this.

  • Posted 5 March 2020, 4:27 pm EST

    Hi Nilesh,

    We are sorry but we were unable to replicate the issue at our end. Please refer to the sample link below that we used to replicate the issue:

    https://stackblitz.com/edit/wijmo-multiselect-reactiveforms-mv5ae2

    Can you modify the sample so that it reproduces the issue?

    Regards,

    Ashwin

  • Posted 24 March 2020, 6:44 pm EST

    Hi Ashwin,

    The above mentioned issue is resolved.Thanks.

    I am using flex-grid and need to show tooltip on the same.

    However for a particular column, I need to change my tooltip text.

    For eg: consider itemsource as:

    [{

    text: ‘a’,

    tooltipText: ‘abc’

    },

    {

    text: ‘a’,

    tooltipText: ‘abc’

    }]

    ‘text’ should be visible in cell and ‘tooltipText’ as tooltip.

    We are using (mouseover) function to show wijmo tooltip.

    Can you please help me on the same.

    Thanks,

    Nilesh

  • Posted 25 March 2020, 7:41 pm EST

    Hi Nilesh,

    In the showTooltip method, the second parameter provided is the text to be shown on the ToolTip. You may get the current dataItem from the row object and provide the tooltipText as the content to show. Please refer to the sample link below:

    https://stackblitz.com/edit/angular-a2ks4s

    ~regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels