FlexGrid Built-in Validation title shouldn't show html code

Posted by: 1728884346 on 8 January 2019, 5:12 pm EST

    • Post Options:
    • Link

    Posted 8 January 2019, 5:12 pm EST - Updated 29 September 2022, 1:54 am EST

    because our customize error message may include html code for other purpose. for avoid duplicate another set of message(without html code), any easy way to remove html code from title?

  • Posted 9 January 2019, 4:07 pm EST

    Hi,

    The title attribute does not support the HTML code. However, you may show the HTML code by adding the Tooltip by replacing the title to “”.

    Please refer to the attached sample for reference.

    
     function formatItem(s,e) {
            if (e.panel.cellType == 1 && tip) {
                tip.setTooltip(e.cell, e.cell.title);
                e.cell.title = "";
            }
        }
    

    ~Manish

    FlexGrid_tooltip_Validation_HideTip.zip

Need extra support?

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

Learn More

Forum Channels