getError in CollectionView and Validate Tooltip

Posted by: minhquangam on 18 August 2022, 9:10 pm EST

    • Post Options:
    • Link

    Posted 18 August 2022, 9:10 pm EST

    Hi,

    I have 2 question:

    1. I use getError to take validate. But When I change value of a cell, it will check all the cell, so it affect on performance.

    • I want it just check the cell is changed

      => How can i do that?

      2. how can i hide tooltip showing when validate. Instead just validate message inside the cell and under the value

    Thank for your help, best regards!!!

  • Posted 18 August 2022, 9:17 pm EST

    Update:

    Problem 2: i can show validate message below the value but cannot hide the tooltip

  • Posted 21 August 2022, 10:34 pm EST

    Hello,

    1. Sorry but, at our end we haven’t noticed any performance issues caused due to the getError method call. In case you are facing any major performance issues please provide a sample replicating the issue so that we can investigate the issue at our end and assist you accordingly.

    2. You can hide the error tooltip using the below code snippet:

    
    .wj-error-tip{
        display: none;
    }
    
    

    Regards

Need extra support?

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

Learn More

Forum Channels